|
Fireworks-PopUp Menu problem
I'd appreciate some enlightenment on the following:
I have a fireworks page with some pop up menus. They work fine when saved and used as a stand alone page (I'll call it "Menupg.html"); however, I need to call it from within an asp page.
Example:
========================
<% option explicit %>
<HTML>
<title>3G Overview</title>
<!-- Set the title for the current page -->
<%
Session("CurrPgTitle")="3G Overview"
%>
<!--#include file="3GHeader.asp"-->
<!--#include file="Menupg.html"-->
<!--#include file="3GFooter.asp"-->
</html>
===========================
When displaying the MenuPg this way, the menus do not work, and I get errors pertaining to "not an object". I rather imagine it has something to do with some Fireworks function somewhere, but thought someone here may be able to tell me what I'm doing wrong and/or whether there is a workaround...
Thanks much !
|