WHAT A LAMP Rotating Header Image

JavaScript Version

from v1.1 to 1.5.

It is not big problem.
Now, 1.5 is work smoothly on IE6.0 and Navigator 6.0.

If you want to know which your browser support, you can download this html file and load it in your browser.

Or you can run it by JavaScript Version Detector
here.

The Code is shown as below.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> : Self-Study Reference Centre</title>
<SCRIPT type="text/" LANGUAGE="">

<!– This script and many more are available free online at –>
<!– The Source!! http://www.whatalamp.com –>

<!– Begin
jsver = "1.0";
// End –>
</SCRIPT>
<SCRIPT type="text/" language="javascript1.1">
<!– Begin
jsver = "1.1";
// End –>
</SCRIPT>
<SCRIPT type="text/" Language="JavaScript1.2" >
<!– Begin
jsver = "1.2";
// End –>
</SCRIPT>
<SCRIPT type="text/" Language="JavaScript1.3">
<!– Begin
jsver = "1.3";
// End –>
</SCRIPT>
<SCRIPT type="text/" Language="JavaScript1.4" >
<!– Begin
jsver = "1.4";
// End –>
</SCRIPT>
<script type="text/" language="javascript1.5">
<!– Begin
jsver = "1.5";
// End –>
</SCRIPT>

</head>

<body>
<NOSCRIPT>
<B>Your browser does not currently support .</B>
<P>If your are using Netscape 2 or later then you can enable . </P>
<P> 2 or 3: Choose Options|Network Preferences, choose the Languages tab, click Enable and then click OK.</P>
<P> 4: Choose Edit|Preferences|Advanced, click Enable and then click OK.
<HR />

With Internet Explorer 5: Go to Tools Menu|Internet Options, Security Tab and click on the Custom Level. Then select disable active scripting under the scripting section.
</NOSCRIPT>
<SCRIPT type="text/" LANGUAGE="">
<!– Begin
document.write("<B>Your browser supports " + jsver + ".<//b>")
// End –>
</SCRIPT>

<h2 align="center">Free JavaScripts provided<br/>
by
<a href="http://www.whatalamp.com/">What a Lampe</a> </h2>

</body>
</html>

Related posts

Comments are closed.