
June 19th, 2000, 07:16 PM
|
|
Contributing User
|
|
Join Date: Jun 2000
Posts: 71
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
|
My site has a two frames. Perl script running in the top frame. And when form submitted, script should change the URL of the bottom frame. How can I change the URL of the bottom frame (or print something in it
)with PERL script?
I tried:
print "<a href='www.someSite.com' target='bottomFrameName'nn>";
and
print "top.framename.location=http://mysite.com";nn";
and it didn't help me
(I'm not sure for syntax of these.)
[This message has been edited by Pepe (edited June 19, 2000).]
|