I have some problems with javascript
Hi I'm new in javascript and I'm trying to make a link pop up but everytime I put the code it says that the path or internet address can't be find and when I put the correct address or path it says the same I'm using the program "webmaster tools-black label edition II" here's the code
<SCRIPT LANGUAGE="JavaScript">
<!--
function Start(page)
{
OpenWin = this.open(page, "CtrlWindow","toolbar=No,menubar=No,location=No,sc rollbars=No,resizable=Yes,status=No,width=250,heig ht=250,left=150,top=150,");
}
//-->
</SCRIPT>
<a href="javascript:void(0);" onclick="javascript:Start ('C:\Documents and Settings\John\My Documents\disney.html');">Disney Site</a>
any help would be appreaciated
|