Guys,
I am a noob. I admit it and i just cant get my head around it. Now, some of you will say.... dont bother then, but i am determined and WANT to understand why this is just not working for me.... here goes the questions......
I have a HTML page - on this page i have a drop down list of choices.
I have a .asp page that runs and works.
I have a .mdb that works..... to a point !
If i select an option on my drop down list, i then want the asp page to process this and write to my database. The fields:
name
dept
ext
all work fine and is processed and written to the database.
My drop down list does not write to the database.... the database field is blank.... on the database i have selected text and all that appears in this is a 0
i inserted this piece of code into my asp script, but does not work..... why ?
if request.form("Module 1 - Basic Concepts of IT" = "Module 1 - Basic Concepts of IT" THEN method="POST"
My apologies for not giving you perhaps all the information.... but if you need more... please ask, i really need to crack this one ASP (pardon the pun) as i have deadlines (like the rest of us)
Please help if you can...... Many thanks guys
I am a noob. I admit it and i just cant get my head around it. Now, some of you will say.... dont bother then, but i am determined and WANT to understand why this is just not working for me.... here goes the questions......
I have a HTML page - on this page i have a drop down list of choices.
I have a .asp page that runs and works.
I have a .mdb that works..... to a point !
If i select an option on my drop down list, i then want the asp page to process this and write to my database. The fields:
name
dept
ext
all work fine and is processed and written to the database.
My drop down list does not write to the database.... the database field is blank.... on the database i have selected text and all that appears in this is a 0
i inserted this piece of code into my asp script, but does not work..... why ?
if request.form("Module 1 - Basic Concepts of IT" = "Module 1 - Basic Concepts of IT" THEN method="POST"
My apologies for not giving you perhaps all the information.... but if you need more... please ask, i really need to crack this one ASP (pardon the pun) as i have deadlines (like the rest of us)
Please help if you can...... Many thanks guys