V
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
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