GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  Programming  >  JSP
Go To First  |  Previous Question  |  Next Question 
 JSP  |  Question 124 of 184    Print  
I'm doing a project using jsp,javascript,HTML as front end

i need to know how to get pop-up input box using anyone of these and use the value got from the pop-ub input box in my further HTML,javascirptor jsp coding.

can any one guide me through this

  
Total Answers and Comments: 2 Last Update: November 06, 2006     Asked by: vidhya165 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
August 16, 2006 03:16:35   #1  
Samarasa Member Since: August 2006   Contribution: 1    

RE: I'm doing a project using jsp,javascript,HTML as f...

Hi

We can get the input box in javascript using following code

<script language Javascript >
var name prompt( What is your name Type Name Here );
alert(name)
</script>

we can get the entered value in to a variable called name .we can use it .



 
Is this answer useful? Yes | No
November 06, 2006 16:53:18   #2  
keke        

RE: I'm doing a project using jsp,javascript,HTML as f...
I need to know how to do a title page for my social studies project.
 
Is this answer useful? Yes | No

 Related Questions

The wrapper function like <%! String blanknull(String s) { return (s == null) ? "" : s; } %> then use it inside your JSP form, like " > prevents the word__________ from apperaring in an HTML page.
Skill/Topic: Programming ConstructsA) Null 

Which of the following statements is true regarding the access to the information provided by the ServletContext
Skill/Topic: Programming ConstructsA) Information such as the names of the parameters passed in by the client, the protocol (scheme) being used by the client, B) The names of the remote host that 

JSP is the Java platform technology for building applications containing dynamic web contents such as (Multiple choice) 
Skill/Topic: FundamentalsA) XHTML B) XML C) DHTML D) HTML  

All the ___________ data is kept at the application server ___________ data is kept at the web server
Skill/Topic: FundamentalsA) dynamic, static  B) static, dynamic C) HTML, Servlet D) Servlet, HTML  

Skill/Topic: FundamentalsA) TrueB) FalseExplanation: We can get data from the form object in jsp 
Latest Answer : we can process the data using request.getparameter("param") ...

Skill/Topic: FundamentalsA) JSP page can include the contents of other HTML pages or other JSP files. B) When the JSP engine is presented with such a JSP page it is converted to one Servlet class and this 
Latest Answer : B ...

Currently we are working on a project which includes charts to be displayed using JFreeCharts.we have two JSP\'s for displaying Pie and another one for Bar chart.So how do i get two graphs in a single page which is in two different JSP\'s.
Read Answers (1) | Asked by : Nandini

View Question | Asked by : vimal

I have written a jsp program with database connectivity.When i am starting the j2ee server after copying the jsp file in public_html folder and invoking my jsp page, it is giving the error as No suitable driver.Whats the problem with my code? Here is my codeJSP JDBC Example
Read Answers (1) | Asked by : sandip Kumar Samantaray

Latest Answer : You can do it by using either tiles or iFrames ...
Read Answers (1) | Asked by : jas


 Sponsored Links

 
Related Articles

ZK Developers Guide Review

ZK Developer s Guide Review The complexity in developing Ajax based applications has led some software development companies to build frameworks that would ease the workload of developers especially for those who are not familiar with JavaScript With the help of a framework the developer doesn&r
 

ODP.NET Developer’s Guide Review

ODP NET Developer&rsquo; s Guide Oracle Database 10g Development with Visual Studio 2005 and the Oracle Data Provider for NET ODP NET Developer&rsquo; s Guide Oracle Database 10g Development with Visual Studio 2005 and the Oracle Data Provider for NET is a book written by Jagadish Chatarji P
 

SQA Project Metrics

SQA Project Metrics The application is only as good as its numbers It is a harsh reality but everything has to come down to the numbers Although we can enumerate tens or hundreds of features in a single application it will all be for nothing if the metrics do not live up according to expectation The
 

jQuery - JavaScript Pagination

Learning jQuery JavaScript Pagination Let s examine how we would add JavaScript pagination to the table we have already made sortable in the browser First we ll focus on displaying a particular page of data disregarding user interaction for now mosgoogle geshibot lang php&quot; document ready
 

jQuery - JavaScript Sorting

Learning jQuery JavaScript Sorting There are times though when we either don t want to wait for server responses when sorting or don t have a server side scripting language available to us A viable alternative in this case is to perform the sorting entirely on the browser using JavaScript client sid
 

Microsoft AJAX Library - JavaScript Execution Context

JavaScript Execution Context In this section we ll take a peek under the hood of the JavaScript closures and the mechanisms that allow us to create classes objects and object members in JavaScript For most cases understanding these mechanisms isn t absolutely necessary for writing JavaScript code&am
 

Microsoft AJAX Library - C# and JavaScript Classes

C and JavaScript Classes For the purpose of demonstrating a few more OOP related concepts we ll use another class Our new class is named Table and it has two public fields rows columns and one method getCellCount The getCellCount method should return the number of rows multiplied by the number of co
 

Microsoft AJAX Library - JavaScript Classes

JavaScript Classes Not only can JavaScript functions contain other functions but they can also be instantiated This makes JavaScript functions a good candidate for implementing the concept of a class from traditional object oriented programming This is very helpful feature indeed because JavaScript
 

Microsoft AJAX Library - JavaScript Functions

JavaScript Functions A simple fact that was highlighted in the previous chapter but that is often overlooked is key to understanding how objects in JavaScript work code that doesn t belong to a function is executed when it s read by the JavaScript interpreter while code that belongs to a function is
 

Microsoft AJAX Library - Object-Oriented JavaScript

Object Oriented JavaScript Objects and classes are implemented differently in JavaScript than in languages such as C VB NET Java or C However when it comes to using them you ll feel on familiar ground You create objects using the new operator and you call their methods or access their fields using t
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape