corsasport.co.uk
 

Corsa Sport » Message Board » Off Day » Geek Day » iFrames » Post Reply

Post Reply
Who Can Post? All users can post new topics and all users can reply.
Icon:
Formatting Mode:
Normal
Advanced
Help

Insert Bold text Insert Italicized text Insert Underlined text Insert Centered text Insert a Hyperlink Insert Email Hyperlink Insert an Image Insert Code Formatted text Insert Quoted text
Message:
HTML is Off
Smilies are On
BB Code is On
[img] Code is On
Post Options: Disable smileys?
Turn BBCode off?
Receive email notification of new replies?

topshot_2k

posted on 27th Jun 07 at 13:37

yes, as helped me out but im after the iframe contents to automatically scroll like a marquee, rather than have to click or mouse over a button


dna23

posted on 27th Jun 07 at 13:29

Can you view this:

http://www.dynamicdrive.com/forums/archive/index.php/t-2590.html

Looks like its what you're after


topshot_2k

posted on 27th Jun 07 at 12:50

right is it possible to use a function so that the IFrame scrolls all the time and pauses onMouseover?


topshot_2k

posted on 27th Jun 07 at 09:31

sweet, got it working, thanks. :):thumbs:

would have looked it up but 90% of code websites are blocked.


dna23

posted on 27th Jun 07 at 09:10

you need to point the link to the iframe

1. give the iframe a name e.g. <iframe name=main....>

2. then point the links to <a href="test.html" target="main">...

that should work...


topshot_2k

posted on 27th Jun 07 at 09:02

right, i have a page that uses an iframe and calls test.html to display inside the frame.

However i want to have 5 links down the side menu so when i click on link 1 it loads document 1 into the iframe

click link 2 it removes document 1 and displays document 2

click link 3 it removes document 2 and displays document 3


etc


anyone help or offer advice?

[Edited on 27-06-2007 by topshot_2k]