• 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

on clicking a button need the values to another page

 
Ranch Hand
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
i have UI like(its in format of table)

Description client code Address sheet name graphlink
aaaa code 1 bangalore Click1(button)
abcd code 2 Hyd. Click2(button)

there is button on last on click of this button there is two function

1 it will open a new html page
2.it will put whatever the values are there in client code in session

i know setting a variable in session, but on click event i m confused and everytime on click it has to set the that client code which is in row(code1 for click1, code2 for click2) can anybody suggest javascript for this.

Thanks and Regards,
saiprasanna.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you do a normal form submit, the name/value of the button you click will show up in the request parameters.

Eric
reply
    Bookmark Topic Watch Topic
  • New Topic