Affiliate Programs
 
Search affiliate programs for: 
Affiliate Categories
» Affiliate Networks
» Ad Networks
» 2 Tier Programs
» Pay Per Sale
» Pay Per Lead
» Residual Income
» Datafeeds
» Multi Tier Programs
» Business Opps
» Other Programs

Newsletter
Get newly added affiliate programs by email. Enter your email here:
Article Categories
» Affiliate Marketing
» Business
» Ecommerce
» Hosting
» Marketing
» Sales
» Web Designing
» Webmasters
» SEO & Promotion
» Working At Home
» Other Articles
» Affiliate Glossary


Go Back   AffiliateSeeking Forum > Website Creation, Design & Maintenance > Programming > JavaScript

JavaScript Discuss about JavaScript problems you are having or help others with their JavaScript issues.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-07-2011, 04:02 AM
worldblackstar worldblackstar is offline
Junior Member
 
Join Date: Jan 2011
Location: India
Posts: 13
worldblackstar is on a distinguished road
Default Javscript tutorials

What is Javascript?
Javascript is client side language. In order to reduce the server side operation ,we are using client side programs. It is light weight programming language. It means that it will not overload the CPU also .
It is written inside HTML file or outside .js file.

Is javascript and Java same?
Ofcourse not. As i told javascript is client side scripting language. Java is Object oriented Programming language. Javascript won't directly communicate with OS. But java does.

Tags:
Open tag:
<script type="javascript/text" ?

Closging Tag:
</script>

Here type defines which type of scripting language we are using.

This script can be included in two places <head> or <body>
it can also included from external file.

Simple Javascript code:
<html>
<body>
<script type="javascript/text">
alert("hi");
</script>
</body>
</html>

Save this file with .HTML extension

if you open the file It will show "hi" in alert box.

More tutorials come soon
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-27-2011, 01:14 PM
seosignature seosignature is offline
Senior Member
 
Join Date: Apr 2011
Posts: 375
seosignature is on a distinguished road
I will try this on my system now and will tell you whether the given code is working correctly or not.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-18-2011, 06:52 AM
Rakkhi Rakkhi is offline
Senior Member
 
Join Date: Jan 2011
Posts: 119
Rakkhi is on a distinguished road
With the help of java script we can create dynamic pages in our websites and also use of forum for users.
__________________
online MBA executive MBA
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 12:49 AM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
© 2004-2011 AffiliateSeeking. All rights reserved.