Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disclaimer Submission

Status
Not open for further replies.

rissac

Technical User
May 9, 2003
79
IN
I'm creating a website that has video content. But before the user can view the videos I need a disclaimer to popup for the user to read. I need to have a choose between yes and no. If the use says "yes", then they go to the opproriate page with the videos. If the user clicks "no" then the disclaimer form closes and they dont go to the video page. Is all this possible with cgi scripting? And if yes can someone direct me in the right direction (useable scripts).
 
This is pretty trivial but you may just want to use javascript for it, much simplier.

In the JS world you just create two buttons

Button no has an action of 'window.close'

Button Yes has an action of 'window.location.href='videopage.html'

You can do this in cgi but you will need to code it yourself. Trivial stuff, pick a language and go.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top