2013年8月23日 星期五

javascript-print

javascript print out screen
javascript print on html
havascript-html

<div id="atest">
</div>


$("#atest").append($(this).text() + "<BR>");
$("#atest").append( "Something <BR>");




<!DOCTYPE html>
<html>
<body>

<script>
document.write("Hello World!");
</script>

</body>
</html>

沒有留言:

張貼留言