This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Front Page > January 2005 > Hyperlink ID
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Jehuty 2005-01-31, 7:24 pm |
| I have a hyperlink set like this:(
/submission_form.asp?identity=<%=FP_FieldURL(fp_rs,"Key")%> )
Now once that link goes to the submission form, how do i transfer the
Identity number automatically into a text box?
| |
| Thomas A. Rowe 2005-01-31, 7:24 pm |
| On the form page do the following before the opening HTML tag:
<%
Dim Iden
Iden = Request.QueryString("Identity")
%>
Then in the initial value of the Form field
<%=Iden%>
or as a hidden form field
<input type="hidden" name="Identity" value="<%=Iden%>">
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
"Jehuty" <Jehuty@discussions.microsoft.com> wrote in message
news:9FF36306-E9F9-42A2-8BF3-73BBB954F869@microsoft.com...
>I have a hyperlink set like this:(
> /submission_form.asp?identity=<%=FP_FieldURL(fp_rs,"Key")%> )
>
> Now once that link goes to the submission form, how do i transfer the
> Identity number automatically into a text box?
| |
| Jehuty 2005-01-31, 7:24 pm |
| You are the man Thomas. Thank you :)
"Jehuty" wrote:
> I have a hyperlink set like this:(
> /submission_form.asp?identity=<%=FP_FieldURL(fp_rs,"Key")%> )
>
> Now once that link goes to the submission form, how do i transfer the
> Identity number automatically into a text box?
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|