|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
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).] |
|
#2
|
|||
|
|||
|
>>How can I change the URL of the bottom frame
Set the target within your <form> tag instead of printing it. |
|
#3
|
|||
|
|||
|
OK that would help if I have only 2 frames. But I have 1 frame with form, and 3 frames that need to change location after form is submitted: http://upitnik.net/special/hrt.html
|
|
#4
|
|||
|
|||
|
Your page http://upitnik.net/special/hrt.html is missing a </FRAMESET>.
>>and 3 frames that need to change location after form is submitted What you can do is create 3 NEW files and write the output to them. Then print the frameset page to screen that contains your other 3 files. http://www.devshed.com/Talk/Forums/Forum16/HTML/000051.html |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > Frame Help, Please |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|