PC Review
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
FP 2003: Prefilling fields on a hyperlink
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
FP 2003: Prefilling fields on a hyperlink
![]() |
FP 2003: Prefilling fields on a hyperlink |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
FrontPage 2003
I have a hyperlink setup on our company's website to another webpage. I need to prefill some of the fields on the form on the destination webpage that I hyperlink to. How can I do this? The fields are an account # type of field, account name field, etc (there are about 2-4 fields) which are static because the account # etc are relative to the SENDER (us) and it's used to track where the click-thrus/requests come from. This can also be used for lead tracking, too. TIA, |
|
|
|
#2 |
|
Guest
Posts: n/a
|
You can't pre-fill them. All you could do is to pass the information as
variables in a querystring, but that is not useful for pre-filling, it only works for submitting and may not even work on this form so it shouldn't be tried. In a nutshell, there's nothing in HTML that will enable you to pre-fill a form. You may ask the company that provides the form if they have any parameters that you can pass to the page and how, but it's probably doubtful they do. Hope this helps, Mark Fitzpatrick Microsoft MVP - FrontPage "Tom" <Tom@discussions.microsoft.com> wrote in message news:76C42317-A96A-44B8-A2CB-7A70FFF005DF@microsoft.com... > FrontPage 2003 > > I have a hyperlink setup on our company's website to another webpage. I > need to prefill some of the fields on the form on the destination webpage > that I hyperlink to. How can I do this? The fields are an account # type > of > field, account name field, etc (there are about 2-4 fields) which are > static > because the account # etc are relative to the SENDER (us) and it's used to > track where the click-thrus/requests come from. This can also be used for > lead tracking, too. > TIA, |
|
|
|
#3 |
|
Guest
Posts: n/a
|
You could use a cookie on the clients system, and some javascript on the
form page, no? -- Murray -------------- MVP FrontPage "Mark Fitzpatrick" <markfitz@fitzme.com> wrote in message news:uJm0UVjMGHA.3728@tk2msftngp13.phx.gbl... > You can't pre-fill them. All you could do is to pass the information as > variables in a querystring, but that is not useful for pre-filling, it > only works for submitting and may not even work on this form so it > shouldn't be tried. In a nutshell, there's nothing in HTML that will > enable you to pre-fill a form. You may ask the company that provides the > form if they have any parameters that you can pass to the page and how, > but it's probably doubtful they do. > > Hope this helps, > Mark Fitzpatrick > Microsoft MVP - FrontPage > > "Tom" <Tom@discussions.microsoft.com> wrote in message > news:76C42317-A96A-44B8-A2CB-7A70FFF005DF@microsoft.com... >> FrontPage 2003 >> >> I have a hyperlink setup on our company's website to another webpage. I >> need to prefill some of the fields on the form on the destination webpage >> that I hyperlink to. How can I do this? The fields are an account # >> type of >> field, account name field, etc (there are about 2-4 fields) which are >> static >> because the account # etc are relative to the SENDER (us) and it's used >> to >> track where the click-thrus/requests come from. This can also be used >> for >> lead tracking, too. >> TIA, > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Tom:
If I understand your post, you want to establish a hyperlink that, when clicked takes you to a specific page on an external website that is reached by filling out a form which then passes fields to reach the desired page. You might want to try navigating to that page via the form required then, once at the desired page, copy thhe address from your browser address bar and use this as the hyperlink address. For instance, if I want to create a hyperlink that when clicked would bring up your post, I would navigate to it or search the NG for "TIA". Once at the post, I would copy thhe URL from the browser address bar, "http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.frontpage.client&tid=76c42317-a96a-44b8-a2cb-7a70fff005df&cat=en-us-frontpage&lang=en&cr=US&sloc=en-us&m=1&p=1" Bear in mind, if there is any kind of security on te destination page, it will likely redirect you back too thhe log in page if you use this method. Give it a whirl and see if it works. Hope this helps. -- John Cello John Cello Consulting Communications For Business www.johncelloconsulting.com "Tom" wrote: > FrontPage 2003 > > I have a hyperlink setup on our company's website to another webpage. I > need to prefill some of the fields on the form on the destination webpage > that I hyperlink to. How can I do this? The fields are an account # type of > field, account name field, etc (there are about 2-4 fields) which are static > because the account # etc are relative to the SENDER (us) and it's used to > track where the click-thrus/requests come from. This can also be used for > lead tracking, too. > TIA, |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Nah
There is no way to pass form field values to a page that is not set up to read them (cookies or script) -- _____________________________________________ 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/FrontP...53/Default.aspx _____________________________________________ "Murray" <forums@HAHAgreat-web-sights.com> wrote in message news:%23aXg9kjMGHA.2604@TK2MSFTNGP09.phx.gbl... | You could use a cookie on the clients system, and some javascript on the | form page, no? | | -- | Murray | -------------- | MVP FrontPage | | | "Mark Fitzpatrick" <markfitz@fitzme.com> wrote in message | news:uJm0UVjMGHA.3728@tk2msftngp13.phx.gbl... | > You can't pre-fill them. All you could do is to pass the information as | > variables in a querystring, but that is not useful for pre-filling, it | > only works for submitting and may not even work on this form so it | > shouldn't be tried. In a nutshell, there's nothing in HTML that will | > enable you to pre-fill a form. You may ask the company that provides the | > form if they have any parameters that you can pass to the page and how, | > but it's probably doubtful they do. | > | > Hope this helps, | > Mark Fitzpatrick | > Microsoft MVP - FrontPage | > | > "Tom" <Tom@discussions.microsoft.com> wrote in message | > news:76C42317-A96A-44B8-A2CB-7A70FFF005DF@microsoft.com... | >> FrontPage 2003 | >> | >> I have a hyperlink setup on our company's website to another webpage. I | >> need to prefill some of the fields on the form on the destination webpage | >> that I hyperlink to. How can I do this? The fields are an account # | >> type of | >> field, account name field, etc (there are about 2-4 fields) which are | >> static | >> because the account # etc are relative to the SENDER (us) and it's used | >> to | >> track where the click-thrus/requests come from. This can also be used | >> for | >> lead tracking, too. | >> TIA, | > | > | | |
|
|
|
#6 |
|
Guest
Posts: n/a
|
Well, silly - it would have to be set up to do that. 8)
-- Murray -------------- MVP FrontPage "Stefan B Rusynko" <sbr_enjoy@hotmail.com> wrote in message news:eFeztvtMGHA.500@TK2MSFTNGP15.phx.gbl... > Nah > There is no way to pass form field values to a page that is not set up to > read them (cookies or script) > > -- > > _____________________________________________ > 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/FrontP...53/Default.aspx > _____________________________________________ > > > "Murray" <forums@HAHAgreat-web-sights.com> wrote in message > news:%23aXg9kjMGHA.2604@TK2MSFTNGP09.phx.gbl... > | You could use a cookie on the clients system, and some javascript on the > | form page, no? > | > | -- > | Murray > | -------------- > | MVP FrontPage > | > | > | "Mark Fitzpatrick" <markfitz@fitzme.com> wrote in message > | news:uJm0UVjMGHA.3728@tk2msftngp13.phx.gbl... > | > You can't pre-fill them. All you could do is to pass the information > as > | > variables in a querystring, but that is not useful for pre-filling, it > | > only works for submitting and may not even work on this form so it > | > shouldn't be tried. In a nutshell, there's nothing in HTML that will > | > enable you to pre-fill a form. You may ask the company that provides > the > | > form if they have any parameters that you can pass to the page and > how, > | > but it's probably doubtful they do. > | > > | > Hope this helps, > | > Mark Fitzpatrick > | > Microsoft MVP - FrontPage > | > > | > "Tom" <Tom@discussions.microsoft.com> wrote in message > | > news:76C42317-A96A-44B8-A2CB-7A70FFF005DF@microsoft.com... > | >> FrontPage 2003 > | >> > | >> I have a hyperlink setup on our company's website to another webpage. > I > | >> need to prefill some of the fields on the form on the destination > webpage > | >> that I hyperlink to. How can I do this? The fields are an account # > | >> type of > | >> field, account name field, etc (there are about 2-4 fields) which are > | >> static > | >> because the account # etc are relative to the SENDER (us) and it's > used > | >> to > | >> track where the click-thrus/requests come from. This can also be > used > | >> for > | >> lead tracking, too. > | >> TIA, > | > > | > > | > | > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

