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 $10/-
  • 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

Related Scripts

Free Javascript Scripts


Ask Questions

Ask Question