Hi there
Could anyone help with this problem? I am using the window.open function to open a new window. If the window to be opened can't find the page then I would like to be able to display an error message saying the page cannot be found and close the window.
The code is below:
set wnd=window.open(fullstring,"wnd", "height=590,width=780,status=yes,toolbar=yes,menubar=no,location=yes"
where fullstring is the url pointing to the page.
Thanks in advance.
Quinny
Could anyone help with this problem? I am using the window.open function to open a new window. If the window to be opened can't find the page then I would like to be able to display an error message saying the page cannot be found and close the window.
The code is below:
set wnd=window.open(fullstring,"wnd", "height=590,width=780,status=yes,toolbar=yes,menubar=no,location=yes"
where fullstring is the url pointing to the page.
Thanks in advance.
Quinny