Skip to content

Commit

Permalink
Changed window.close to self.close (for compatability with mac safari…
Browse files Browse the repository at this point in the history
… browser)

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1006 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed May 6, 2004
1 parent 0e21548 commit 6402dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion register.php
Expand Up @@ -148,7 +148,7 @@
$html=str_replace("{ADMINNAME}", $surveyadmin, $html);
$html=str_replace("{ADMINEMAIL}", $surveyadminemail, $html);
$html=str_replace("{SURVEYNAME}", $surveyname, $html);
$html .= "<br /><br />\n<input $btstyle type='submit' onclick='javascript: window.close()' value='"._CLOSEWIN."'></center>\n";
$html .= "<br /><br />\n<input $btstyle type='submit' onclick='javascript: self.close()' value='"._CLOSEWIN."'></center>\n";
}

//PRINT COMPLETED PAGE
Expand Down

0 comments on commit 6402dcb

Please sign in to comment.