Re: How to make EmbPerl stuff new content into a existing frame?

2000-01-20 Thread Gerald Richter
When the user hits the login button, I am calling a CGI script that validates the login against a database. I can't make it have a action that loads a HTML page before the script is executed. Therefore the script has to reload the frame with frame pages. I also need to pass values to the

RE: How to make EmbPerl stuff new content into a existing frame?

2000-01-19 Thread Scott Chapman
On 19 Jan 00, at 7:41, Gerald Richter wrote: Here's the situation: The user loads this page with the two frames. The left frame is the navigation frame. The user clicks on the left frame the link to log in. The right frame changes to the login screen and they login. When they are

Re: How to make EmbPerl stuff new content into a existing frame?

2000-01-18 Thread Scott Chapman
On Mon, 17 Jan 2000, you wrote: Why do you need this intermediate step i.e. A HREF="/login/indxnav1.epl?session_id=[+$session_ID+]digest=[+$digest+]" TARGET="index"Update.. ? Why not just get the server to populate frame index with required data up front ? Or have I missed something

Re: How to make EmbPerl stuff new content into a existing frame?

2000-01-18 Thread David Emery
At 21:17 -0800 00.1.18, Scott Chapman wrote: On Mon, 17 Jan 2000, you wrote: Why do you need this intermediate step i.e. A HREF="/login/indxnav1.epl?session_id=[+$session_ID+]digest=[+$digest+]" TARGET="index"Update.. ? Why not just get the server to populate frame index with

RE: How to make EmbPerl stuff new content into a existing frame?

2000-01-18 Thread Gerald Richter
Here's the situation: The user loads this page with the two frames. The left frame is the navigation frame. The user clicks on the left frame the link to log in. The right frame changes to the login screen and they login. When they are done, I want the server to populate the frame

Re: How to make EmbPerl stuff new content into a existing frame?

2000-01-16 Thread Andre Landwehr
On Sat, Jan 15, 2000 at 01:16:06PM -0800, Scott Chapman wrote: I have a HTML document with two frames in it. I need to make EmbPerl put a new html file (or content) into this frame. This link in a regular HTML file does the trick but I don't want the user to have to hit a link to make this