Don Day
Member since Dec 11, 2008
- Profile: /members/745-don-day.htm
- Comments: 4
Recent Blog Comments By Don Day
-
Ask Ben: Getting Query String Values In JavaScript
Posted on Jun 27, 2008 at 4:07 PM
Woahhhhhh there. I really appreciate your help. I had the other JS statements, but I'm not clear where to put the code you posted - the more I looked at it, the more I started to second guess myself and thought that I DIDN'T need the other code. I'm just unclear where to put your extra stuff. I'... read more »
-
Ask Ben: Getting Query String Values In JavaScript
Posted on Jun 27, 2008 at 3:31 PM
OK - I think this is what we're trying to do here - but it still doesn't seem to work. What am I missing? <html> <head> <title>Untitled Document</title> </head> <body> <script type="text/javascript"> function returnUrlObjVal() { if (s[0]) { var iFrame... read more »
-
Ask Ben: Getting Query String Values In JavaScript
Posted on Jun 27, 2008 at 2:12 PM
OK - I guess I don't get it. I have all the script included above - but I'm not seeing how to assemble this...... read more »
-
Ask Ben: Getting Query String Values In JavaScript
Posted on Jun 27, 2008 at 1:34 PM
I love this script - but I'm having an issue. I want to strip a single variable from the URL and put it in the middle of a tag. For instance, I want to pull variable &abc=123 and parse "123" into an <iframe> tag. Like: <iframe src=" http://www.url.com/123.html "> Is there a way to do... read more »