27 lines
569 B
HTML
27 lines
569 B
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD html 4.0 transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>[ #435909 ] <noscript></noscript> in <head></head></title>
|
||
|
<script type="text/javascript" language="javascript">
|
||
|
<!-- to hide script/text from old browsers
|
||
|
function foo()
|
||
|
{
|
||
|
return true;
|
||
|
}
|
||
|
//-->
|
||
|
</script>
|
||
|
<noscript>Your Javascript is not turned on</noscript>
|
||
|
<script type="text/javascript" language="javascript">
|
||
|
<!-- to hide script/text from old browsers
|
||
|
function bar()
|
||
|
{
|
||
|
return true;
|
||
|
}
|
||
|
//-->
|
||
|
</script>
|
||
|
</head>
|
||
|
<body bgcolor="#FFFFFF">
|
||
|
Test
|
||
|
</body>
|
||
|
</html>
|