mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 18:32:23 +01:00
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:
parent
2470798ca1
commit
ccda077d96
@ -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> ";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user