Jump to content
php.lv forumi
  • 0

Jautajuma scrips


Question

Posted

varbut kads var jeb zina kur dabut scriptu ka iejot weba uzprasa piemeram vai nevelas nobalost par vebu un ja uzspiez ja tad atveras cits links kur jabalso a ja ne tad aizveras logs!

2 answers to this question

Recommended Posts

  • 0
Posted
window.onload=function(){
if (confirm('vai nevēlies nobalsot?')) {
 document.location.href='http://cgimage.lv';
}
else { 
 self.close();
}
}

  • 0
Posted

php kodā to pieraksta ar if konstrukciju:

if (nevēlas_nobalsot)
{
header("Location: cits_links.php");
die();
}
else
{
// te redirektē vai izvadi iepriekšējo lapu, lai "aizvērtu" logu.
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...