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: *

  1. samvonac

    How do you pass a parameter from one jsp page to another?

    Hi, I have two jsp pages and I want to pass parameters from one to another. I was using response.sendRedirect("myjsp.jsp?Parameters") and this works fine. However... if the length of the parameter is very long (ie, thousands of characters) this method does not work. Is there...
  2. samvonac

    Saving jsp output to a file

    Thanks for the reply. Do you have an example? I know how to use the printwriter to send content to a file but is there a way to send the buffer (or contents of) to the printwriter?
  3. samvonac

    Saving jsp output to a file

    Does anyone know how to save the output (html) of a jsp page to a file on the server? I want to save the html code that is sent to the browser as a file on the server. Thanks.
  4. samvonac

    Link to open Word Doc

    Hi, I have a link on my page that points to a word doc on the server. If I use IE, it will open up the word doc in the browser. How can I make the link prompt the user to download the file (save to local drive) instead of opening up the file in the browser? This only happens if I use IE. In...
  5. samvonac

    Wait page in jsp?

    Hi, I have a jsp page that is creating an xml file on the server. The server has a process that takes this xml and creates a word document on the server. My jsp page basically waits to see if the word document is on the server then it will redirect the user to the word doc. While it is...
  6. samvonac

    Using VB to execute a Word macro

    Thanks Bib but that didn't seem to work either. The exact error msg is: Run-time error '-2147352573 (80020003)': Unable to run specified macro Any idea what could be wrong?
  7. samvonac

    Using VB to execute a Word macro

    I want to use a VB app to open a word doc and launch a macro. I have the following code: Sub Main() Dim docsObj As Word.Documents Dim docObj As Word.Document Dim appWord As Word.Application Set appWord = CreateObject("word.application") Set docsObj =...
  8. samvonac

    Using VB to execute a Word macro

    I want to use a VB app to open a word doc and launch a macro. I have the following code: Sub Main() Dim docsObj As Word.Documents Dim docObj As Word.Document Dim appWord As Word.Application Set appWord = CreateObject("word.application") Set docsObj =...

Part and Inventory Search

Back
Top