- If you need clarification, ask it in the comment box above.
- Better answers use proper spelling and grammar.
- Provide details, support with references or personal experience.
Tell us some more! Your answer needs to include more details to help people.You can't post answers that contain an email address.Please enter a valid email address.The email address entered is already associated to an account.Login to postPlease use English characters only.
Tip: The max point reward for answering a question is 15.
Universal remotes with an Input or Source button may work but you will need to search through the codes to find one that matches the feature. The ones that are programmed via a computer (USB) will certainly work. (The codes in a universal remote are often limited to those devices released at least 6 months before the remote was programmed.)
Unfortunately, you do need a remote with a TV/Video Input/Source button. http://www.remotes.com/remotes/servlet/rs?a=gmi&uuid=12931505715290&smodel=32AF45&brand_pn=TOSHIBA_32AF45 has a substitute with all of the features including the TV/Video button. Any remote programmed 6 months after the TV was released will probably have a code that works with the TV. However, the lowest end ones often do not have an Input or Source button. With a remote with that button, it may take a while to find a code that matches all of the features (keep trying).
Any of the universal remotes that can be programmed via a USB connection to a computer will work with much less effort.
Alternatively, you can get a universal remote and try the Audiovox codes if Jensen isn't listed. You may need one of the higher end remotes to match features like changing the source of the TV. (An input/source button will be useful.) Just make sure to check if the remote code does more than turn the TV on and off and changes the channel before deciding that you have the correct code programmed.
You need two things: 1. JSP/Servlet knowledge. 2. SQL Programming basics
1. Create your PR jsp page which contain a form with method post and action to a servlet that will handle the insertion of the data to a database table i would add winners table containing ID, Frkey, thenumber
2. A servlet that will generate the number and cross check with those who guessed right and update the winners table with that data.
3. A servlet that will do an inner join with the pr and winners tables to display the results.
Java Servlet technology provides Web developers with a simple, consistent mechanism for extending the functionality of a Web server and for accessing existing business systems. A servlet can almost be thought of as an applet that runs on the server side--without a face. Java servlets make many Web applications possible. »Read More
The reference implementation is included in the Java EE 5 SDK and also in the open-source Java Platform, Enterprise Edition (Java EE) application server, available through the GlassFish project, which you can download from java.net. The reference implementation source code is available from the servlet-sources project on java.net.
×