Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Trying javascript
print "<script>\n"; print "function open_window(url) \{\n"; print "mywin = window.open(url,\"win\",'toolbar=0,location=0,directori +es=0,statu s=0,menubar=0,scrollbars=0,resizable=0,width=520,height=350')\;\n"; print "\}\n"; print "</SCRIPT>\n"; print "mywin.document.write('WriteThisToTheNewWindow')\;\n";
print "<a href=http://www.perlmonks.org target=window2></a>\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CatsPaw
by synapse0 (Pilgrim) on Sep 20, 2001 at 15:25 UTC | |
|
Re: CatsPaw
by earthboundmisfit (Chaplain) on Sep 20, 2001 at 16:56 UTC | |
|
Re: CatsPaw
by George_Sherston (Vicar) on Sep 20, 2001 at 14:32 UTC | |
|
Re: CatsPaw
by tommyw (Hermit) on Sep 20, 2001 at 14:32 UTC |