Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~444 People Reached
Favorite Tags
Member Avatar for Dave G.

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: [CODE] <%! private String checkInput(String test){ String bad_input = ""; boolean someBadInput = …

Member Avatar for Dave G.
0
101
Member Avatar for Dave G.

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 field in the coupon table named 'Expiry' …

Member Avatar for Dave G.
0
213
Member Avatar for Dave G.

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, printing, or emailing that image - or opening his or her images …

Member Avatar for TallCool1
0
130