G
Greg Maxey
Hi,
I am trying to put a button on the bottom of my webpage that will hyperlink
the user to a User Feedback form. I already have a "Print Tip" button on
the bottom of the form which opens the printer dialog box. I don't know
what to put in the onclick =
section to hyperlink to the desired page.
Here is a link to the subject page:
http://gregmaxey.mvps.org/add_check_boxes.htm the two buttons are at the
bottom.
Here is the code that I have now. The GoTo User_Feedback.asp is not
working. Thanks.
<input type="button" value=" User Feedback"
name="GoToUserFeedBack" onclick= GoTo "User_Feedback.asp"> <input
type="button" value=" Print This
Tip! " name="printwindow0"
onClick="window.print()"></font></td>
I am trying to put a button on the bottom of my webpage that will hyperlink
the user to a User Feedback form. I already have a "Print Tip" button on
the bottom of the form which opens the printer dialog box. I don't know
what to put in the onclick =
section to hyperlink to the desired page.
Here is a link to the subject page:
http://gregmaxey.mvps.org/add_check_boxes.htm the two buttons are at the
bottom.
Here is the code that I have now. The GoTo User_Feedback.asp is not
working. Thanks.
<input type="button" value=" User Feedback"
name="GoToUserFeedBack" onclick= GoTo "User_Feedback.asp"> <input
type="button" value=" Print This
Tip! " name="printwindow0"
onClick="window.print()"></font></td>