Is there a way to inlcude a file such as text.html from serverOne in a file such as doingInclude.asp from ServerTwo? I want to do this without using frames if possible, or IFrames for that matter.
Thanks,
Curtis
Hello
Quick Question As of right now I have an application that runs on a weblogic server and uses JSP to connect to an Oracle 8.1.6 DB. However I'm wanting to move from the Weblogic server over to an Iplanet Server.
Right now, My code to connect looks like this on the weblogic server...
I have a memo field that gets written to a Database. My JSP page does a getString("memofield") and it's pulling the memo field into a variable. Lets call that variable foo so
String foo = myresultset.getString("memofield");
This is working fine.
Now I have some...
Hello,
I'm trying to select multiple items from a combo box that has 'multiple' (turned on). I want to select many items from that list then have them all written to a table in a database.
What's the best way to do this?
The way I'm doing it right now, it's only grabbing the first option...
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.