perl and frames

They have: 3 posts

Joined: Aug 2000

Hi,

I have a big problem....
I know how to take input from a form on a html- page and
present it on a perl generated page but I would like to present the input in a 2 frames page instead of one page.

Is there an easy way to do this?

Mark Hensler's picture

He has: 4,048 posts

Joined: Aug 2000

I can think of two ways...

OPTION 1
use perl to dynamically re-write an HTML page (and actually save then on the server), then send a header() to redirect to a framed page that you have. the framed page will show the two HTML files that your perl script has just re-written.

OPTION 2
have perl serve up a page and using javascript to control the other frame

Mark Hensler
If there is no answer on Google, then there is no question.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.