Feedback on: irt.org FAQ Knowledge Base Q1193
Worth:
Worth reading
Length:
Too short
Technical:
Too technical
Comments:
Is it possible for someone to tell me how this script is put in a page? I can't get it to work, and it seems I have tried everything.
Thanks in advance
Worth:
Very worth reading
Comments:
I needed a link (in IE) to open full. The code provided:
<script language="JavaScript"></script>
<a href="default.htm" onClick="full(this.href)">Open full screen</a>
works great but the link also opens in the parent window.
How can I have the parent window remain?
Thanks... Marc