G Guest May 3, 2005 #1 I need to pop open a window and display a pdf document in a webform. What is the best way to go about this?
I need to pop open a window and display a pdf document in a webform. What is the best way to go about this?
C Chad Z. Hower aka Kudzu May 3, 2005 #2 =?Utf-8?B?QmlsbEc=?= said: I need to pop open a window and display a pdf document in a webform. What is the best way to go about this? Click to expand... Window.open from JS and pass the URL to the PDF. -- Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/ "Programming is an art form that fights back" Develop ASP.NET applications easier and in less time: http://www.atozed.com/IntraWeb/
=?Utf-8?B?QmlsbEc=?= said: I need to pop open a window and display a pdf document in a webform. What is the best way to go about this? Click to expand... Window.open from JS and pass the URL to the PDF. -- Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/ "Programming is an art form that fights back" Develop ASP.NET applications easier and in less time: http://www.atozed.com/IntraWeb/