| Author |
Changing the color of a row from child JSP
|
Vinod Tiwari
Ranch Hand
Joined: Feb 06, 2008
Posts: 458
|
|
Hi, I am opening a window from a JSP using the following command in a parent JSP. window.open("orderreport.do?ORDER_ID="+order_ID+"&SALESPERSON_ID="+salesperson_ID+"&PRESETCURR="+document.monitorFrm.currentCurrency.value,"PopUpReport","width=700, height=700, toolbar=no, scrollbars=yes, status=yes, dependent=yes"); Now I need while closing the child JSP I need to change the color of a row of parent JSP whose row is identified by "order_ID" which is passed as a parameter to the child JSP. Please reply ASAP. Thanks, Vinod Tiwari
|
Vinod Tiwari | Twitter
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Eric
|
 |
 |
|
|
subject: Changing the color of a row from child JSP
|
|
|