In an iframe, can I..

T

Tom B

make a static reference of another page. Meaning, I would like to show
another page but say just a middle portion of it and removing the scroll bars.

Without scroll bars, it seems to say at the top of the page that the iframe
is referencing.

Thanks
 
T

Thomas A. Rowe

No.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Tom B

Forgot to add: Is it possible to prevent links from working within an iframe?
All I need the iframe for is for viewing. I don't want people being able to
click on a link.

Thanks again.
 
T

Thomas A. Rowe

No, unless you own the page and remove the links.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
J

Jon Spivey

Hi Tom,
If you have any kind of server side code skills you can pull in any part of
another page and display it however you want, disable the links, change the
colours whatever. The issue would be wether you own the content on the other
site - if not you can't do this. Web pages are not there to be used however
you like - if you own the other site or have permission of the site owner
post back with whatever server side language you use and we'll get you
started.
 
Top