JavaScript pop-up window script

Click on the button below to see an example of this particular pop-up window:

Here is the free code for that button:

<FORM METHOD="post"><INPUT TYPE="button" VALUE="Click Here"OnClick = "hint_wnd = window.open('', 'hint_wnd', 'width=100, height=100, resizable=no, scrollbars=no' );hint_wnd.document.write( 'Thank you for visiting InternetAdSales.com' );return true;"></FORM>

Share/Save