| Hyperlink to different frames Hi,
I have an Excel spreadsheet saved as HTML page, and I would like to hyperlink a cell within this sheet to different HTML pages pointing on different frames on the Web.
For example:
if I click on Cell A1, which is equal to YR2008, and it will take me to both Content Page and Navigation Page
Content Frame:
parent.Content.location='ContentPage.htm'
Navigation Frame:
parent.Preview.location='NavigationPage.htm'
Is it possible to hyperlink more than two places?
Thanks for you help. |