Roshambo


Member since 06/27/2006

Location: Los Angeles, CA

2 snippets

5341 profile views

8 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet popular snippet:having a snipplet with 20 favorites

Roshambo's Recent SnippetsTagged url



« Prev 1 Next »
Read a page's GET URL variables and return them as an associative array. ---- Example for URL http://www.example.com/index.html?hello=bonjour&goodevening=bonsoir var hash = getUrlVars(); alert(hash['hello']); // prints 'bonjour' alert(hash...
35 6288 posted 17 years ago by Roshambo
« Prev 1 Next »