@Open new window by clicking button
<html>
<head>
<script type="text/javascript">
function open_win()
{
[Link]("[Link]
}
</script>
</head>
<body>
<form>
<input type=button value="Open Window" onclick="open_win()">
</form>
</body>
</html>
@Open new page by clicking menu option
<html>
<head>
<script type="text/javascript">
function go()
{
[Link]=[Link]("menu").value;
}
</script>
</head>
<body>
<form>
<select id="menu" onchange="go()">
<option>--Select a page--</option>
<option value="[Link]
<option value="[Link]
<option value="[Link]
</select>
</form>
</body>
</html>
@To insert date & time
<script type="text/vbscript">
[Link]("Today's date is " & date())
[Link]("<br />")
[Link]("The time is " & time())
</script>
<script type="text/javascript">
function startTime()
{
var today=new Date();
var h=[Link]();
var m=[Link]();
var s=[Link]();
// add a zero in front of numbers<10
m=checkTime(m);
s=checkTime(s);
[Link]('txt').innerHTML=h+":"+m+":"+s;
t=setTimeout('startTime()',500);
}
function checkTime(i)
{
if (i<10)
{
i="0" + i;
}
return i;
}
</script>
<MAP name=amol>
@To map image
<AREA shape= target=_top coords=51,20,130,210 href="C:\Documents and Settings\
Administrator\Desktop\[Link]">
<AREA shape=RECT target=_top coords=4,245,125,280 href="[Link]">
<AREA shape=RECT target=_top coords=7,203,120,235 href="[Link]">
<AREA shape=RECT target=_top coords=0,162,140,197 href="[Link]">
<AREA shape=RECT target=_top coords=3,115,157,154 href="[Link]">
</MAP>
<IMG height=650 alt="Gharda Foundation" src="C:\Documents and Settings\Administrator\
Desktop\[Link]" width=207 align=left useMap=#amol border=0>
@Important Sites
[Link]