E
Edwin Steinberg
In FP2002, in default.asp I have buttons that hyperlink to
nursingform.htm, HTML code snippet is:
<a
href="nursing/nursingform.htm?WhereFrom=Button1Text">Button1</a></FONT></b></li>
<li><b><font face="Arial" size="2">
<a
href="nursing/nursingform.htm?WhereFrom=Button2Text">Button2</a></font></b></li>
I used EditHyperLink/Parameters to create these links.
How do I access these parameters in nursingform.htm so that when
Button1 in default.asp is clicked, I can display Button1Text on
nursingform.htm and when Button2 is clicked, I can display
Button2Text?
I've looked at some KB articles but it just didn't register with me.
TIA
Ed
nursingform.htm, HTML code snippet is:
<a
href="nursing/nursingform.htm?WhereFrom=Button1Text">Button1</a></FONT></b></li>
<li><b><font face="Arial" size="2">
<a
href="nursing/nursingform.htm?WhereFrom=Button2Text">Button2</a></font></b></li>
I used EditHyperLink/Parameters to create these links.
How do I access these parameters in nursingform.htm so that when
Button1 in default.asp is clicked, I can display Button1Text on
nursingform.htm and when Button2 is clicked, I can display
Button2Text?
I've looked at some KB articles but it just didn't register with me.
TIA
Ed