I want to have (2) radio buttons at the botton of my Accept/Cancel page that I am writing.
<center></center>O Accept O Don't Accept
(neither of this should be ticked by default and should be able to toggle between the two. Tic one and the other un-tics and vise-versa)
If the user tics the "Accept" radio button, they would go to a url called
http://www.networkdriven.com/open.htm
If the user tics the "Don't Accept" radio button, they would go to a url called
http://www.networkdriven.com/close.htm
I guess this is done using the <form> tags but I don't know how to write the code.
Would anyone be so kind as to write this out for me?
I would really appreciate it!!!
Larry