FrontPage 2002 Button Hyperlink

  • Thread starter Thread starter Baha
  • Start date Start date
B

Baha

We offer out clients a give of our book see page at
http://www.nomoreoverload.com/E-Store/Yes-ebk-Gift.html

I wanted to build some control on this feature to validate an access code
that uses a text box validation that is imbedded in the text box property.

For this I created a control page at
http://www.nomoreoverload.com/E-Store/Gift.html.

My problem is: when I click on the (Go to Gift) Button it does not go to its
hyper link which is http://www.nomoreoverload.com/E-Store/Yes-ebk-Gift.html.

Can you tell me what I am doing wrong?

Thanks
 
What you're trying to do may actually work if you had a form there...but as
is, you have a orphan form field and an orphan Submit button labeled Go to
Gift.
 
sorry...hit send too soon.

Create a Form first, then the Submit button will be created as part of the
form...add your validation field, create a custom Confirmation page (or link
the Yes page you made) It may work. You also have to Publish via http://
method to your server (requires FPSE).
 
Back
Top