Has anyone got an explanation as to why I cant use simple asp code (response.write "test" on the same page as frames?
I have the following code
<frameset rows="100">
<frame name="login" src="</frameset>
<%
response.write request("inday"
%>
If i put the frame code first, it does that and ignores the ASP, if i put the ASP first, it does that and ignores the frame..
Ive searched online for information on this and there doesnt seem to be anything out there.
I have the following code
<frameset rows="100">
<frame name="login" src="</frameset>
<%
response.write request("inday"
%>
If i put the frame code first, it does that and ignores the ASP, if i put the ASP first, it does that and ignores the frame..
Ive searched online for information on this and there doesnt seem to be anything out there.