This topic is locked

Disclaimer page

9/27/2006 1:07:09 PM
ASPRunnerPro General questions
J
Joseph author

I want to creat a disclaimer page infront of a website. My question is how do I create a AGREE and DO NOt AGREE Buttons. I know I can use the radio for them to choose yes or no, if that is the only way )
The other thing is how do I display the disclaimer in the middle of the page?,
The othe issue is upon the choice they made and clicked SAVE OR any of the buttons, I want to direct them to the website, where do I go and edit the buttons?
Thanks!!

Sergey Kornilov admin 9/27/2006

You can use something like:

<input type=button value="I Agree" onclick="window.location = 'goodpage.htm';">

<input type=button value="I Disagree" onclick="window.location = 'http://www.google.com';">;


To center disclaimer use <p align=center> or tables.