[jQuery] Re: Table sorter

2009-08-12 Thread Bob Woodard
On Aug 6, 8:56 am, mila mshneyder...@gmail.com wrote:         $(#myTable).tablesorter();         $(#myTable).tablesorter();  // had to do that twice for column sorting to work in both directions Thanks for mentioning this! I was going crazy seeing this behavior and couldn't figure it out.

[jQuery] Re: Appending URL and Session variables to redirect script

2008-04-13 Thread Bob Woodard
All I need now is to figure out the syntax of moving my script over into a separate .js file instead of being inline. Instead of a separate .js, why not use an #include that would pull in the javascript code dynamically and resolve the variables for you? I've done this to build

[jQuery] Re: Appending URL and Session variables to redirect script

2008-04-12 Thread Bob Woodard
The CompanyID should come from a URL variable e.g. www.mysite.com/mypage.asp?CompanyID=1064 The UserID will come from a session variable : Session(UserID) I'm not sure what language you're using, but in Classic ASP, you should be able to do the following (warning, no error checking