Log in

View Full Version : scroll bar problem



IteQ
10-09-2006, 02:02 PM
Im trying to find out why i can't get rid of the scroll bar in the middle of the web page. the page is using iframe and pulling the info from another site.

to see the problem follow the link:
http://www.mcqueenpc.com/demosite/sales_results.html

we're looking to make it so the list continues and users have to scroll using the standard brower window.

blm126
10-09-2006, 03:31 PM
First of all don't use iframes for this and many more reasons. Secondly, here (http://www.dynamicdrive.com/dynamicindex17/iframessi2.htm) is a solution.

IteQ
10-09-2006, 05:00 PM
i've looked at this script but found this:

*All external pages loaded into the iframe must be from the same domain as the page the iframe tag is inserted in. Setting the iframe's src to an external site such as "http://www.google.com" will not work, since the script cannot probe and detect the height of pages from external domains.

the pages loaded are from a different site. is there a way around this?