| ... |
... |
@@ -1,23 +1,10 @@ |
| 1 |
1 |
{{html}} |
| 2 |
|
- <script type="text/javascript"> |
| 3 |
|
- function calcHeight() |
| 4 |
|
- { |
| 5 |
|
- //find the height of the internal page |
| 6 |
|
- var the_height= |
| 7 |
|
- document.getElementById('the_iframe').contentWindow. |
| 8 |
|
- document.body.scrollHeight; |
| 9 |
|
- |
| 10 |
|
- //change the height of the iframe |
| 11 |
|
- document.getElementById('the_iframe').height= |
| 12 |
|
- the_height; |
| 13 |
|
- } |
| 14 |
|
-</script> |
| 15 |
|
- |
| 16 |
|
- |
| 17 |
|
-<iframe scrolling="no" id="the_iframe" onLoad="calcHeight();" height="400px" frameborder="0" src="http://www.sccharts.com" name="SCCharts Compiler"> |
|
2 |
+<body style="margin:0px;padding:0px;overflow:hidden"> |
|
3 |
+<iframe frameborder="0" style="overflow:hidden;height:100%;width:100%" src="http://www.sccharts.com" width="100%" height="100%" name="SCCharts Compiler"> |
| 18 |
18 |
<p>Your browser does not support iframes, you can visit the content at: |
| 19 |
19 |
<a href="http://www.sccharts.com">http://www.sccharts.com</a></p> |
| 20 |
20 |
</iframe> |
|
7 |
+</body> |
| 21 |
21 |
|
| 22 |
22 |
|
| 23 |
23 |
{{/html}} |