I went over again & again through the code & I can't figure out where the error is. It was running fine earlier & I hadn't made any changes to the code. The code is here:-
Code:
function openWin(w, h, t, l)
{
var abc = window.open("", "abc", "width="+w+",height="+h+",left="+l+",top="+t+",toolbar=1,scrollbars=1,resizable=1");
}
& I am putting the following in a button to open the window:--
Code:
onClick="openWin(350, 200, 100, 100);"
Now this thing was working fine earlier but 2-3 days ago, it started giving errors.
So what could be the problem.
I have to look for some way stop errors from being raised.
Bookmarks