Quote:
can you see what i'm doing wrong ?
well request("Company") would give me the value i was looking for if i was on the next page, but it obviously doesnt work when on the same page, I'm looking for an alternative that will pass the value along.
|
Well next time explain that before hand
<% %> tags mean server side, so when that get's to the browser that field is blank. It's impossible to do that way.
You can set it up in javascript with an onblur or onchange to make some div tag visible and invisible, with the links prepopulated in the tags. I'm not sure of any other method besides this.....this link method is kind of awkward...
is something limiting you from using a submit button? This would allow you to do a querystring or a post for you and would be much better in this situation.......