-
Hi there
Three quick questions which I'm sure somebody knows how to do!!!
How do you set focus to a particular object in an ASP page?
How to you get something similar to a VB YES/No message box to appear when the user goes to carry out a function. I want the user to reconfirm that the want to remove an item from a register?
How do you make a List box with only Yes/No options change depending upon whats been added in the List Box before. If list box one is set to No I want the second list box to be set also to no.
If someone knows the answers to any of these I'd appreciate the help.
Thanx in advance
-
You can do this in javascript, check out the following link and you should find the answer;
http://developer.irt.org/script/script.htm
good luck