Calling CGI script + another html page on a single button

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SUHASbioinfo
    New Member
    • Oct 2007
    • 2

    Calling CGI script + another html page on a single button

    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
  • eWish
    Recognized Expert Contributor
    • Jul 2007
    • 973

    #2
    Simply add some code to redirect the user to there page rather than having it print "Login Successful". Should be trivial. Are you have problems achieving this task? If so, then please post the code and we will assist. When posting code please be sure to surround the code the the [code][/code] tags.

    --Kevin

    Comment

    Working...