Pointing to div of other page
I have 2 html pages (say 1.html and 2.html) which I want to display in 2
different frames. 1.html contains a table with some rows. Each row
contains some details which I have stored in 2.html using div for each
row. Initially I want to hide these div's so nothing should be displayed
in 2.html. Now when I select any row from 1.html, respective details (div)
in 2.html should be displayed.
Any thoughts.
No comments:
Post a Comment