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:
Matt Mullenweg 2003-08-21 15:05:25 +00:00
parent ab036c3513
commit 05f2f39f4e
1 changed files with 1 additions and 5 deletions

View File

@ -326,19 +326,15 @@ function print_Lon() {
function print_PopUpScript() {
echo "
<SCRIPT LANGUAGE=\"JavaScript\">
<script language='javaScript' type='text/javascript'>
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
function formHandler(form) {
var URL = form.site.options[form.site.selectedIndex].value;
if(URL != \".\") {
popup = window.open(URL,\"MenuPopup\");
}
}
// End -->
</script> ";
}