Click to See Complete Forum and Search --> : Clicking to open a new page


dwpenn
06-23-2003, 09:50 AM
I could use some help. When I click on

<a href="javascript:window.open ('http://riltor.com/helpme.htm','helpme', config='HEIGHT=303, WIDTH=299, toolbar=no, menubar=no, scrollbars=no, resizeable=no, location=no, directories=no, status=no')" ><img border="0" src="help_mc.gif" width="92" height="74" align="left"></a>

It opens the desired page, but it also opens a page in between who's only content is [object].

I just want a link that opens another page, and I want to be able to set the size of that page.

Khalid Ali
06-23-2003, 10:12 AM
This will be the most apropriate way getting this done..

<a href="http://riltor.com/helpme.htm" onclick="window.open ('http://riltor.com/helpme.htm','helpme', config='HEIGHT=303, WIDTH=299, toolbar=no, menubar=no, scrollbars=no, resizeable=no, location=no, directories=no, status=no');return false;">Click</a>