ok, so, you have a div, that you want to change to what is in the Manufacturer textbox, when the page loads, and anytime the Manufacturer textbox value changes? why change it, if you can just set it the same on the server...?
something like:
<div id="a"><?php echo $Manufacturer;?></div>
<input value="<?php echo $Manufacturer;?>" name="Manufacturer" onChange="document.getElem
Main Topics
Browse All Topics





by: brunobearPosted on 2007-07-26 at 19:58:52ID: 19579998
i'm not sure i understand exactly what you want to happen, can you elaborate?