Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Hierarchical HTML frame processing (somewhat OT)

by higle (Chaplain)
on Nov 08, 2001 at 02:37 UTC ( [id://123943]=note: print w/replies, xml ) Need Help??


in reply to Hierarchical HTML frame processing (somewhat OT)

This is something that you could probably do much more easily using JavaScript.

It'd be nice to use Perl for everything, but every now and again you have to stray...

<SCRIPT TYPE="text/javascript"> function doSubmit() { parent.framename.document.location.replace('blah.pl'); parent.framename2.document.location.replace('blah2.pl'); } </SCRIPT> .... <FORM onSubmit="doSubmit()"> ....

perl -e 's=$;$/=$\;W=i;$\=$/;s;;XYW\\U$"\;\);sig,$_^=$[x5,print;'

Replies are listed 'Best First'.
Re: Re: Hierarchical HTML frame processing (somewhat OT)
by Gerard (Pilgrim) on Nov 08, 2001 at 04:27 UTC
    I agree with what higle said. This is very similar to what I use and it works quite well.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://123943]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-23 22:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found