hi,
i want to put a value in a textbox on a page that i have no control of.
when a user clicks a link on my site i would like this textbox...
...to have a value that i choose.
is this possible if the new page does not have a request.querystring and the value of the textbox is ""
just thought i would ask - after all the times ive seen stuff on this forum that i didnt think was possible
by the way the url of the page
i want to put a value in a textbox on a page that i have no control of.
when a user clicks a link on my site i would like this textbox...
Code:
<input type="text" name="dealerCode" maxlength="30" size="7" tabindex="10" value="" id="DealerCode" class="dealercode">
...to have a value that i choose.
is this possible if the new page does not have a request.querystring and the value of the textbox is ""
just thought i would ask - after all the times ive seen stuff on this forum that i didnt think was possible
by the way the url of the page