haytatreides
IS-IT--Management
Ok...I have been searching for answers for 2 days. Forgive me if this is a dumb question, i think i killed my brain.
What i am trying to do is this:
i need a webpage that is a performance survey. It has several text fields and combo boxes. I am trying to create a vbscript that will save the data to sql server and email the data as a simple txt email. the email and data saving i think i can get down. i have the recordset, and i can do the email. here is my dilema. i need to verify that the user should be allowed to fill out a survey. the user is given a number, and i want them to type that number in an inputbox to verify that they can continue. i thought i had it written pretty well, and that i was a stud, but just like always i was wrong.
i am trying to use an onLoad sub to display an input box, and then i would test the input based on the recordset of possible entries. i can't get the inputbox to popup.
any help at all will be appreciated.
hayt
What i am trying to do is this:
i need a webpage that is a performance survey. It has several text fields and combo boxes. I am trying to create a vbscript that will save the data to sql server and email the data as a simple txt email. the email and data saving i think i can get down. i have the recordset, and i can do the email. here is my dilema. i need to verify that the user should be allowed to fill out a survey. the user is given a number, and i want them to type that number in an inputbox to verify that they can continue. i thought i had it written pretty well, and that i was a stud, but just like always i was wrong.
i am trying to use an onLoad sub to display an input box, and then i would test the input based on the recordset of possible entries. i can't get the inputbox to popup.
any help at all will be appreciated.
hayt