This topic is locked

asp code visible on ie browser!

9/6/2009 11:00:18 PM
ASPRunnerPro General questions
J
jpapadem author

Hi
Can someone spot why this asp code (link is below) is visible onFireFox brower (not on IE though!).

However IE shows asp code in view source!
I have commented out each line which doesn't show code up till the end part of file, but when the last line points to smarty template

htm file, the asp code renders visible on the page. Ouch!
I have fixed this before, just a matter of syntax, but something updated on page- which I can't quite fix. Syntax looks fine- you think?
Thanks for any help!!!
http://www.rentmyadspace.com/login.asp

Sergey Kornilov admin 9/7/2009

I recommend to reset login page in Visual Editor. If this doesn't help post your application to Demo Account (use 'Demo Account' button on the last screen in program). Then open a ticket at http://support.xlinesoft.com sending your Demo Account URL for investigation.

C
clig 9/8/2009



Hi
Can someone spot why this asp code (link is below) is visible onFireFox brower (not on IE though!).

However IE shows asp code in view source!
I have commented out each line which doesn't show code up till the end part of file, but when the last line points to smarty template

htm file, the asp code renders visible on the page. Ouch!
I have fixed this before, just a matter of syntax, but something updated on page- which I can't quite fix. Syntax looks fine- you think?
Thanks for any help!!!
http://www.rentmyadspace.com/login.asp


that looks like a "<%" is missing from the top of your events page or you did not add the ASP qualifiers in your direct code editing in your login page
ASP must reside between and all ASP code must reside in a file with extention .asp even as an include...
<%
asp code
%>
or something like
<%@ LANGUAGE="VBScript" %>

<%
asp code
%>

M
mshidel 9/10/2009



that looks like a "<%" is missing from the top of your events page or you did not add the ASP qualifiers in your direct code editing in your login page
ASP must reside between and all ASP code must reside in a file with extention .asp even as an include...
<%
asp code
%>
or something like
<%@ LANGUAGE="VBScript" %>

<%
asp code
%>


I would suggest you try re-set in asprunnerpro and recompile your pages