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

How to get values of first page in second page

 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi


I have created a page(demo.html) which consists of XL kind of a table( 12 rows and 20 coloumns). Each row of the table cosists a radio button and other values.

When user clicks on radio button of a row I am calling a javascript function where in I am checking which button is pressed depending on button press I am displaying another page(demo1.html).

The second page also has table with some field names same as table headings of demo.html.


My question is when user clicks on particular radio button a new page should be opened with field values mapped from demo.html table values of a row.How to map values of First page table in second page table.



Can anybody help me how to resolve this.
[ December 12, 2007: Message edited by: Shrikanth Nekkanti ]
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
You did not tell us how you are opening the second page. When you give detailed information, you get detailed help.

Eric
 
Eric Pascarello
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
closing this thread:

continue here where the poster made a new thread on the same thing:
https://coderanch.com/t/121200/HTML-JavaScript/display-value-page-passed-page

Eric
 
    Bookmark Topic Watch Topic
  • New Topic