Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Re: Redirect direct URL

Status
Not open for further replies.

jjlbmcnews

IS-IT--Management
Oct 4, 2001
60
0
0
GB
Hi,

Some of our clients use what we call outlogins, which contain the credentials required to log directly into our site. Bascially the scripts look like this -

<html>
<body onload="document.logon.submit()">
<form method="post" action=" name="logon">
<input type="hidden" name="Username" size="10" value="username">
<input type="hidden" name="Password" size="10" value="Password">
</form>
</body>
</html>

We have several clients that use these autologins, problem is we're not sure how many and who. We're changing our domain name and need to redirect our clients to the new site using the above, this needs to be seamless so the client doesn't notice that its changed. I need a solution where I can do this from the server when they use the link above, any ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top