|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
Hello,
I really need to be able to change the URL of a frame in PERL code (the bottom frame, the perl script loads into the top frame). How can I get this accomplished? Thanks in advance! yoshi http://www.datera.com |
|
#2
|
|||
|
|||
|
Yoshi, i am not too clear on what you are asking, could you please clarify?
|
|
#3
|
|||
|
|||
|
bydavid,
My framed site has a perl script running in the top frame, and a another site running in the bottom frame. The top frame is going to refresh every 2 minutes, and change the URL of the bottom frame when it refreshes. How can I change the URL of the bottom frame inside of the PERL script? Thanks! yoshi http://www.datera.com |
|
#4
|
|||
|
|||
|
yoshi,
What you need to do is to add the following javascript line in the HTML code that the Perl script is outputting. top.framename.location= "http://www.xyz.com"; hope this helps. Shaf. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > Help! Need to change frame location within perl! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|