I have about 6 html webpages that heavily use around 12 JavaScripts. I am tasked with converting these pages to JSP. How would I construct the JSP page so that the former JavaScript logic can be ...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_21067099.html
Hi Experts,
How to get the tex box value in jsp page and store that value in one String of the same JSP page
Like,
<input type="text" value="yes">
and below this line i just want to save like...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_23625016.html
Zones:
JSPDate Answered: 08/09/2008 Grade: B Views: 349
Hi, i have code like below. i need to get the selected values and create a record for each selected value. how can do proceed?
while(AssetsRS.next()) {
String strAsset = AssetsRS.getStrin...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_23696803.html
Zones:
JSP,
J2EEDate Answered: 09/03/2008 Grade: A Views: 99
u have a form where it has two buttons when i click one button i have to call jsppage1 with parameter emp_name,when i click second button i have to call jsppage1 with another parameter
can anybo...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_23789522.html
I have a JSP visual web page in netbeans. An button generates a pdf jasperreport. ONsubmit a javascript begin a progress bar.
When the report begins, the progress bar works. A standar small...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_23640791.html
Zones:
JSP,
NetBeansDate Answered: 10/30/2008 Grade: B Views: 4
whats the equivalent of javascript:history.back(-1) in java?
i want to redirect a jsp page back to previous jsp page. tenx!
my code is :
...
timecardpage = "?? some url ??";
response.sendRed...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20065318.html
Zones:
JavaDate Answered: 07/22/2001 Grade: B Views: 13
Hi,
How can javascript load the content generated from a jsp file?
Example:
<Script languange = "Javascript">
var myScroller1 = new Scroller(0, 0, 175, 150, 0,...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20394055.html
Zones:
JavaScriptDate Answered: 11/22/2002 Grade: B Views: 0
Hi,
Is it possible to call javascript functions from JSP? I believe i'll not be able to call directly.
Is it possible to call using some third parts utilities or some 3rd party codes?
joe
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_20432811.html
Zones:
JSPDate Answered: 12/22/2003 Grade: A Views: 0
I'm trying to embed javascript in a jsp page but it seems as if the javascript I have written is being ignored:
Code:
<%@ page import="java.util.ResourceBundle" %>
<%@ page import="com.sap.p...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20726387.html
Zones:
JavaScriptDate Answered: 09/17/2003 Grade: A Views: 17
The problem is I've created a JSP page and I would like to be able to click on a button...which will lead to a JavaScript function that will validate form information here is the code:
The JSP f...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_21213924.html
Zones:
JSPDate Answered: 11/19/2004 Grade: A Views: 43