Stephen.
i tried that but i recieved this error
thanks

-paul


--------------------------------------------------------------\
Error Occurred While Processing Request
Error Diagnostic Information Just in time compilation error  Invalid parser
construct found on line 27 at position 39. ColdFusion was looking at the
following text:url.courseidInvalid expression format. The usual cause is an
error in the expression structure.  The last successfully parsed CFML
construct was a CFSET tag occupying document position (27:2) to (27:7).  The
specific sequence of files included or processed is:
D:\www\inhouse\default.cfm  Date/Time: 10/23/00 14:51:06 Browser:
Mozilla/4.0 (compatible; MSIE 5.01; Windows NT; AIT) Remote Address:
10.101.4.26 Query String:
MainPage=DesignTech/technews/Siggraph99/siggraph99Notes.htm&courseID=course6


-----------------------------------------------------------------\

this is what the default page looked like.

-----------------------------------------------------------------\

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--last modified on Thursday, February 26, 1998 08:06 AM -->
<html>

<head>
<meta NAME="Author" Content="Paul Ihrig [EMAIL PROTECTED]">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<title>Welcome to NBBJ</title>
</head>

<cfparam name="url.TitleBar" default="default/_TOP.htm">
<cfparam name="url.ButtonBar" default="default/_LEFT.htm">
<!--- <cfparam name="url.MainPage" default="fs/fsrite.cfm"> --->

<frameset frameborder="NO" framespacing="0" border="0" rows="48,703*"
cols="*" bordercolor="#FFFFFF"> 

<frame name="TitleBar" src="<cfoutput>#url.TitleBar#</cfoutput>"
SCROLLING="NO" MARGINWIDTH="0" MARGINHEIGHT="0" frameborder="NO"
bordercolor="#FFFFFF" noresize>

<frameset cols="144,656*" frameborder="NO" border="0" framespacing="0"
bordercolor="#FFFFFF">   

<frame name="ButtonBar" src="<cfoutput>#url.ButtonBar#</cfoutput>"
MARGINWIDTH="0" MARGINHEIGHT="0" bordercolor="#FFFFFF" frameborder="NO"
target="Main Page" scrolling="NO">

<!--- <frame NAME="MainPage" SRC="<cfoutput>#url.MainPage#</cfoutput>"
SCROLLING="AUTO" MARGINWIDTH="0" MARGINHEIGHT="0" frameborder="NO"
bordercolor="#FFFFFF">  --->

<cfset framesource = url.MainPage>
<cfif IsDefined("url.courseid")>
        <cfset framesource = framesource&"##"url.courseid">
</cfif>
<frame NAME="MainPage" SRC="<cfoutput>#framesource#</cfoutput>"
SCROLLING="AUTO" MARGINWIDTH="0" MARGINHEIGHT="0" frameborder="NO"
bordercolor="#FFFFFF">

     
  </frameset>
        
<noframes>
  <body BGCOLOR="#FFFFFF">
  </body>
  </noframes>
</frameset>

<frameset>
  <noframes>
  </noframes>
</frameset>

</html>
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to