RPrinceton
Programmer
Hi All,
I have a menu bar that I developed using Webstyle4 by Xara. I want to use the same menu bar in pages I develop dynamically using CGI.PM. Below is the code.
<HTML>
<HEAD>
<META http-equiv="Content-Language" content="en-us">
<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
<META name="GENERATOR" content="Microsoft FrontPage 4.0">
<META name="ProgId" content="FrontPage.Editor.Document">
</HEAD>
<BODY>
<TABLE border="1" width="100%">
<TR>
<TD width="100%">
<P align="center"><script src="xaramenu.js"></script><script Webstyle4 src="nevbartest.js"></script>
</TD>
</TR>
</TABLE>
</BODY>
This code works when presented with, for a lack of better term "non-CGI.PM" HTML.
I have mimicked this code in CGI.PM. However it does not work. I have no idea why this shouldn't work. I'm relatively a novice when it comes to CGI.PM. I'm thinking that perhaps it cannot locate the scripts. Another thing I don't know is, when do these scripts get executed? I am assuming it occurs sometime after the CGI.PM has completely built the page. What is the timing of all of this? I hope this makes sense. Any and all help will be greatly appreciated. Thx in advance.
Regards,
Randall Princeton
I have a menu bar that I developed using Webstyle4 by Xara. I want to use the same menu bar in pages I develop dynamically using CGI.PM. Below is the code.
<HTML>
<HEAD>
<META http-equiv="Content-Language" content="en-us">
<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
<META name="GENERATOR" content="Microsoft FrontPage 4.0">
<META name="ProgId" content="FrontPage.Editor.Document">
</HEAD>
<BODY>
<TABLE border="1" width="100%">
<TR>
<TD width="100%">
<P align="center"><script src="xaramenu.js"></script><script Webstyle4 src="nevbartest.js"></script>
</TD>
</TR>
</TABLE>
</BODY>
This code works when presented with, for a lack of better term "non-CGI.PM" HTML.
I have mimicked this code in CGI.PM. However it does not work. I have no idea why this shouldn't work. I'm relatively a novice when it comes to CGI.PM. I'm thinking that perhaps it cannot locate the scripts. Another thing I don't know is, when do these scripts get executed? I am assuming it occurs sometime after the CGI.PM has completely built the page. What is the timing of all of this? I hope this makes sense. Any and all help will be greatly appreciated. Thx in advance.
Regards,
Randall Princeton