MAKE SURE EVERYTHING IS XHTML COMPLIANT!

git-svn-id: http://svn.automattic.com/wordpress/trunk@325 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-08-21 15:05:25 +00:00
parent 2470798ca1
commit ccda077d96
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> ";
}