Closed
Bug 298217
Opened 20 years ago
Closed 20 years ago
include inside one include show the ASP code inside
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 289525
People
(Reporter: info, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 in the page http://work.stefanogandini.it on the left are you see a ASP code. the problem is relatet to the include function. infact in this page there is one include that have one other include inside your self, if inside this second include is present a ASP code the firefox will ignore it and it display it. Reproducible: Always Steps to Reproduce: 1.make one ASP page whit #INCLUDE VIRTUAL= "redirect_page.asp" 2.the redirect, redirect to an other page asp for example "test.asp" 3.the test page have insde a asp Code that declare sono function for example <% art=2%> Actual Results: you will see the code ASP <%art=2%> insede the page. Expected Results: no code shwoed
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 289525 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•