MAKE SURE EVERYTHING IS XHTML COMPLIANT!
git-svn-id: https://develop.svn.wordpress.org/trunk@325 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ab036c3513
commit
05f2f39f4e
@ -326,19 +326,15 @@ function print_Lon() {
|
|||||||
|
|
||||||
function print_PopUpScript() {
|
function print_PopUpScript() {
|
||||||
echo "
|
echo "
|
||||||
<SCRIPT LANGUAGE=\"JavaScript\">
|
<script language='javaScript' type='text/javascript'>
|
||||||
|
|
||||||
<!-- This script and many more are available free online at -->
|
<!-- This script and many more are available free online at -->
|
||||||
<!-- The JavaScript Source!! http://javascript.internet.com -->
|
<!-- The JavaScript Source!! http://javascript.internet.com -->
|
||||||
|
|
||||||
<!-- Begin
|
|
||||||
function formHandler(form) {
|
function formHandler(form) {
|
||||||
var URL = form.site.options[form.site.selectedIndex].value;
|
var URL = form.site.options[form.site.selectedIndex].value;
|
||||||
if(URL != \".\") {
|
if(URL != \".\") {
|
||||||
popup = window.open(URL,\"MenuPopup\");
|
popup = window.open(URL,\"MenuPopup\");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// End -->
|
|
||||||
</script> ";
|
</script> ";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user