Re: how to insert predefined data from an href link intoa form? -
11-23-2004
, 04:01 PM
If you mean something such as:
pageurl.asp?MessageType=ErrorReport
then you could simply use the Value of the form field to place the text within
the url variable, such as:
value="<%=Request("MessageType")%>"
Just remember the text can not be that long, I am not sure of the length cut
of, but always best to keep it down.
Hope this helps.
Originally posted by: Newsgroup User
I've got a wild client need here that I'm not sure is even possible... any
<BR>help is appreciated folks..<BR><BR>Client wants to have a link either as a
set href, or emailed, that contains <BR>a specific piece of data... the link
will point to a form that when rendered <BR>in the browser, takes that
predefined data and inserts it into a <BR>specifically named field on the
form.<BR><BR>Thoughts? Suggestions? Advil? <BR><BR><BR> |