Geeks Talk

Prepare for your Next Interview




Transfer the control from a form to HTML

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 ...


Go Back   Geeks Talk > Web Development > JSP

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 12-12-2006
Moderator
 
Join Date: Oct 2005
Posts: 711
Thanks: 1
Thanked 98 Times in 74 Posts
Lokesh M is on a distinguished road
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
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 12-12-2006
Expert Member
 
Join Date: Jun 2006
Posts: 140
Thanks: 2
Thanked 12 Times in 9 Posts
Jim.Anderson is on a distinguished road
Re: Transfer the control from a form to HTML

seems to be this guy has no idea about jsp and html....

html can be used with any server side programming ..
Reply With Quote
  #3 (permalink)  
Old 01-05-2007
Expert Member
 
Join Date: Oct 2005
Location: india,cochi,bangalore
Posts: 395
Thanks: 2
Thanked 8 Times in 7 Posts
vmshenoy is on a distinguished road
Smile Re: Transfer the control from a form to HTML

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.
Reply With Quote
  #4 (permalink)  
Old 06-15-2007
Junior Member
 
Join Date: Apr 2007
Location: Chennai
Posts: 15
Thanks: 0
Thanked 1 Time in 1 Post
vinotha is on a distinguished road
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.
Reply With Quote
Reply

  Geeks Talk > Web Development > JSP


Thread Tools
Display Modes


Similar Threads

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


All times are GMT -4. The time now is 06:19 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved