フレーム内完結型ListPagesデータ取得システム

システムの本体

http://shitake-crude-production.wikidot.com/onpageload-sub

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="Content-Script-Type" content="text/javascript"/>
<meta http-equiv="Content-Style-Type" content="text/css"/>
<meta http-equiv="content-language" content="ja,jp-ja"/>
<meta charset="UTF-8"/>
<title>リサイズエレメント</title>
 
<script type="text/javascript">
window.addEventListener("resize", function (event) {
//本来ならハッシュとして渡された値を使いリンクを生成する
location.href="http://shitake-crude-production.wikidot.com/onpageload-sub/code/1#talejp_limit/1/talejp_fullname/onpageload";
 
});
</script>
</head>
<body>
リサイズにより画面遷移
</body>
</html>
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License