Forum: JSP Oct 31st, 2005 |
| Replies: 2 Views: 8,682 You might want to ask this question in the JavaScript Forum (http://www.daniweb.com/techtalkforums/forum143.html). |
Forum: JSP Oct 14th, 2005 |
| Replies: 25 Views: 15,451 Don't make it unique. Make it functional.
Unique sites don't get used. Functional sites do.
Regards,
Nate |
Forum: JSP Oct 13th, 2005 |
| Replies: 25 Views: 15,451 There is a lot to think about here...
First, are you going to build the whole system in JSP? Using a combination of servlets with JSP would be much better.
Is everything going to be secure? ... |
Forum: JSP Oct 13th, 2005 |
| Replies: 6 Views: 17,687 There is plenty of documentation on how to do JDBC out on the internet. Especially with connecting to an oracle database.
However, you might want to re-think doing JDBC code inside of a JDBC and... |
Forum: JSP Oct 13th, 2005 |
| Replies: 2 Views: 8,436 I think we need some more information before we can help.
Are you trying to do all this behavior in one jsp?
What does your code look like.
What is the full exception stack trace?
Regards, |
Forum: JSP Oct 3rd, 2005 |
| Replies: 1 Views: 18,216 You post is very confusing...but my guess is you need to do the following in your code...
// As long as there is a Recordset1 object by this time...
<% String variable1 =... |
Forum: JSP Oct 3rd, 2005 |
| Replies: 12 Views: 68,633 You should be creating a new topic for a new question. You also might want to be asking this question in the JavaScript (http://www.daniweb.com/techtalkforums/forum143.html) forum.
Regards,
... |
Forum: JSP Oct 3rd, 2005 |
| Replies: 3 Views: 29,768 You can't.
The variable has to be passed as part of a request.
JavaScript is client side. JSP and Servlet are server side.
Now, you can change variables in your JavaScript with JSP or... |
Forum: JSP Oct 3rd, 2005 |
| Replies: 2 Views: 4,693 You might want to ask you question in the JavaScript (http://www.daniweb.com/techtalkforums/forum143.html) forum.
Regards,
Nate |
Forum: JSP Aug 29th, 2005 |
| Replies: 2 Views: 3,170 Just an eyeball look here....
your calling tables b2, b3 and b4 in your select statement. Then you are requesting values j-b2, etc...
Might be the problem.
Regards,
Nate |
Forum: JSP Aug 27th, 2005 |
| Replies: 5 Views: 3,668 You could use only jsps, but using servlets would make your life easier. Removing the TextArea won't make any of the code easier.
You might be able to do something like this easier in php, but I... |
Forum: JSP Aug 26th, 2005 |
| Replies: 2 Views: 3,984 Since you're using jsp's it might be easier to store the page that was clicked in the request object and use java programming (not java script) to highlight the page that was selected. The request... |
Forum: JSP Aug 26th, 2005 |
| Replies: 5 Views: 3,668 It actually sounds like jsp combined with servlets would be a perfect solution for what you're trying to do.
This is where you're going to need to do some foot work to get your environment on your... |
Forum: JSP Aug 26th, 2005 |
| Replies: 3 Views: 29,768 That variable needs to be passed to a servlet or jsp through a request to the server and then the servlet or jsp can place that variable into the session.
Regards,
Nate |
Forum: JSP Aug 25th, 2005 |
| Replies: 5 Views: 3,668 Does your solution need to use jsp's and servlets? Or does it need to use java script? Or does it matter which technology you're using?
Also, wouldn't it seem to be better to have an OptionBox... |
Forum: JSP Aug 25th, 2005 |
| Replies: 1 Views: 2,765 We're not going to do your home work for you. Please do the assignment yourself and if you have specific questions about your code... Then by all means please post those questions.
Also, since... |
Forum: JSP Aug 24th, 2005 |
| Replies: 6 Views: 5,547 Well, actually the viewing the attachment with the web browser should be fairly easy. The browser will need to have some different plug-ins installed like adobe reader and ms office (Browsers might... |
Forum: JSP Aug 23rd, 2005 |
| Replies: 1 Views: 9,999 You should be able to find the driver from the Microsoft SQL server site: http://www.microsoft.com/sql/default.mspx
If that doesn't work, you should also be able to use the ODBC-JDBC bridge... |
Forum: JSP Aug 23rd, 2005 |
| Replies: 1 Views: 7,504 Google: java open source spell check (http://www.google.com/search?hl=en&q=java+open+source+spell+check&btnG=Google+Search)
Regards,
Nate |
Forum: JSP Aug 23rd, 2005 |
| Replies: 6 Views: 5,547 The attachments for yahoo might be in a database, but the user that sent the attachment isn't going to be sending a link to access the attachment from there database. The attachment is just part of... |