[thelist] TravelTex.com and JavaScript

Warden, Matt mwarden at mattwarden.com
Wed Mar 13 19:29:01 CST 2002


James wrote:
>(1) Why [run every link through javascript]?

Well, it looks like they're appending a dynamic querystring to every
link. Part of it is a session identifier (so it looks) which looks to be
written on the server side (because the javascript checks to see whether
it has a value on the line after it's set). There's also a function in
there to add something onto the querystring.

So, basically, instead of appending this server-side session id onto every
link, they're running it through a function which appends it, so it only
has to be written once.

yeah, that's one way to do it, i guess.

--
mattwarden
mattwarden.com




More information about the thelist mailing list