Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Embedded Slide Show in Iframe
Old 10-12-2007, 06:20 AM Embedded Slide Show in Iframe
Junior Talker

Posts: 2
Name: R B
Trades: 0
Hi pros,

I am new in programming, so please help me with this.....

I am have a website & am trying to put an embedded slideshow in an iframe... but the user can choose the slideshow from a dropdown list....

I managed a code that works on URL links but can't make it work on Embed ???

The code is as follows...

<form target="iframe">
<select onchange="change(this)">
<option value="">Search Engines
</option><option value="http://www.google.co.uk"> Google
</option><option value="http://www.yahoo.co.uk"> Yahoo



</option></select>
</form>

<iframe name="iframe" width="50%"></iframe>

<script language="Javascript">
function change(select) {
if( select.options[ select.selectedIndex].value) {
select.form.action =
select.options[ select.selectedIndex].value;
select.form.submit();
}
}
</script>



I want to try to put this embed in the dropdown :


<div><embed src="http://widget-e7.slide.com/widgets/slideticker.swf" type="application/x-shockwave-flash" quality="high" scale="noscale" salign="l" wmode="transparent" flashvars="cy=lt&amp;il=1&amp;channel=720575940454 85799&amp;site=widget-e7.slide.com" style="width: 450px; height: 200px;" name="flashticker" align="middle"><div style="width: 450px; text-align: left;">&nbsp;<a href="http://www.slide.com/pivot?cy=lt&amp;ad=0&amp;id=72057594045485799&amp; map=2" target="_blank"><br></a></div></div>
roccu is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-12-2007, 09:30 AM Re: Embedded Slide Show in Iframe
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
You should not use <embed> at all. It will cause some IE users problems, they'll be forced to 'activate' the content before they can even see it. In the stickies at the top of this forum is a whole thread devoted to other methods.

Why are you using an iFrame ? They are generally NOT a good idea.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 10-12-2007, 05:41 PM Re: Embedded Slide Show in Iframe
Pixoman's Avatar
Extreme Talker

Posts: 162
Name: Why would i?
Location: Canada
Trades: 2
Quote:
Originally Posted by LadynRed View Post
You should not use <embed> at all. It will cause some IE users problems, they'll be forced to 'activate' the content before they can even see it. In the stickies at the top of this forum is a whole thread devoted to other methods.

Why are you using an iFrame ? They are generally NOT a good idea.
Absolutly right, Embed and IFRames are not good at all. There is free ajax for this so your website will not go down, you can search at hotscripts.com
Pixoman is offline
Reply With Quote
View Public Profile
 
Old 10-15-2007, 03:56 AM Re: Embedded Slide Show in Iframe
Junior Talker

Posts: 2
Name: R B
Trades: 0
Well, thanks for the reply, i need the iframes as i upload my photos on various albums in Slide.com, & momentarily to view these albums my viewers are being linked in a new page to Slide.com
roccu is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Embedded Slide Show in Iframe
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.19819 seconds with 12 queries