i like to explain divs as say a sticky note(all different sized post-it's) stuck on a piece of paper. if you remember that everything inside a div that you have set say the text color will be the...
Basically you would change your insert into something like this. you have to make a column in the database to hold the file name for the image after the image is uploaded.
I have an auto complete textbox that i would like to populate drop down lists after selecting the item for the text box. Granted i'm sure i can do this by reloading form or something like that but i...
<SCRIPT language=JavaScript>
function reload(form)
{
var val=form.userLevel.options[form.userLevel.options.selectedIndex].value;
//var cid=form.clubid.value;...
if anyone has anything on this or possibly an easier way that what i'm going at here with it please go ahead and post on it. If you need any more information as well i will gladly give more. Thanks...
ok i have 4 drop down list on a site i'm creating for a wheel shop. They are wanting to have brand, series, size, bolt pattern of the wheels. All these drop down list and created on seperate pages...