|
Subject:
|
doubt in Window.open method
|
|
Posted By:
|
rajatake
|
Post Date:
|
3/9/2007 4:32:12 PM
|
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
|
|
Reply By:
|
woodyz
|
Reply Date:
|
3/9/2007 4:39:10 PM
|
You don't use window.open on the server side. It is a client side (make that browser) bit of code.
Woody Z http://www.learntoprogramnow.com How to use a forum to help solve problems
|