Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

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 Blogs FAQ Tag Cloud Calendar Mark Forums Read

JSP JSP Related Issues and Problems

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-12-2006
Moderator
 
Join Date: Oct 2005
Posts: 1,038
Blog Entries: 76
Thanks: 3
Thanked 168 Times in 136 Posts
Lokesh M has a spectacular aura aboutLokesh M has a spectacular aura about
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 9 Times in 8 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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


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 03:59 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved