Home All Groups Group Topic Archive Search About

Problem in IFrame for Sharepoint sites

Author
24 Dec 2005 10:47 AM
vinoth
Hi,

   I have a problem in iframe. Below code works well.

<html>
<body>
<iframe src="http://google.com" width="50%" scrolling=no></iframe>
</body>
</html>


But in the iframe src  if i give any Sharepoint site then the Scrollbar
is coming automatically,even if i give scrolling= no in iframe. Below
is the code

<html>
<body>
<iframe src="http://www.wssdemo.com" width="50%" scrolling=no></iframe>
</body>
</html>


How can we avoid this scrollbar in sharepoint sites. What is the
problem in this.

If anybody knows the solution please let me know to solve it.


Thanks and Regards,
Vinoth

AddThis Social Bookmark Button