PHP & JavaScript Room :: 設置サンプル

実行結果

取得したパラメータ:

ソース

<script type="text/javascript">
    function getdata(){
        if(window.location.search){
            /* URLの「?」以降のパラメータを変数nに代入 */
            var n=window.location.search.substring(1,window.location.search.length);
            /* テキストボックスにパラメータを表示 */
            document.form3.elements["getpram"].value=n;
        }
    }
    /* オンロード時に実行 */
    window.onload=getdata;
</script>

<form name="form3" action="#">
    取得したパラメータ:<input type="text" name="getpram" size="50" />
</form>

polarized women