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...
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?
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.
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...
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...
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?
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 =...
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.