Hey guys,
I have a image on my page with an <a> attribute. When i click on it it is supposed to pop up a calender but instead it shows "Stack Overflow at Line 186" on clicking it.
The code is:
<a href="javascript:;" onclick="window.open('popup.aspx?textbox=Text_sdate','calDate','width=250,height=225,left=270,top=180')">
<img alt="Logo" src="D:\New Folder\Logo.gif" id="IMG1" /></a>
Please tell what's the problem..