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
Complex iFrame issue - pls help :(
Old 06-19-2007, 05:50 AM Complex iFrame issue - pls help :(
Novice Talker

Posts: 5
Trades: 0
Hi All

- My site is HTML with a flash navigation menu.
- All pages are loaded within an iFrame.

Now all iFrame pages as we know.. are a separate entity. Therefore when accessing externally for e.g. http://mysite.com/about.html -- it will only bring up THAT page itself.
--

What i want to do is;

01) when accessing the page externally (for e.g. about.html) , it will load the site completely with my flash file (navigation menu). not only that (about.html page) itself.

02) other thing is... i also want to continue navigating with the iframe option on.


If anyone could provide help or solution it be much reallly appreciated!

thanks very much

Last edited by eric2007; 06-19-2007 at 05:52 AM..
eric2007 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-19-2007, 09:46 AM Re: Complex iFrame issue - pls help :(
santowhir's Avatar
Experienced Talker

Posts: 30
Trades: 0
have you tried using display: overflow in a div instead of iframes?

They look like an iframe but its just a div with a scrollbar meaning that the text would still be within the page, and your navigation along with everything else would be displayed.
__________________
//
Please login or register to view this content. Registration is FREE
// - xhtml, css, php, mysql, javascript, xml, xsl
santowhir is offline
Reply With Quote
View Public Profile
 
Old 06-19-2007, 12:51 PM Re: Complex iFrame issue - pls help :(
cbeaudin's Avatar
Extreme Talker

Posts: 158
Name: cbeaudin
Location: Proud to be Canadian
Trades: 1
I have to agree with santowhir, CSS is a much easier solution to this problem.

If for some reason you HAVE TO use iframes which i do not suggest the way i would solve it is use a little bit of simple php, but this would require a lot more work and its a way messier solution.
__________________
- cbeaudin
cbeaudin is offline
Reply With Quote
View Public Profile
 
Old 06-19-2007, 02:23 PM Re: Complex iFrame issue - pls help :(
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Quote:
01) when accessing the page externally (for e.g. about.html) , it will load the site completely with my flash file (navigation menu). not only that (about.html page) itself.
Sorry, you can't really do that.
__________________
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 06-19-2007, 07:18 PM Re: Complex iFrame issue - pls help :(
Novice Talker

Posts: 5
Trades: 0
LadynRed i believe it is possible, though may not be simple HTML.. possibly related with JavaScripting?.
eric2007 is offline
Reply With Quote
View Public Profile
 
Old 06-19-2007, 08:56 PM Re: Complex iFrame issue - pls help :(
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Not the way you described it, no.
Iframes are just not a good solution. A server-side include would be a better solution, or divs and css.

As for your Flash, I hope you are also including a TEXT version of your navigation.
__________________
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 06-20-2007, 09:49 AM Re: Complex iFrame issue - pls help :(
HighVoltage123's Avatar
Ultra Talker

Posts: 262
Trades: 0
that navigation menu can easily be done using Css (It will load faster) not Flash but... It's your design eric2007
HighVoltage123 is offline
Reply With Quote
View Public Profile Visit HighVoltage123's homepage!
 
Old 06-20-2007, 02:06 PM Re: Complex iFrame issue - pls help :(
Skilled Talker

Latest Blog Post:
My book update
Posts: 97
Name: Eric
Location: Las Vegas
Trades: 0
I also would use php but I would get away from iframes all together!!!
__________________

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

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


Please login or register to view this content. Registration is FREE
peanutpad is offline
Reply With Quote
View Public Profile Visit peanutpad's homepage!
 
Old 06-20-2007, 02:26 PM Re: Complex iFrame issue - pls help :(
Average Talker

Posts: 26
Name: Michael
Trades: 0
I wouldn't use flash for navigation for 3 main reasons,

1. Most search engines woun't be able to pickup the link meaning it woun't find the other pages on your site.

2.Some people has flash disabled since its used frequently for ads, which mean well...

3. Text Readers woun't pickup flash text making it hard for our accessible friends.

I suggest you redo your navigation using good old css.
Space Xscape is offline
Reply With Quote
View Public Profile
 
Old 06-20-2007, 06:15 PM Re: Complex iFrame issue - pls help :(
dansgalaxy's Avatar
Defies a Status

Posts: 6,521
Name: Dan
Location: Swindon
Trades: 0
Sorry this isnt really related. but is there anyway someone could do if/else like statments for showing certain content depending on browser settings? so for instance if browser has flash disabled, show text/css menu if not show flash. i think u would use javscript. which wouldnt be gd if the user also has javascript disabled...

Also a gd idea if u are using a flash navigation would be to have the same navigation, but with only a . as the text between <a></a> this way search engione etc index and u get a fancy flash naviagtion



Dan
__________________
Discounted Web Hosting With XDnet!
>> Get 25% of hosting~ Promo: Webmaster-talk <<

Please login or register to view this content. Registration is FREE
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 06-21-2007, 11:26 AM Re: Complex iFrame issue - pls help :(
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
You could use a browser detection script, Dan, and there is a Flash detection 'kit' you can use too.
__________________
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 07-07-2007, 03:07 AM Re: Complex iFrame issue - pls help :(
Novice Talker

Posts: 11
Trades: 0
yeah that right!
legauxenterpris is offline
Reply With Quote
View Public Profile
 
Old 07-07-2007, 07:37 AM Re: Complex iFrame issue - pls help :(
Ninja's Avatar
Experienced Talker

Posts: 30
Trades: 0
I agree that if your design can be implemented without using iframes then you should resort to it.
Ninja is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Complex iFrame issue - pls help :(
 

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 0.49167 seconds with 12 queries