[thelist] Corporate Trust Intranet: JavaScript Log-In

aardvark roselli at earthlink.net
Mon Jun 19 00:01:10 2000


> -----Original Message-----
> From: Jorah Lavin
> 
> ===============================================
> Corporate Trust Intranet Log-In Procedure
> 
> 1) A first-time visitor hits the splash page.
> 
> 	a) If they have JavaScript turned off, then they get shunted
> 	  to the Visitor page. Nothing else happens, and they visit
> 	  the site without realizing that there was a choice. Team
> 	  members will be instructed to have JavaScript turned on.
> 
> 	b) If they have JavaScript on, then they see a choice between
> 	  "visitor" and "team member."

how do you redirect a user who doesn't have JS enabled, but hold on to a user with JS 
enabled?  without JS capability, you'd have to use a meta refresh... with JS, you'd have to 
bypass...

this is assuming that you are using client-side script only, which is what you implied... if you 
used server-side script, this would be much different...