Hi,
I'm trying to use a drop-down menu to link to various other pages. The menu should appear in a frames environment, but should call other base asp pages that may or may not include frames (some pages have them, some don't). I have the simple links working in the frames correctly but can't get them to fire correctly from the drop-down menu. I'm trying to get the pages to launch on selection of the item and not using a go to button.
The links i want to include are:
I have tried a few solutions, that i can post if required.
Any help would be great.
Cheers
I'm trying to use a drop-down menu to link to various other pages. The menu should appear in a frames environment, but should call other base asp pages that may or may not include frames (some pages have them, some don't). I have the simple links working in the frames correctly but can't get them to fire correctly from the drop-down menu. I'm trying to get the pages to launch on selection of the item and not using a go to button.
The links i want to include are:
Code:
<a href="javascript: top.window.location.href = 'ExportMetrics.asp'">[ Export MS Excel ]</a>
<a href="javascript:Refresh(); top.window.location.href = 'rptPrintable.asp'">[ Printable Version ]</a>
<a href="javascript:top.window.location.href = 'PlannedActualsMetrics.asp'">[ Metrics ]</a>
<a href="javascript:top.window.location.href = 'rptStats.asp'">[ Monthly Stats ]</a>
Any help would be great.
Cheers