Results 1 to 1 of 1
- 11-20-2009, 05:34 AM #1
Member
- Join Date
- Nov 2009
- Posts
- 8
- Rep Power
- 0
passing parameters to next jsp using javascript
Hi,
I need solution urgent for the following code.
In one jsp
view deatails.jsp
........
while(rs.next()){
<td align="center" nowrap><%=rs.getString("Sno_From")%></td>
<td align="center" nowrap><%=rs.getString("Sno_To")%></td>
<td align="center" nowrap><%=rs.getString("Applications")%></td>
<td align="center" nowrap><%=rs.getString("Shares")%></td>
<td align="center" nowrap><%=df.format(rs.getInt("Amount"))%></td>
<td align="center" nowrap><%=rs.getString("Schattached")%></td>
<td align="center" nowrap><%=rs.getString("DispatchMode")%></td>
<td align="center" nowrap>
<a href="DispatchDetails112.jsp" >
<%=rs.getString("Disp_Date")%>
</a>
</td><td align="center" nowrap><%=rs.getString("Mode")%></td>}
In DispatchDetails112.jsp
snofrom<input type="text" value="" name="ss">
snoto<input type="text" value="" name="st">
...................
when i click on anchor tag of Disp_Date I should display all the above values from view deatails.jsp to the DispatchDetails112.jsp textboxes
Similar Threads
-
[SOLVED] Passing parameters
By robocop in forum New To JavaReplies: 3Last Post: 03-03-2009, 10:16 PM -
passing parameters to paint mtd
By themburu in forum Java AppletsReplies: 3Last Post: 07-14-2008, 08:15 PM -
passing parameters between two applets
By veena1612 in forum Java AppletsReplies: 1Last Post: 05-27-2008, 09:29 AM -
[SOLVED] Passing parameters in Eclipse
By DonCash in forum EclipseReplies: 2Last Post: 04-08-2008, 04:46 PM -
JNI - passing and returning parameters by value
By java_to_c in forum New To JavaReplies: 0Last Post: 01-31-2008, 08:49 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks