Jump to content
  • 0

Authentication to route to another html page


fxwebmedia

Question

I am trying to set the username and password area in my index page of my site and then after they enter the info is spawns another page with the data they are to see....how do I accomplish this???

You know it doesnt really have to spawn a new page it can be redirected to another html layout for the data page.

Thanks All!

Ty

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

I am trying to set the username and password area in my index page of my site and then after they enter the info is spawns another page with the data they are to see....how do I accomplish this???

You know it doesnt really have to spawn a new page it can be redirected to another html layout for the data page.

Thanks All!

Ty

One way to accomplish this is to create a HTML page DataPage and paste the code below:

window.location="http://www.URL.com/";

remember to replace the URL part. This DataPage should be password protected so that when users login to it, it will redirect to the URL.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...