Welcome Guest ( Log In | Register)



2 Pages V   1 2 >  
Reply to this topicStart new topic
> <iframe> Tag, a page within a page
leiaah
post Mar 1 2005, 05:20 AM
Post #1


Super Member
*********

Group: Members
Posts: 436
Joined: 21-January 05
From: Koronadal City, Philippines
Member No.: 3,358



I really love the <IFRAME> tag. I use it a lot in my website especially for shoutboxes. I use to wonder how it's done and I thought you use a lot of frames for it but it's actually quite simple. You may paste this code in a table/cell and then just change the values of the width and height.

CODE

<IFRAME name= main src="main.htm" frameBorder=0 width="334" height="311" marginwidth="0" marginheight="0">
 <font size="1">Please get Netscape 6.0 or Internet Explorer 5+ to view this page</font>
</IFRAME>


It would look nicer if you have changed the color of the scrollbar.

Message from snlildude87: leiaah, please put all code in the code ([code][/code]) tags for better readability. smile.gif

This post has been edited by snlildude87: Mar 21 2005, 09:20 PM
Go to the top of the page
 
+Quote Post
round
post Mar 1 2005, 06:01 PM
Post #2


Super Member
*********

Group: Members
Posts: 463
Joined: 8-November 04
Member No.: 2,186



Not sure i understand the need for iframe tag. The iframe code you have above seems like an include, wondering if you couldn't just use the include code to accomplish the same thing?
round.trap17.com
Go to the top of the page
 
+Quote Post
ill
post Mar 1 2005, 08:55 PM
Post #3


Super Member
*********

Group: Members
Posts: 386
Joined: 10-August 04
From: United States
Member No.: 761



the iframe function is html, for one. the iframe includes the document named in an inline frame, which means it can be any size, not take up however long the document in the iframe is. very preferable for shoutboxes. Shoutboxes in include tags suck, take up the whole screen.. it's annoying
Go to the top of the page
 
+Quote Post
beeseven
post Mar 1 2005, 09:04 PM
Post #4


Privileged Member
*********

Group: Members
Posts: 629
Joined: 26-February 05
Member No.: 3,995



It sounds similar to <object>. I'm not really familiar with either, so does one offer anything more than the other?
Go to the top of the page
 
+Quote Post
the_furious1
post Mar 2 2005, 12:16 AM
Post #5


Advanced Member
*******

Group: Members
Posts: 116
Joined: 28-February 05
Member No.: 4,058



This is amazing thanks for sharing this information, it can be useful to some people!!!! Like me it can be useful to, because I always wanted to do that!!!
iframes can be very useful for the spacing, navigation and overall web site look!!!
Go to the top of the page
 
+Quote Post
the_furious1
post Mar 21 2005, 03:30 PM
Post #6


Advanced Member
*******

Group: Members
Posts: 116
Joined: 28-February 05
Member No.: 4,058



I have been trying to find some free shout boxes, but your's looks the best. Can you please share the code?
Go to the top of the page
 
+Quote Post
extremehardware
post Mar 21 2005, 08:10 PM
Post #7


Newbie [Level 1]
*

Group: Members
Posts: 19
Joined: 28-February 05
Member No.: 4,056



Hmm, I just used an iFrame to link my free forums into my website, so that people no longer have to open a new window/leave my site to get to the forums. Very nice! But I think I'll switch back since there is an error with the bottom of my forums with the iframe command. Thanks anyways for the information.
Go to the top of the page
 
+Quote Post
yoofus
post Mar 26 2005, 11:24 AM
Post #8


Member [Level 1]
****

Group: Members
Posts: 74
Joined: 25-March 05
From: England
Member No.: 4,906



QUOTE(the_furious1 @ Mar 21 2005, 03:30 PM)
I have been trying to find some free shout boxes, but your's looks the best. Can you please share the code?
*



Go to www.shoutmix.com if you want a free shoutbox
Go to the top of the page
 
+Quote Post
Becca
post Mar 26 2005, 03:06 PM
Post #9


Princess
***********

Group: Members
Posts: 1,233
Joined: 9-October 04
From: England
Member No.: 1,563



Why can't you just try a shoutbox script or make your own.. It's sooo easy...
Just like a guestbook or blog.
iframes are good but don't use too much of it... i don't know why but I was told that tip about website making some one told me it wasn't a good idea to ues it too much and it werent very professional... I have no idea why. I use to use it for EVERYTHING.
Go to the top of the page
 
+Quote Post
ill