Graal Forums  

Go Back   Graal Forums > PlayerWorlds > Bomy Island Main Forum
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-18-2001, 12:48 AM
Providence_Admin3 Providence_Admin3 is offline
Banned
Providence_Admin3's Avatar
Join Date: Sep 2001
Location: here
Posts: 3,216
Providence_Admin3 is on a distinguished road
iframes iframes help help help

I'm having a bit of trouble. I try to link something to my iframes (using target=(something) and it always goes into a popup window. I have no clue what to do. Help!
Reply With Quote
  #2  
Old 11-18-2001, 12:48 AM
milotheman milotheman is offline
Banned
milotheman's Avatar
Join Date: Apr 2001
Posts: 0
milotheman is on a distinguished road
me bad in stuff like that
Reply With Quote
  #3  
Old 11-18-2001, 12:59 AM
Providence_Admin3 Providence_Admin3 is offline
Banned
Providence_Admin3's Avatar
Join Date: Sep 2001
Location: here
Posts: 3,216
Providence_Admin3 is on a distinguished road
Quote:
Originally posted by milotheman
me bad in stuff like that
so don't reply.
Reply With Quote
  #4  
Old 11-18-2001, 01:03 AM
Torankusu_2002 Torankusu_2002 is offline
'been round.
Torankusu_2002's Avatar
Join Date: Nov 2001
Posts: 1,246
Torankusu_2002 is on a distinguished road
<a>whatever.html</a>
__________________
torankusu's
Reply With Quote
  #5  
Old 11-18-2001, 01:04 AM
Providence_Admin3 Providence_Admin3 is offline
Banned
Providence_Admin3's Avatar
Join Date: Sep 2001
Location: here
Posts: 3,216
Providence_Admin3 is on a distinguished road
Quote:
Originally posted by Torankusu_2002
<a>whatever.html</a>

...?!
Reply With Quote
  #6  
Old 11-18-2001, 01:05 AM
Torankusu_2002 Torankusu_2002 is offline
'been round.
Torankusu_2002's Avatar
Join Date: Nov 2001
Posts: 1,246
Torankusu_2002 is on a distinguished road
post a link.
__________________
torankusu's
Reply With Quote
  #7  
Old 11-18-2001, 01:07 AM
Providence_Admin3 Providence_Admin3 is offline
Banned
Providence_Admin3's Avatar
Join Date: Sep 2001
Location: here
Posts: 3,216
Providence_Admin3 is on a distinguished road
Quote:
Originally posted by Torankusu_2002
post a link.
no, the link is on a different page than the iframe, but on the same screen.

as in, the link is on index.html, but the iframe is on main.html (and it still shows on index)
Reply With Quote
  #8  
Old 11-18-2001, 01:09 AM
Torankusu_2002 Torankusu_2002 is offline
'been round.
Torankusu_2002's Avatar
Join Date: Nov 2001
Posts: 1,246
Torankusu_2002 is on a distinguished road
Quote:
Originally posted by Providence_Admin3


no, the link is on a different page than the iframe, but on the same screen.

as in, the link is on index.html, but the iframe is on main.html (and it still shows on index)
i mean to the site...

I want to see that jerichcosolocix site. *
__________________
torankusu's
Reply With Quote
  #9  
Old 11-18-2001, 01:10 AM
Providence_Admin3 Providence_Admin3 is offline
Banned
Providence_Admin3's Avatar
Join Date: Sep 2001
Location: here
Posts: 3,216
Providence_Admin3 is on a distinguished road
Quote:
Originally posted by Torankusu_2002
i mean to the site...

I want to see that jerichcosolocix site. *
The site isn't up because I need to finish the layout first?!@?#
Reply With Quote
  #10  
Old 11-18-2001, 01:13 AM
konidias konidias is offline
Old Bee
konidias's Avatar
Join Date: Jul 2001
Location: Orlando, FL
Posts: 7,222
konidias will become famous soon enough
Send a message via AIM to konidias
NPC Code:
<a href="url link here" target="_main">link</a>



Something like that?

"_new" makes it pop up in a new window..
__________________

Put this image in your sig if you support Bomy Island! (g2k1 revision)
play bomberman while you wait!


Reply With Quote
  #11  
Old 11-18-2001, 01:18 AM
konidias konidias is offline
Old Bee
konidias's Avatar
Join Date: Jul 2001
Location: Orlando, FL
Posts: 7,222
konidias will become famous soon enough
Send a message via AIM to konidias
Or this might be what you need

TARGET="_blank"
This target will cause the link to always be loaded in a new blank window. This window is not named.
TARGET="_self"
This target causes the link to always load in the same window the anchor was clicked in. This is useful for overriding a globally assigned BASE target.
TARGET="_parent"
This target makes the link load in the immediate FRAMESET parent of this document. This defaults to acting like "_self" if the document has no parent.
TARGET="_top"
This target makes the link load in the full body of the window. This defaults to acting like "_self" if the document is already at the top. It is useful for breaking out of an arbitrarily deep FRAME nesting.
__________________

Put this image in your sig if you support Bomy Island! (g2k1 revision)
play bomberman while you wait!


Reply With Quote
  #12  
Old 11-18-2001, 01:21 AM
konidias konidias is offline
Old Bee
konidias's Avatar
Join Date: Jul 2001
Location: Orlando, FL
Posts: 7,222
konidias will become famous soon enough
Send a message via AIM to konidias
It isn't necassary to name them.. those are by default.. if you put target="_blank" in your url it will always come up in a new window.
__________________

Put this image in your sig if you support Bomy Island! (g2k1 revision)
play bomberman while you wait!


Reply With Quote
  #13  
Old 11-18-2001, 01:25 AM
Providence_Admin3 Providence_Admin3 is offline
Banned
Providence_Admin3's Avatar
Join Date: Sep 2001
Location: here
Posts: 3,216
Providence_Admin3 is on a distinguished road
NPC Code:
<a href="site.html" target="inlineframe">* s i t e *</a>



is what it is right now.
Reply With Quote
  #14  
Old 11-18-2001, 01:25 AM
Torankusu_2002 Torankusu_2002 is offline
'been round.
Torankusu_2002's Avatar
Join Date: Nov 2001
Posts: 1,246
Torankusu_2002 is on a distinguished road
Quote:
Originally posted by konidias
It isn't necassary to name them.. those are by default.. if you put target="_blank" in your url it will always come up in a new window.
torankusu.f2s.com,
when i had it up, I used alot of frames.
I had to name them a-c.
Reply With Quote
  #15  
Old 11-18-2001, 01:29 AM
Providence_Admin3 Providence_Admin3 is offline
Banned
Providence_Admin3's Avatar
Join Date: Sep 2001
Location: here
Posts: 3,216
Providence_Admin3 is on a distinguished road
http://www.sparkscity.net/mognet/rikku/

see this person's site? she makes the links go into the iframe, although they are in the index.

i need to be able to do the same thing, but I have no clue how.
Reply With Quote
  #16  
Old 11-18-2001, 01:40 AM
TDK_RC2 TDK_RC2 is offline
Registered User
Join Date: Oct 2001
Posts: 79
TDK_RC2 is on a distinguished road
Send a message via ICQ to TDK_RC2 Send a message via AIM to TDK_RC2
iframes r easy...when u make the iframes u give it a name right? ok now that u do that all u have to do is type this for a link
<a href="name.html" target="iframe name">here</a>
__________________
This is Jman9912! i will have some images up and stuff for this profile cuz my account is not working. For some reason ti was banned for Credit Card problem, and i even already payed for it.
Reply With Quote
  #17  
Old 11-18-2001, 01:44 AM
Providence_Admin3 Providence_Admin3 is offline
Banned
Providence_Admin3's Avatar
Join Date: Sep 2001
Location: here
Posts: 3,216
Providence_Admin3 is on a distinguished road
Quote:
Originally posted by TDK_RC2
iframes r easy...when u make the iframes u give it a name right? ok now that u do that all u have to do is type this for a link
<a href="name.html" target="iframe name">here</a>

What would be my iframe name? Because I've tried to name it as target="main" (where my iframe is) and it doesn't work.
Reply With Quote
  #18  
Old 11-18-2001, 01:51 AM
TDK_RC2 TDK_RC2 is offline
Registered User
Join Date: Oct 2001
Posts: 79
TDK_RC2 is on a distinguished road
Send a message via ICQ to TDK_RC2 Send a message via AIM to TDK_RC2
ok copy and paste the iframe code u used in here
it should be something like
<iframe = and stuff wit height and width and etc.
__________________
This is Jman9912! i will have some images up and stuff for this profile cuz my account is not working. For some reason ti was banned for Credit Card problem, and i even already payed for it.
Reply With Quote
  #19  
Old 11-18-2001, 01:52 AM
TDK_RC2 TDK_RC2 is offline
Registered User
Join Date: Oct 2001
Posts: 79
TDK_RC2 is on a distinguished road
Send a message via ICQ to TDK_RC2 Send a message via AIM to TDK_RC2
if ya have aim ya can IM me at Jman9912 and ill walk ya through it if ya want
__________________
This is Jman9912! i will have some images up and stuff for this profile cuz my account is not working. For some reason ti was banned for Credit Card problem, and i even already payed for it.
Reply With Quote
  #20  
Old 11-18-2001, 01:54 AM
Keyan Keyan is offline
Registered User
Join Date: Mar 2001
Location: Sparta, NJ
Posts: 261
Keyan is on a distinguished road
Send a message via ICQ to Keyan Send a message via AIM to Keyan Send a message via Yahoo to Keyan
You could always View Source of that site and figure it out like that :|
__________________
AIM: Keyan2002
Email: [email protected] / [email protected]
I want more posts to use my avatar! >=O >=O
The Death Star was destroyed, and the Empire routed. For now. But the fight would go on. I knew I had much to make up for. Marskan still hated me, and for a good reason. Raider still wouldn't talk to me, and a lot of young pilots had died because I had made them feel invincible. I doubted that I would ever be able to atone for my mistakes.
At least Lynia didn't hate me. Now that the immediate threat was over, she'd promised to spend more time with me. So I had hope. And I had a mission. Like Luke, I would one day learn to master the Jedi way and once and for all banish the taint of the Dark Side within me.
Reply With Quote
  #21  
Old 11-18-2001, 01:55 AM
TDK_RC2 TDK_RC2 is offline
Registered User
Join Date: Oct 2001
Posts: 79
TDK_RC2 is on a distinguished road
Send a message via ICQ to TDK_RC2 Send a message via AIM to TDK_RC2
lol i dont even kno the site or i would then i could just tell her exactly what to do im waitin for her to reply or im me or something
__________________
This is Jman9912! i will have some images up and stuff for this profile cuz my account is not working. For some reason ti was banned for Credit Card problem, and i even already payed for it.
Reply With Quote
  #22  
Old 11-18-2001, 03:40 AM
Providence_Admin3 Providence_Admin3 is offline
Banned
Providence_Admin3's Avatar
Join Date: Sep 2001
Location: here
Posts: 3,216
Providence_Admin3 is on a distinguished road
wOO. Layout complete.
Reply With Quote
  #23  
Old 11-18-2001, 10:07 PM
Sir Triclops Sir Triclops is offline
Registered User
Join Date: Jul 2001
Posts: 501
Sir Triclops is on a distinguished road
Send a message via AIM to Sir Triclops
*hint*
Get AceHTML 4 Pro from Visicom Media and it will help you out with IFrames. All you do is enter in the info needed and it does the work for you. Actually it does that for a lot of options in the program. (My favorite HTML editor)
__________________
Poizon
Reply With Quote
Reply


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

Forum Jump


All times are GMT +2. The time now is 02:02 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.