close
The Wayback Machine - https://web.archive.org/web/20150317155142/https://www.hscripts.com/scripts/JavaScript/accept-terms.php

Terms and Conditions Script

This javascript will help you to open the specified url. If you click the checkbox the specified page will be displayed. If you accept the terms and conditions then the specified url is opened.

Features

  • Useful for opening the specified url if you accept terms and conditions.
  • Just copy the code into your page and use it.

Preview

         If you click this specified url will be open.

Downloads

<!--Script by hscripts.com-->
<!--More scripts @www.hscripts.com-->
<form name="frm">
<input type="checkbox" name="chk" onClick="apply()">If you click this the specified url will be open.
<div align=center>&copy<a href="https://www.hscripts.com" style="color:#3D366F;text-decoration:none;cursor:pointer;font-size=13px">hscripts.com</a></div>
</form>
<script type="text/javascript">
function apply()
{
if(document.frm.chk.checked==true)
{window.open("https://www.hscripts.com/license/hioxlicense.html");
}
}
</script>
<!-- Script by hscripts.com -->
  • Release Date - 07-04-2008
  • Get free version without ©copyright link for just $5/-
  • For customization of this script or any script development, mail to support@hscripts.com

Usage

  • The above script is used to open the specified url to accept the terms and conditions.
  • The function apply() is used to open the specified page.
  • Copy the code into <head> tag of your page and use it.

License

  • The javascript (misspelled as java script) is given under GPL License.
  • i.e. Free use for those who use it as it is.
  • Free, if your modification does not remove our copyright information and links.
  • Detailed License information can be found here.
  • You can purchase the script if your requirements does not meet GPL License terms.

Related Scripts

Free Javascript Scripts