Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-18-2005, 03:19 AM   PM User | #1
Omni
New Coder

 
Join Date: Mar 2005
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Omni is an unknown quantity at this point
Question How can I get 2 iframe things on 1 page?

You might have seen my thread

http://www.codingforums.com/showthread.php?t=72744

on how to get a cool clock doodad for which there was only ASP and PSP code onto my Blogger blog

http://omniverse.blogspot.com/

which doesn't allow either of those things. The code that ended up making it work was this

Code:
<iframe src="http://www.onyoursite.com/data/wwc.htp?rqst=omniverse.blogspot.com/" width="215" height="235" scrolling="no" frameborder="0"></iframe>
Now, I want to add a neat flag game to my sidebar, that you can see on its site of origin here

http://www.neoworx.net/neoboard/

at the bottom left. The code to install the game is

Code:
<iframe src="http://www.neoworx.net/neocounter/flag_quiz.php?user_id=25678" allowtransparency="yes" scrolling="no" frameborder="0" width="200" height="200"></iframe>
and when I put it in, no matter where I put it, what I get is another copy of the clock. Is there something I can do to get the 2 iframes to play nice, or do I have to pick one or the other? Thanks!!
__________________
See my lunatic ravings here

http://omniverse.blogspot.com/

Last edited by Omni; 12-18-2005 at 06:31 AM.. Reason: my signature wasn't showing :-O
Omni is offline   Reply With Quote
Old 12-18-2005, 10:51 AM   PM User | #2
Omni
New Coder

 
Join Date: Mar 2005
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Omni is an unknown quantity at this point
Hooray, it's fixed!! I used this code for the game

Code:
<iframe id="id1" src="http://www.neoworx.net/neocounter/flag_quiz.php?user_id=25678" allowtransparency="yes" scrolling="no" frameborder="0" width="185" height="185"></iframe>
and the same setup with 'id="id2"' for the other iframe thing.
__________________
See my lunatic ravings here

http://omniverse.blogspot.com/
Omni is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:13 PM.


Advertisement
Log in to turn off these ads.