Interesting. I don't see how the text box could have focus if you just selected something from a drop down? Best you could probably do is update a specific text box based on the selection of something from a specific drop down. Maybe you miss stated your intentions. Let us know so we can...
Why not take your buttons and pass a value to your function. Then within that function based on which button was pushed set a hidden variable that would be available to the next page?
<input type="hidden" value="" name="buttonPressed">
<input type=button...
Couple more interesting things to look at, especially if the links are on your own server . .
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnasdj00/html/asp0084.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dniis/html/customerr.asp
XoXoXo
Rachel
OK . . so I thought of a couple ways it might work. You could create a VB app that's sole job was to spin through your links (kept in a dB) and mark their status as good or not and then have your .asp page read from the dB only the good links? If all the links are on your own server a way to...
I'm trying to figure out what exactly you are trying to do and thinking about the way this whole web page serving up process happens. If you have some page that does x and you submit it or click a link on the page it gets sent to the server. So far so good. But then you want to check to see...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.