HighDots Forums  

how to insert predefined data from an href link into a form?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss how to insert predefined data from an href link into a form? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
_Adrian
 
Posts: n/a

Default how to insert predefined data from an href link into a form? - 11-23-2004 , 03:22 PM






I've got a wild client need here that I'm not sure is even possible... any
help is appreciated folks..

Client wants to have a link either as a set href, or emailed, that contains
a specific piece of data... the link will point to a form that when rendered
in the browser, takes that predefined data and inserts it into a
specifically named field on the form.

Thoughts? Suggestions? Advil?



Reply With Quote
  #2  
Old   
CarlGrint
 
Posts: n/a

Default 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>




Reply With Quote
  #3  
Old   
_Adrian
 
Posts: n/a

Default Re: how to insert predefined data from an href link into a form? - 11-23-2004 , 04:56 PM



Works perfectly Carl.. you da man.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.