Search Results

Showing results 1 to 20 of 20
Search took 0.01 seconds.
Search: Posts Made By: hooknc ; Forum: JSP and child forums
Forum: JSP Oct 31st, 2005
Replies: 2
Views: 8,682
Posted By hooknc
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
Posted By hooknc
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
Posted By hooknc
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
Posted By hooknc
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
Posted By hooknc
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
Posted By hooknc
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
Posted By hooknc
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
Posted By hooknc
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
Posted By hooknc
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
Posted By hooknc
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
Posted By hooknc
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
Posted By hooknc
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
Posted By hooknc
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
Posted By hooknc
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
Posted By hooknc
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
Posted By hooknc
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
Posted By hooknc
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
Posted By hooknc
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
Posted By hooknc
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
Posted By hooknc
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...
Showing results 1 to 20 of 20

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC