Small Problem w/ iFrames

  • K-Anator
  • Novice
  • Novice
  • No Avatar
  • Joined: Apr 09, 2004
  • Posts: 21
  • Status: Offline

Post April 9th, 2004, 1:30 am

I'm using iFrames for the navigation on my site, http://www.rpg-reborn.tk , but for some reason the navigation won't open in the iFrame... heres some of my coding...

The link
Code: [ Select ]
<a href="news.php" target="iFrame">News</a>


The iFrame
Code: [ Select ]
<a href="news.php" target="iFrame">News</a><br>


Any help will be greatly appreciated
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post April 9th, 2004, 1:30 am

  • digitalMedia
  • a.k.a. dM
  • Genius
  • User avatar
  • Joined: Dec 29, 2003
  • Posts: 5169
  • Loc: SC-USA
  • Status: Offline

Post April 9th, 2004, 5:34 am

Was this a typo? Or a paste-o? The iFrame snippet?
- dM
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post April 9th, 2004, 12:17 pm

In the main source, change id to name

This,
Code: [ Select ]
<iframe id="Main" src="news.php" width=685px height=460px marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=yes></iframe>


Should be this,
Code: [ Select ]
<iframe name="Main" src="news.php" width=685px height=460px marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=yes></iframe>
Strong with this one, the sudo is.

Post Information

  • Total Posts in this topic: 3 posts
  • Users browsing this forum: No registered users and 88 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.