Date:  12/11/2014 12:31:34 PM Msg ID:  004752
From:  Joe Goldsmiith Thread:  004752
Subject:  Server.Execute
 To load a menu I use server.execute so that script commands in the called script execute using variables from the calling script in the form:
 
<%=server.execute('header.fwx')%>
 
What happens is that a .T. appears after the header just after the menu. I have gone through the header.fwx placing response.write in various places to see where it comes from with no luck. I also placed response.write in code just following the server.execute and still no luck. If I delete the server.execute from the script the .T. does not show up.
 
Anyone have an idea what is happening? Does it have anything to so with server.execute?
 
Joe