Hi all,
On my site I have a javascript menu. With 1 of the links I'd like to open a remote window (for site searches).
The menu item:
menu[0][2] = new Item(' Dictionary', 'dictionary.htm', '', 60, 10, 0);
I'd like to replace "dictionary.htm" with this script:
function remote(){
/*Credit: JavaScript Kit more JavaScripts here.*/
win2=window.open("remote.htm","","width=150,height=350,scrollbars"
win2.creator=self
}
or call "function remote()" using "remote()". The original script uses a form button:
<form>
<input type="button" value="Launch remote!" onClick="remote()">
</form>
I would very grateful for any help.
Thanks in advance.
Clinton
"Finish what you started"
On my site I have a javascript menu. With 1 of the links I'd like to open a remote window (for site searches).
The menu item:
menu[0][2] = new Item(' Dictionary', 'dictionary.htm', '', 60, 10, 0);
I'd like to replace "dictionary.htm" with this script:
function remote(){
/*Credit: JavaScript Kit more JavaScripts here.*/
win2=window.open("remote.htm","","width=150,height=350,scrollbars"
win2.creator=self
}
or call "function remote()" using "remote()". The original script uses a form button:
<form>
<input type="button" value="Launch remote!" onClick="remote()">
</form>
I would very grateful for any help.
Thanks in advance.
Clinton
![[dazed] [dazed] [dazed]](/data/assets/smilies/dazed.gif)