Forum: Java Nov 2nd, 2004 |
| Replies: 1 Views: 2,612 Wow, this is embarassing - the form I was submitting to the page had a spelling mistake inthe name of a field - so the page was trying to "request.getParameter("non_existant_parameter");" and passing... |
Forum: Java Nov 2nd, 2004 |
| Replies: 1 Views: 2,612 I am trying to set up a jsp page which takes input from any form and filters out user input which may pose a security risk. I am using the following function to try to do this:
<%!
private... |
Forum: JSP Oct 15th, 2004 |
| Replies: 1 Views: 4,250 Hey, I found the solution - turns out to be all mySQL... in case anyone is interested, here it is:
ResultSet rs = statement.executeQuery("select * from Coupons where Name='"+ coupon.getName() +"'... |
Forum: JSP Oct 15th, 2004 |
| Replies: 1 Views: 4,250 Hello,
I am trying to set up my website to be able to accept coupons. I am working in JSP and want to be able to get the current date and compare it to the date stored in the database. I have a... |
Forum: Web Browsers Mar 14th, 2004 |
| Replies: 6 Views: 2,683 That's what I was afraid of - I don't like dropping programs on peoples computers. Guess I will just have to cut up the image and put it back together as pieces that are too small to have the bar... |
Forum: Web Browsers Mar 13th, 2004 |
| Replies: 6 Views: 2,683 hehe, sorry I did not explain myself correctly... I use the feature and like it - what I want to do is disable it for specific pictures that are on a website that I am developing.... example: we... |
Forum: Web Browsers Mar 13th, 2004 |
| Replies: 6 Views: 2,683 Hello all (that read this)
I have noticed in IE that for all images over a certan size, when the user hovers the mouse pointer over the image, he or she is given the option of either saving,... |