
Untitled
By: a guest on
Apr 30th, 2012 | syntax:
None | size: 0.54 KB | hits: 12 | expires: Never
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script LANGUAGE="JavaScript" TYPE="text/javascript">
function openWindow(){
WREF = window.open("page2.htm","test2",'width=550,height=650');
if(!WREF.opener){ WREF.opener = this.window; }
}
function getValue(val){
newVal = 5 * val;
return newVal;
}
</script>
</head>
<body>
<a HREF="javascript:void(0);" onClick="openWindow();">Open the window</a>
</body>
</html>