Get your parameter at the top of the page
<% name = Request.QueryString("n") %>
then in code view insert it in the form field value
value="<%=name%>"
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________
| The QueryString information was very helpful. I see how that info is passed.
|
| Now...how do I get the info (eg
www.mysite.com?n=Bob) into a text box
| contained within a Form. The textbox name is UserName? The value of the
| Text Box needs to equal n...but I'm not clear on the exact code that's
| required.
|
| Thanks
|
| "Stefan B Rusynko" wrote:
|
| > See
http://www.w3schools.com/asp/asp_ref_request.asp
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| >
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > _____________________________________________
| >
| >
| > | > |I have a VB application where I have a couple of items I'd like automatically
| > | transferred to several text boxes on a Front Page form. I can't seem to
| > | figure out the correct URL to use to fill the text box with the required data.
| > |
| > | Any suggestions
| >
| >
| >