|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Hello.
Is it possible to change a frame's location (not the one the cgi script is loading onto) with a Perl CGI script? One possible suggestion is to load javascript onto the first frame, that will change the location of the second frame, but I am looking for something directly in the CGI. Thanks! http://www.datera.com |
|
#2
|
|||
|
|||
|
perl is (for the most part) server side, while frames and HTML are client side. If you want to change the frame that a page is loading in, JS is the language to use.
|
|
#3
|
|||
|
|||
|
yoshi...
im not sure what you mean by change a frames location. coudl you clarify plz |
|
#4
|
|||
|
|||
|
|
|
#5
|
|||
|
|||
|
ok, i see... you could use your perl to print this code into the top frame
<a href='www.someSite.com' target='bottomFrameName'> |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > changing a frame with PERL? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|