|
|
Feedback: irt.org FAQ Knowledge Base Q407
Feedback on: Sent by Paul Shields on July 25, 1999 at 18:00:49: - feedback #325
Technical: Comments: Sent by michel on August 10, 1999 at 04:44:28: - feedback #359
Comments: the following should be changed from <A href="javascript:window.open('test.html','windowName','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=500,height=300')">test</A> to <A HREF="javascript:;" onClick="window.open('test.html','windowName','scrollbars,resizable,width=500,height=300'); return false">test</A> It is the return false that does the trick... Since if you specify one parameter, the rest are off and yes is default, the above is also shorter. If you do not want the statusline to show javascript:; <A HREF="javascript:;" The return true is needed to tell the browser we handled the status line... Michel |
-- div -->
|