View Single Post
Old 07-04-2006, 03:05 PM   #1 (permalink)
BrotherBear
Member
 
Join Date: Jun 2006
Posts: 108
Default 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
BrotherBear is offline   Reply With Quote
Sponsored Links