1.

Solve : how do I transfer user to new web page without a link using cgi?

Answer»

I have a beginning web page with a user and PASSWORD form. If the
user presses the login button the page is transfered to my cgi script
to check the user name and password against a database USING xml messages.

If the password and user are a match I want to dynamically create
HTML CODE that will load a differant Web page without the user
having to PUSH any additional buttons or click on a link. Can this
be done on the client side or do I do I have to do it on the server
side? On the client side what HTML TAGS would I have to use?



Discussion

No Comment Found