Web Hosting Offers
See the new scripts recently added to Dynamic Drive. Click here.
Original, practical CSS codes and examples such as CSS menus for your site.
    Search code samples  
 
  Keyword
 
 
 
   
 
 
  Code Samples
 
ASP
CSS
Dhtml
Html
Javascript
PHP
 
   
     LOGIN HERE  
 
Username
Password
Forgot Password
Verify Signup
 
 
 

Javascript >> General

how do i embed JavaScript in a web page?

Visitor Ratings (0) :

Description
You can use the following sintax

<SCRIPT LANGUAGE="JavaScript">
<!-- hide script from older browsers

[insert your code here]

// end script hiding -->
</SCRIPT>
Code
Select All
 Rate this Resource