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

Go to topic 56214

Return to index page 6
Return to index page 5
Return to index page 4
Return to index page 3
Return to index page 2
Return to index page 1