Re: Forwarding a request to a cgi script on a different machine

2001-12-18 Thread Dwi Nugroho
I have a small tricky to do it - your 1.jsp save that parameter in session, ex: name it with (String)param - redirect to 2.jsp - 2.jsp read param session - 2.jsp contain html and form inside .. - combine with javascript when the body onLoad document.form.s

Re: display image from table

2001-11-29 Thread Dwi Nugroho
but that i wanna do is display it using jsp. > >but i don't know how .. > > > >thx > >dwi nugroho > > > > > > > -Original Message- > > > From: I Wayan Saryada [SMTP:[EMAIL PROTECTED]] > > > Sent: Thursday, November 29, 2001 7:1

Re: display image from table

2001-11-29 Thread Dwi Nugroho
yeah .. I already have a imange stored at table and I got some advice to display it using servlet but that i wanna do is display it using jsp. but i don't know how .. thx dwi nugroho > -Original Message- > From: I Wayan Saryada [SMTP:[EMAIL PROTECTED]] > Sent: Thursda

display image from table

2001-11-28 Thread Dwi Nugroho
Hello .. How to display image stored at BLOB table as a thumbnail please ... dwi nugroho www.unocal.com === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL

Refreshing parent page

2001-10-22 Thread Dwi Nugroho
I have a main page that open a popup window to browse users list The main page is contain list of a userlogin task whenever userlogin choose another name from the popup window it need to refreshed so the list will clear. How to do this please .. -thx- -dnu- ==

Re: Database number

2001-10-22 Thread Dwi Nugroho
Hi Sri, Why don't you change the column into number(6,6) so whenever you insert all decimal behind it will keep at it and if you want to only display two decimal, you can do too . > -Original Message- > From: Campano, Troy [SMTP:[EMAIL PROTECTED]] > Sent: Monday, October 22, 2001 10:22 PM

Re: Very Urgent - Precompiling Jsp's into servlets for distributi on

2001-09-30 Thread Dwi Nugroho
dear All .. can REMOTE_USER from CGI environment be modified using JSP? how to do it? dwi www.unocal.com === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] wi

Re: how to autorefresh a JSP page??

2001-09-27 Thread Dwi Nugroho
It seems that Dubey ask how to refresh client page from server. It is imposible to force our web client refresh the browser from server using meta is a way to refresh automatically every constant lag time but using javascript you can aoutomatically refresh it at a c

jspsmartupload

2001-09-26 Thread Dwi Nugroho
I have try jspsmartupload from jspsmart I made some modification in sampe and create new jsp It was success to upload a file to MySQL table but it was failure when I try to upload file to oracle8.1.7 with the same jsp the error is An error occurs : java.sql.SQLException: Invalid operation for rea