Multi Servrer Login Form for Web Page

mwebinc

Verified User
Joined
Apr 18, 2006
Messages
22
Location
OH, USA
Hello,

I've browsed the forum here and seen examples to make a login form for your web page where the user can login from there.

However, is it possible to create a form where they type in there 1) Domain 2) username and 3) password and instead of having to code the domain into the actual form? This would allow our users to login no matter which server they are on...

Any ideas?

Thanks in advance everyone!!!

~Matt
 
Hi I was you I'd simply have a default domain (say your box' IP) and use some bits of javascript to update the HTML form' action attribute.

this way you can use the same login page and retirect the users to the proper url (which is what I understand you're tryin to do!?)

Hope this helps!

R.
 
Back
Top