• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Changing the color of a row from child JSP

 
Ranch Hand
Posts: 466
1
IntelliJ IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Did you ever grow anything in the garden of your mind? - Fred Rogers. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic