>
> 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 frame, as in the example link above.
>
> Can you make a redirection have a "target=frame" and
> "?parameter=value" to do this?
>
No you can't do this, but you can say in your form  <form action=".."
target="frame">, so the cgi script will displayed on the whole screen, when
the cgi does the redirect, it will request the frame page

Gerald

Reply via email to