目前分類:JavaScript、jQuery (29)

瀏覽方式: 標題列表 簡短摘要

iframe就是網頁裡面的網頁=.=

先放個iframe標籤

 <iframe id="myIframe" width="800" height="600"></iframe>

welkingunther 發表在 痞客邦 留言(0) 人氣()

//滑鼠移過超連結變色的話只能用下面的方法做

//不能寫到ASP.NET的標籤style="XXX;"裡面

<style type="text/css">

welkingunther 發表在 痞客邦 留言(1) 人氣()

以下文章轉載自

http://blog.csdn.net/zxmcl/archive/2007/08/02/1723595.aspx

 

welkingunther 發表在 痞客邦 留言(0) 人氣()

 

以下文章轉載自

http://miisoo.blogspot.com/2008/01/javascript-string-operations.html

welkingunther 發表在 痞客邦 留言(0) 人氣()

var myobject = new Object();

myobject.welkin1 = 'gunther1';

myobject.welkin2 = 'gunther2';

welkingunther 發表在 痞客邦 留言(0) 人氣()

<div id="detection" style="visibility: hidden;display: none;">

    系統測試

</div>

welkingunther 發表在 痞客邦 留言(1) 人氣()

標題很抽象吧

 

錯誤控制的一種,發生錯誤後就不繼續執行接下來的陳述式,而會跳到我們所設定的函式

welkingunther 發表在 痞客邦 留言(0) 人氣()

  • function clearAll(name)
  • {
  • var myCheckBox= document.getElementsByTagName('input');
  • welkingunther 發表在 痞客邦 留言(0) 人氣()

    document.getElementById("下拉式選單的ID名").selectedIndex=5;
    document.getElementById("下拉式選單的ID名").fireEvent("onchange");


    welkingunther 發表在 痞客邦 留言(0) 人氣()

    «12