|
-
Apr 27th, 2001, 10:16 AM
#1
Thread Starter
Hyperactive Member
ASP or VB Show Image on condition
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
JazzBass
In the .NET era
Trying to remember VB6
Progress: 
XP Professional @ Home
and @ the Office
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|