I am trying to create two listboxes, one containing a list of email addresses and the other an empty box that i will pass those addresses to. I then want to send those addresses to the next page to...
Here is my problem. I use ASP to populate a drop down list currently but what i need to be able to do is leave the page to add a shipper and i use a javascript to come back to the page so i don't...
I have that, what I am wondering is can you change it so that the text box looks like a normal textbox but cannot be changed by the user. I have a way for it to work in firefox but nothing for ie as...
Question....is there anyway to change the apearance of a disabled text box. I need to auto-populate a field in a form using javascript but I don't want the user to be able to change what is in the...
Let me preface by saying I am an ASP fellow..... that being said I am looking for help with a script that will allow a user to enter a date into one textbox and by way of the onblur action will take...
I guess that didn't look at it that way. I was trained in VB and having to learn the web stuff on my own. And they taught me in VB that you can solve anything with an IF statement :)
thanks for the help, what i decided to do was go with a hybrid approach. i am doing client-side javascripting to only allow what i want put in there and i am also putting asp verification on the...
I am trying to use buttons on a page to call other pages. I accomplish (in firefox at least) this by making the button an <a href> tag. The buttons are within a form that does have a submit button...
Question. What is the best/most efficient way to verify that a user has done 2 things; First that they have actually input information into the required fields and Secondly that the information is...