Results 1 to 1 of 1
Thread: How to reflect the changes
- 12-05-2007, 01:34 PM #1
Member
- Join Date
- Dec 2007
- Posts
- 9
- Rep Power
- 0
How to reflect the changes
hai guys, tell me how can i reflect the change in one JSP page in other JSP page
i have a page month.jsp, and it contains a table with add button for evry <td> upon clicking tht i'm forwarding the values to day.jsp.and i'm able to do with below javascript. But in day.jsp i'm unable to capture and place it in a textfield which already has a value and should receive the value from month.jsp upon clicking hte add button.
<script language="javascript">
function forward(ref1,ref2)
{
document.location.href="day.jsp?key="+ref1+"&value ="+ref2;
alert(ref1);
alert(ref2);
}
</script>
Similar Threads
-
FEST-Reflect 0.4
By JavaBean in forum Java SoftwareReplies: 0Last Post: 03-01-2008, 10:21 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks