atferraz
03-16-2004, 11:32 PM
Hello, in a iframe, I've a list of links on a page. witch one loads db record on a page in the same window where iframe is.
iframe is in "main" window.
this code works well
<a href="xpto.asp?test=<%&rs("nuser")&%>" target="main" style="width:45; text-align:center;"><%&rs("nuser")&%></a>
this code dosn't work.
<a href="" target="main" style="width:45; text-align:center;" onClick="javascript:window.location.href=xpto.asp?test=<%&rs("nuser")&%>"> <%&rs("nuser")&%> </a>
ie return this: "Directory Listing Denied. This Virtual Directory does not allow contents to be listed."
Please somebody....
iframe is in "main" window.
this code works well
<a href="xpto.asp?test=<%&rs("nuser")&%>" target="main" style="width:45; text-align:center;"><%&rs("nuser")&%></a>
this code dosn't work.
<a href="" target="main" style="width:45; text-align:center;" onClick="javascript:window.location.href=xpto.asp?test=<%&rs("nuser")&%>"> <%&rs("nuser")&%> </a>
ie return this: "Directory Listing Denied. This Virtual Directory does not allow contents to be listed."
Please somebody....