|
JAVA
JavaScript
More detial or script code example
External JavaScript usage
引用原頁外部的JavaScript Description: you many make java script at as many function pages
It is easy to call them so you do not need to write them
every time for every pages.
可將javascript 寫成功能的小程式
於需要時呼叫
有如asp中的#include 
JAVA
JavaScript
More detial or script code example
Internal JavaScript
原頁內部置放js的位置 Description: <script type="text/javascript">
</script>
Head section
Body section
Where you put a javascript depends on when do you want to excute the event.
語asp中的#include不盡相同
js最好有適當位置擺設與啟動 
|