web tools rank checker

domain .cn
.net .cn .com.cn
你正在阅览 :: 简体中文:: 学习 ASP SQL VB HTML code

学习 .ASP SQL HTML XML CSS JAVA Perl code study
English Chinese_Traditional Chinese_Simplified

你正在阅览 :: 简体中文 Chinese_Simplified

学习.主题:
首页
ASP
CSS
Ecommerce
HTML
InternetProtocol
JAVA
. JavaScript
»External
»Internal
. location.href
. Marquee
. Time
. View_Source
. window.location
Microsoft
Robots
SearchEngine
SQL
SQLserver
VBscript
XML

SiteMap

3w....学习.教学 > JAVA > javascript » internal

3w learning

javascript >
internal

Title:

Internal JavaScript


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.


Example Code:

<html> <head> <script type="text/javascript"> document.write("<b>Internal JavaScript1</b>"); </script> </head> <body> <script type="text/javascript"> document.write("<b>Internal JavaScript2</b>"); </script> </body> ---------------------------------------- <html> <head> <script type="text/javascript"> { document.write("<b>Internal JavaScript1</b>"); } </script> </head> <body> <script type="text/javascript"> { document.write("<b>Internal JavaScript2</b>"); } </script> </body>


Example Result:



..
...
...

[ 8/28/2008 ]

www learning school add more scripts and tips memo
You are at >>3WS.EZER.COM >> 3WS.EZER.COM/JAVA/JAVASCRIPT/INTERNAL.ASP>>JAVA
Helpful link:: SEO web tools :: Live PR | SERP checker
back to top Ezer code adding :: Questions ;email