Current location: Hot Scripts Forums » General Web Coding » HTML/XHTML/XML » iFrame Trouble please help


iFrame Trouble please help

Reply
  #1 (permalink)  
Old 02-12-10, 10:09 AM
RagToRiches RagToRiches is offline
New Member
 
Join Date: Feb 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
iFrame Trouble please help

Hi i am new here and looking from some help u guys,

I am creating a website using iFrames. the index.html contains the iFrame, all links on the index.html page are loaded into the iFrame. which looks great but the problem i am having is the URL address always points to index.html, so the user cannot bookmark the page which he is currently on. that is the index.html + the content in the iframe. is there a wayaround it, so the user can directly load the index.html + the correct iframe page.


Thanks alot it will be great help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 02-12-10, 12:22 PM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
You need to test, in the page that is supposed to be in the iframe, to check if it is in an iframe or not. If it is not in an iframe, you can use location.href= to redirect to the page, within the iframe.

if (top === self) { not in a frame } else { in a frame }

How to identify if a webpage is being loaded inside an iframe or directly into the browser window? - Stack Overflow
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
External link to iframe Techmom HTML/XHTML/XML 7 07-23-09 01:57 PM
Changing iframe src property not working in Safari AmberLR JavaScript 1 04-08-09 11:41 AM
drop-in iframe popover - once per browser session? Mylnda JavaScript 0 10-10-05 01:15 AM
js function / border & iframe cityonfire JavaScript 1 07-24-05 09:02 PM
Loading a new page in place a parent from an iframe Highly-Annoyed HTML/XHTML/XML 3 07-18-05 12:05 PM


All times are GMT -5. The time now is 09:09 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.