I need help with this script:
Instead of it being a button I need it to be text. Any clues?Code:<FORM METHOD="post"> <INPUT TYPE="button" VALUE="Click me!" OnClick = "hint_wnd = window.open( '', 'hint_wnd', 'width=50, height=60, resizable=no, scrollbars=no' ); hint_wnd.document.write( 'Hello there!' ); return true;"> </FORM>



Reply With Quote

Bookmarks