Hi All,
I have created two web pages (Login page & User Page),
Login page has a form of which method is get & action is "\\localhost\lo gin.pl" , and submit button (action = submit),
This login page will accept user & password from user & on clicking Submit button it will cross check it with database, if both user & password are correct it will print "Login Successful" on a different web page, up to this I have done successfully,
But now I want to open a different web page (i.e. User Page) instead of printing "Login Successful" after clicking the submit button.
Thanks,
Suhas
I have created two web pages (Login page & User Page),
Login page has a form of which method is get & action is "\\localhost\lo gin.pl" , and submit button (action = submit),
This login page will accept user & password from user & on clicking Submit button it will cross check it with database, if both user & password are correct it will print "Login Successful" on a different web page, up to this I have done successfully,
But now I want to open a different web page (i.e. User Page) instead of printing "Login Successful" after clicking the submit button.
Thanks,
Suhas
Comment