|
Ezra -> #include Problems (6/29/2005 16:24:21)
|
I'm working on rolling out a new ASP based webpage, and am having a lot of trouble including our old forums into the new format. Originally I had used an iframe, but that became a scrolling nightmare. I either had 2 scrollbars, one visible and one invisible scrollbar or one scrollbar with limited access. So I've pretty much given up on that, especially since the iframe needed to be the whole width and height of the page minus the top div. I've now been attempting to use a #include statement. This statement works fine for whatever page I include except my forum. Either nothing is shown or I get the following error. Microsoft VBScript compilation error '800a0400' Expected statement /forum/default.asp, line 2 Option Explicit I've putting my parent file in several different folders and trying various schemes. I'm trying to avoid at all costs have to dump the content of all of my forum files into this template. Any suggestions to fix either the include or iframe problem? Thanks in advance
|
|
|
|