doubt in Window.open method
Hi,
I have to open and show the xml file which is physically placed in my web server not in the application path of the web server. It may be in any of the drives of the server. When i use window.open() method of javascript from serverside code(by using RegisterStartupScript), it doesnt getting opened. It expects only virtual path. Can we achieve it using window.open() or is any other methods are availble?
Thanks in advance.
Regards,
Raja
|