it2 (god help us all)
Apr. 8th, 2015 03:10 pmCNS home directory
go to public html
jesus wept
http://web.sfc.keio.ac.jp/~t14006ra/index.html
html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Heyyyyyy</title>
<script src="trytry.js"></script>
</head>
<body>
<h1> my name is ayu nice to meet you</h1>
<input type="button" value="OK" onclick="sfc()">
<p id="demo"> GIGA </p>
<input type="button" value="OK" onclick="sfc2()">
</p>
<p>
<input type="button" value="OK" onclick="sfc3()">
</p>
</body>
</html>
js
function sfc(){
alert("hello friend");
}
function sfc2(){
document.getElementById('demo').innerHTML=""
}
function sfc3(){
document.getElementById('demo').innerHTML ="SFC"
}
http://web.sfc.keio.ac.jp/~t14006ra/w3c.jpeg
http://web.sfc.keio.ac.jp/~t14006ra/index.html
http://web.sfc.keio.ac.jp/~t14006ra/albatross.html
#1
http://web.sfc.keio.ac.jp/~ucu/FIT2/w3c.jpeg
copy the image so that you can acces it on your webpage, e.g
http://web.sfc.keio.ac.jp/~ucu/~<your CNS>/w3c.jpeg
submit the URL
#2
create a webpage that display your name
submit the URL
#3
page with 3 buttons:
butt1: window alert “Hi mate”
butt2 : display “GIGA” (erase SFC)
butt3: display “SFC” (erase GIGA)
submit the URL
#4
http://web.sfc.keio.ac.jp/~ucu/hello.html
http://web.sfc.keio.ac.jp/~ucu/hellojs.html
http://web.sfc.keio.ac.jp/~ucu/pycgi/hellosvr.py
observe/debug those links using Chrome:View-Developer-JavaScript Console
write your comment/analysis here
#5
http://ipl.sfc.keio.ac.jp/text/pro-2012-4/lesson-6-object-and-array-web-service-3/
do exercise 6-2 point 3
submit the URL
lord wept (n help us all)
go to public html
jesus wept
http://web.sfc.keio.ac.jp/~t14006ra/index.html
html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Heyyyyyy</title>
<script src="trytry.js"></script>
</head>
<body>
<h1> my name is ayu nice to meet you</h1>
<input type="button" value="OK" onclick="sfc()">
<p id="demo"> GIGA </p>
<input type="button" value="OK" onclick="sfc2()">
</p>
<p>
<input type="button" value="OK" onclick="sfc3()">
</p>
</body>
</html>
js
function sfc(){
alert("hello friend");
}
function sfc2(){
document.getElementById('demo').innerHTML=""
}
function sfc3(){
document.getElementById('demo').innerHTML ="SFC"
}
http://web.sfc.keio.ac.jp/~t14006ra/w3c.jpeg
http://web.sfc.keio.ac.jp/~t14006ra/index.html
http://web.sfc.keio.ac.jp/~t14006ra/albatross.html
#1
http://web.sfc.keio.ac.jp/~ucu/FIT2/w3c.jpeg
copy the image so that you can acces it on your webpage, e.g
http://web.sfc.keio.ac.jp/~ucu/~<your CNS>/w3c.jpeg
submit the URL
#2
create a webpage that display your name
submit the URL
#3
page with 3 buttons:
butt1: window alert “Hi mate”
butt2 : display “GIGA” (erase SFC)
butt3: display “SFC” (erase GIGA)
submit the URL
#4
http://web.sfc.keio.ac.jp/~ucu/hello.html
http://web.sfc.keio.ac.jp/~ucu/hellojs.html
http://web.sfc.keio.ac.jp/~ucu/pycgi/hellosvr.py
observe/debug those links using Chrome:View-Developer-JavaScript Console
write your comment/analysis here
#5
http://ipl.sfc.keio.ac.jp/text/pro-2012-4/lesson-6-object-and-array-web-service-3/
do exercise 6-2 point 3
submit the URL
lord wept (n help us all)