Topic awaiting preservation: XSSI Query to JavaScript (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 02-25-2005 01:41
I currently use XSSI in a client's site to parse a simple query string sent from one page to another. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 02-25-2005 02:10
breaking it down.. |
Bipolar (III) Inmate From: London |
posted 02-25-2005 10:23
I had someone ask me the same question yesterday: code: var newStr = oldStr.substr(oldStr.indexOf('?') + 1);
|
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 02-25-2005 20:20 |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 02-25-2005 20:23
Is substring deprecated? |