Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. corychauvin

    Master Detail Madness!

    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...
  2. corychauvin

    passing querystring vars to another page to populate textboxs javascri

    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.
  3. corychauvin

    passing querystring vars to another page to populate textboxs javascri

    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...
  4. corychauvin

    passing querystring vars to another page to populate textboxs javascri

    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?
  5. corychauvin

    passing querystring vars to another page to populate textboxs javascri

    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...
  6. corychauvin

    passing querystring vars to another page to populate textboxs javascri

    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...

Part and Inventory Search

Back
Top