B
Bryan
Is there an easy way to add the contents of a text box, from a form, to a URL?
URL?Bryan said:Is there an easy way to add the contents of a text box, from a form, to a
button, I would like the contents of the text box tacked on to the end of aBryan said:when a person enters a number in text box on a form and clicks on a search
MD Websunlimited said:Hi Bryan,
sURL = http://www.websunlimited.com/" + windows.forms[0].urlField.value + "/mypage.htm";
--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
J-Bots Plus 2002 87 components for FrontPage
http://www.websunlimited.com/order/Product/JBP2002/jbp_help_dir.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
a URL?Is there an easy way to add the contents of a text box, from a form, to