Prepare for your Next Interview
This is a discussion on Transfer the control from a form to HTML within the JSP forums, part of the Web Development category; What are the advantages of using JSP over HTML? Can I transfer the control from a form in my HTML page to a servlet? I know I can do it ...
|
|||
|
Transfer the control from a form to HTML
What are the advantages of using JSP over HTML? Can I transfer the control from a form in my HTML page to a servlet? I know I can do it in JSP, what about HTML?
NOTE : This question was asked by tereeves |
| Sponsored Links |
|
|||
|
hi lokesh
see ,u have got it wrong.HTML is a language to create forms etc.It can b used with JSP as well as servlet. For eg with HTML u can create a form say two text field named User name and password.HTML is the form which u see when u open a website.(filling forms) JSP will accept the username and password ,verify it with DB( using SQL coding used )and if valid forward u to other web page. This topic is very vast and no one can explain everything here.So better take a JSP book and start reading Bye ![]()
__________________
:) NEVER SAY DIE. |
|
|||
|
Re: Transfer the control from a form to HTML
Hi,
through the tag, <form action="servletname"> u can pass the request from HTML to Servlet. Advantage of HTML over JSP is, for eg, u cann't access the session contents using, <% = session.getAttribute("userName");%> i htink u got the thing now. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hi This is Ravinder form Hyderabad | ravi05_08 | Get Together | 1 | 01-24-2007 08:39 AM |
| PHP Code to email HTML Page along with PDF Attachment | Shivanna | PHP | 0 | 10-11-2006 05:57 AM |
| Microsoft CRM : Display a SharePoint document library in a Microsoft Dynamics CRM 3.0 form | Jim.Anderson | Microsoft CRM | 0 | 09-27-2006 07:39 AM |
| Dynamic Style in HTML | Robert | HTML & CSS | 1 | 08-17-2006 02:17 AM |
| HTML / Text Editors Info Required | FantaGuy | HTML & CSS | 2 | 06-08-2006 09:06 PM |