 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
Anakin
Joined: 23 Jan 2006 Posts: 2
|
Posted: Mon Jan 23, 2006 1:23 pm Iframes and ASP |
|
|
|
I'm having a bit of a problem with my website, the following piece of code in particular:
| Code: |
<td background="../images/text.jpg" width="453" height="423" align="center">
<iframe width="427" height="421" scrolling="auto" name="text" allowtransparency="true" src="anime2.asp?id=<%response.write(id)%>" frameborder="0" hspace="13"></iframe></td>
<td background="../images/menu.jpg" width="144" height="423" align="center">
<iframe width="100" height="120" scrolling="no" name="menu" allowtransparency="false" src="menu.asp?id=<%response.write(id)%>" frameborder="0" hspace="22"></iframe><br> |
Some of my visitors can't see those 2 iframes, others can. The visitors that don't see them, can use other pages with asp, as well as iframes when I don't use ASP in the code of the iframe.
One of them sees the following: http://img354.imageshack.us/img354/3728/animecorner9fh.jpg
I've tried to put the code for the iframes in a couple of ways, but I need at least some asp in it, the only thing they can see in the sourcecode is
|
|
degsy

Joined: 23 Feb 2005 Posts: 2440 Location: North East, UK
|
Posted: Tue Jan 24, 2006 9:33 am |
|
|
|
I would suspect a coding problem in one of you pages that is breaking the code. This could be a missing closing tag or even a missing closing double quote.
Browsers treat bad code differently which could be why some users see it and some dont. |
|
Anakin
Joined: 23 Jan 2006 Posts: 2
|
Posted: Tue Jan 24, 2006 3:31 pm |
|
|
|
Then I'll have to check the code in detail over and over again.
One of them has AOL Explorer, which I don't have, but the other has Internet Explorer, like a lot of visitors do that CAN see the page (including me). But I'll recheck the code. |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|