Dear friend,
Following is code which i am using for the creation of popup message.But it is giving error in the statement starting with 'window.open'
I am not at all aware about the JavaScript and it usage in ASP. But I want to do it.
Hopes you people can help me
Thanks all fro previous help
Thank you
Graceson
code is give below.
<html>
<head>
<title>CEC Intranet - Windows pop up messages </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!--#include file="adovbs.inc"-->
</head>
<body>
<Script language="JavaScript">
<!--
window.open("http://server/add_prg_owner.asp","Checking window",height=400, width=400,toolbar=0,statusbar=0");
//-->
</script>
</body>
</html>