[jQuery] JSP Calling Crystal Report Having Stored Procedure

2009-06-23 Thread RUQUIA TABASSUM
Hi i am calling a crystal report from jsp where the crystal report is designed using stored procedure but the report does not get displayed and shows errors my jsp file is Code: <%@ page import="com.crystaldecisions.report.web.viewer.*" %> <%@ page import="com.crystaldecisions.sdk.occa.report.dat

[jQuery] Re: Jquery Calling Servlet

2009-01-11 Thread RUQUIA TABASSUM
Here i need to use AJAX because the servlet called is appended with input parameters that contains 1 to 5 charectars and when i directly call the servlet instead of making ajax call the url is not completely formed and the servlet is not invoked. direct call:- window.opener.location.hre

[jQuery] Re: Jquery Calling Servlet

2009-01-11 Thread RUQUIA TABASSUM
How do i direct my servlet to a new window using JQuery i am not able to understand as i am new to JQuery, can you please suggest me how do i do this i tried doing window.opener.location.href=" $.post("../reports/BillIDPropIDExcelExport",{csvstring: $("#vname1").val(),count:$("#vname2").val()