chris
Member since Jun 21, 2010
- Profile: /members/6260-chris.htm
- URL: http://www.atseadesign.com
- Comments: 2
Recent Blog Comments By chris
-
Ask Ben: Getting Query String Values In JavaScript
Posted on Jun 21, 2010 at 11:50 AM
Another question. This loops through the items after ? in a for loop and lists them in succession. How would I separate each item that has it's own label? Instead of showing: label1ID: test label2ID: test1 show this: label1 blah blah: test new row, label2 blah blah: test1... read more »
-
Ask Ben: Getting Query String Values In JavaScript
Posted on Jun 21, 2010 at 11:45 AM
Ben, Just found this after many other attempts. Works like a charm! Thanks for sharing. BTW, what benefits, if any does the exec usage have over your example?... read more »