• 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

Get and pass parameter between multi jsp

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i want to build a transactions application using jsp...example buying transaction..

i need to create it like in swing....
example:
No : _____
Date : _____
ID Supplier : ____ [...]
Name : _____

Kode | Name | Qty | Price | Subtotal
123 | ABC | 1 | 1,000 | 1,000
_____ | ____ | ___ | _____ | ________

[Add Merchandise]

where [...] and [Add Merchandise] is a button that can open other page that we can browse any supplier and Merchandise....

anyone can help me?? i won't to losing any data...
or there is other option??


thx.
 
Ranch Hand
Posts: 129
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
javascript can pass parameters between the parent window and the child window
 
reply
    Bookmark Topic Watch Topic
  • New Topic