karthik555
IS-IT--Management
Hi!
A wierd behaviour that I am comming across.
I have a common function in a .JS file which will open a new window.
function windowopen(path,nm,attrb)
{
var filename = CtrlForm.gCFile.value
var newpath = path
hlpwinref = window.open(newpath,nm,attrb)
}
When I call this from my ASP page, the window will be opened. However all of a sudden it is not working.
The function gets executed, but there is no error nor does the new window opening.
Any one has any idea on this.
Thanks in advance
Karthik
A wierd behaviour that I am comming across.
I have a common function in a .JS file which will open a new window.
function windowopen(path,nm,attrb)
{
var filename = CtrlForm.gCFile.value
var newpath = path
hlpwinref = window.open(newpath,nm,attrb)
}
When I call this from my ASP page, the window will be opened. However all of a sudden it is not working.
The function gets executed, but there is no error nor does the new window opening.
Any one has any idea on this.
Thanks in advance
Karthik