Hi,

I have a accessdenied.asp page that, depending if there are frames in the current window, I want to show a image.

This is what I have so far.
Code:
<Script Language="VBScript">
<!--
if Window.parent.frames.length <> 0 then
	<p align="left"><img border="0" src="images/EAI%20logo%202.gif" width="159" height="55"></p>
end if
-->
</script>
As you can see, I don't know what commands to use to show the image.

I would prefer to do this in ASP, but I don't think ASP can access the "window" object.

Thanks,
JazzBass