Forums
This topic is locked
how was this done??
Posted 26 Feb 2003 05:35:23
1
has voted
26 Feb 2003 05:35:23 james crellin posted:
Hey all-- I was wondering if anyone could explain how this was done. Click on the link and notice the "Headlines" section. It has its own scroll bar. My first thought was that it was setup with frames. If anyone knows how exactly how, i would appreciate the help.www.rutlandinc.com/screen/index.htm
Thanks in advance
Replies
Replied 26 Feb 2003 08:02:51
26 Feb 2003 08:02:51 Jeremy Conn replied:
It is done with an iFrame... which is basically a layer that displays another page through a set width and height.
There is an extension that is on this site that allows you to build some really cool iFrame pages, and it has some demonstration iFrames too to give you an idea of the different uses for them.
EXTENSION
www.dmxzone.com/ShowDetail.asp?NewsId=4231
DEMONSTRATIONS
www.dmxzone.com/demo/iframe/demo/index.htm
Hope that helps...
(DWMX|IIS5|Access2K|XP|ASP/VB)
*Connman21*
www.conncreativemedia.com
There is an extension that is on this site that allows you to build some really cool iFrame pages, and it has some demonstration iFrames too to give you an idea of the different uses for them.
EXTENSION
www.dmxzone.com/ShowDetail.asp?NewsId=4231
DEMONSTRATIONS
www.dmxzone.com/demo/iframe/demo/index.htm
Hope that helps...
(DWMX|IIS5|Access2K|XP|ASP/VB)
*Connman21*
www.conncreativemedia.com
Replied 26 Feb 2003 08:46:10
26 Feb 2003 08:46:10 james crellin replied:
Thanks Connman-- that really does help me out alot. I see that the extension is like $20. Is there a free way of doing it? I guess that i would pay for it but only if there isn't a free option.
"The greatest thing the devil ever did was convince you he didn't exist." =- The Usual Suspects
"The greatest thing the devil ever did was convince you he didn't exist." =- The Usual Suspects
Replied 26 Feb 2003 19:47:06
26 Feb 2003 19:47:06 Jeremy Conn replied:
iFrames can be done through simple code, the extension just allows you to set parameters more easily.
To create an iFrame, you simply need code similar to the following in the location you want it displayed:
<font color=green><iframe name="SomeName" align="center" src="viewable_page.htm" width="100" height="100" scrolling="Default" frameborder="0"></iframe>
</font id=green>
Of course, all those variables are editable - allowing for different configurations.
(DWMX|IIS5|Access2K|XP|ASP/VB)
*Connman21*
www.conncreativemedia.com
To create an iFrame, you simply need code similar to the following in the location you want it displayed:
<font color=green><iframe name="SomeName" align="center" src="viewable_page.htm" width="100" height="100" scrolling="Default" frameborder="0"></iframe>
</font id=green>
Of course, all those variables are editable - allowing for different configurations.
(DWMX|IIS5|Access2K|XP|ASP/VB)
*Connman21*
www.conncreativemedia.com