Hello,
i'm setting up a simple photo gallery, where the thumbnails are on one page and the large version of each on a detail page. I want to use the "move next" "move Prev" on the detail page so the user doesn't have to go back the master thumbnail page. My problem is that i have a filter on...
yes thanks, i did manage to get this working, but i eneded up taking a completely different approach, i found a .js library file that did exactly what i needed it to with only a little code i had to write.
Thanks again for all your help.
Dan,
I really appreciate all your help, so what your saying is to actually "Bind" them into form fields? how would i do that?
I know in php i would do something like this:
<input name="textfield" type="text" value="<?php echo $_GET['Make']; ?>" />
What would be the equivalent in javascript...
Isn't that what these lines are supposed to do?
document.forms['form1'].elements['Make'].value = valuesPassed[0];
document.forms['form1'].elements['Model'].value = valuesPassed[1];
I'm not sure i'm understanding you correctly?
Thanks for taking the time to shed some light on this, but i still can't get this to work??, i don't understand cuz the values will write to the page perfectly using document.write(valuesPassed["Model"]); everything gets stripped out and will write just the values i need for each variable but it...
Hello,
I need to be able to hard-code a url link that goes to a form page which populates 2 text box's in the form.'
Link would be something like:
http://www.domian.com/getQuote.shtml?Make=GMC&Model=Sierra
this would go to a Quote page with a form and we need the Make and Model textbox's to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.