February 06, 2007

查 DNS

host -t ns domainname
host domainname

Posted by Kelly at 05:05 PM | Comments (0)

January 09, 2007

改變 input image 的圖

<html>

<script type="text/javascript">
var out1 = new Image();
out1.src = '001.jpg';
var over1 = new Image();
over1.src = '002.jpg';
function movepic_new (img_obj, img_src){
img_obj.src = img_src.src;
return true;
}
</script>

<body>

<form action="a.html" method="post" name="abc">
<input type="image" src="001.jpg" onmouseover="movepic_new(this, over1);" onmouseout="movepic_new(this, out1);"></form>
</html>

Posted by Kelly at 12:18 AM | Comments (0)

January 01, 2007

生產

說到生小孩,我想這是我這一輩子經歷過最痛的,這種痛很難用言語形容,
只能說"沒生過小孩真的不知道生小孩是這麼痛"....

Continue reading "生產"

Posted by Kelly at 04:09 PM | Comments (0)