Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: PJDez
  • Order by date
  1. PJDez

    Problem forwarding PDF to browser

    Well I feel stupid. I don't need to go thru all that trouble. If you need to open a page in a new window you use "javascript:void(0)" onclick="www.gohere.com" OR href="www.gohere.com" target="_blank". Here's the final change that uses the Struts framework with no hacks or Javascript...
  2. PJDez

    <logic:iterate> tag

    Here's the way we use the iterate in our code: <TABLE BORDER=0> <TR> <logic:iterate id="letterval" type="org.bcbsal.indblue.forms.AppInfoLetterRowForm" name="applicationInfoForm" property="applicationLettersList"> <tr> <td><html:link...
  3. PJDez

    Problem forwarding PDF to browser

    I found the problem! It isn't in the way the output stream is setup in the action. Remember, I had said I opened a new window in my jsp. I used script to tailor the forward and the use of javascript:void(window.open(...)) caused IE to act on that new window. Now I could do what you all are...
  4. PJDez

    Problem forwarding PDF to browser

    Tried it and got the same results with IE, but Netscape took it just fine. Anyone else have any ideas? Thanks, Patrick
  5. PJDez

    Problem forwarding PDF to browser

    I've been searching for a solution to a problem I am having with forwarding PDF output to the user. I am using exact code from another application that uses JRun. What happens is a new window is opened and I receive a File Download prompt. No matter what option I select, the process fails. I've...

Part and Inventory Search

Back
Top