If you had four web pages and you wanted to pass a value from one page to all three how would you do it in this case senario. on page 1 there is a hyperlink on a datagrid that sending a value to the second page. Now from the second page how do you capture the value so that you can send it to page 3 and page 4 at the same time, hopfully I am clear and thank you for your time and help.>>send it to page 3 and page 4 at the same time<BR><BR>????<BR><BR>How do you mean send it to page 3 and 4 at the same time.<BR><BR>That's not possible, unless you're opening multiple windows or something. Is that what you're doing?I have a main page that hase to frames, one for page 1 and the other for page 2, On the second page I have two frames that display page 3 and 4, does that help