-1
A
回答
0
做使用JavaScript 它看到這個example
0
**//here is the script**
<script src="Scripts/Jquery.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery(function ($) {
$('#min1').click(function() {
var iframeheight = $('#iframe1').width();
if (iframeheight == 934) {
$('#iframe1').width(462);
document.getElementById('divFrame2').style.display = "block";
}
});
$('#max1').click(function() {
var iframeheight = $('#iframe1').width();
if (iframeheight == 462) {
$('#iframe1').width(934);
document.getElementById('divFrame2').style.display = "none";
}
});
$('#min2').click(function() {
var iframeheight = $('#iframe2').width();
if (iframeheight == 934) {
$('#iframe2').width(462);
document.getElementById('divFrame1').style.display = "block";
}
});
$('#max2').click(function() {
var iframeheight = $('#iframe2').width();
if (iframeheight == 462) {
$('#iframe2').width(934);
document.getElementById('divFrame1').style.display = "none";
}
});
});
</script>
**//style**
<style type="text/css">
.bdr
{
border: 1px solid #6593cf;
}
</style>
**//aspx sample**
<form id="form1" runat="server">
<table><tr><td >
<div id="divFrame1" class="bdr">
<div>
<img id="min1" src="Images/Minimize.jpg" width="13" height="14" border="0" alt="" />
<img id="max1" src="Images/Maximize.jpg" name="Image6" width="13" height="14" border="0"
id="Image6" alt="" />
</div>
<iframe name="content" id="iframe1" src="http://www.dynamicdrive.com/forums/archive/index.php/t-2529.html"
frameborder="0" height="321" width="462"></iframe>
</div>
</td ><td >
<div id="divFrame2" class="bdr">
<div>
<img id="min2" src="Images/Minimize.jpg" width="13" height="14" border="0" alt="" />
<img id="max2" src="Images/Maximize.jpg" name="Image6" width="13" height="14" border="0"
id="Image7" alt="">
</div>
<iframe name="content" id="iframe2" src="http://www.w3schools.com/default.asp" frameborder="0"
height="321" width="462"></iframe>
</div>
</td></tr></table>
</form>
相關問題
- 1. 在android中最大化和最小化
- 2. 如何在C#.Net中最小化和最大化?
- 3. 如何在jquerymobile中最大化和最小化div的點擊
- 4. 如何最大化/最小化iFrame?
- 5. 如何最小化和最大化ASP.NET和JAVASCRIPT中的Internet Explorer?
- 6. 最小化/最大化div
- 7. UIPanGestureRecognizer最大化和最小化UIView
- 8. JQuery最小化和最大化HTML Div
- 9. 窗口最小化和最大化
- 10. Javascript最小化和最大化
- 11. 取消最大化表格的大小
- 12. 如何檢測JFrame窗口最小化和最大化事件?
- 13. 如何刷新JScrollPane.viewPort最大化和最小化
- 14. 如何從任務欄最小化和最大化winform?
- 15. 如何最大化和最小化分區
- 16. 在Internet Explorer中獲取最小化和最大化事件
- 17. 如何檢索窗口最小化,最大化和關閉按鈕的大小?
- 18. 最小化最大成本
- 19. 最大化最小差異
- 20. 如何在最小化窗口後最大化窗口
- 21. 最小化最大化不工作
- 22. 最大化,最小化ExtJS的面板
- 23. 最小化/最大化兩個屏幕
- 24. 禁用窗口最大化/最小化
- 25. 最小化,最大化exe的
- 26. 如何使用遞歸最大化和最小化數學表達式?
- 27. 在WinForm上禁用最小化和最大化?
- 28. 我如何知道用戶何時最小化/最大化Eclipse?
- 29. 如何最小化ipa大小?
- 30. 如何最小化OpenCv庫的大小?