You are here:

Focus on JavaScript

Recent Answers

2012-05-07 Javascript - easy question plz answer:

Dear Ramiz,    Good question. And the answer is pretty simple.    Copy and paste the following code in a notepad/dreamweaver html page and run it.    You can notice, if "male" is selected then it opens

2012-03-13 Javascript - small help required form validation:

Dear Shashank,    There are 2 very small mistakes there.    1) This should be <script type='text/javascript'> not <script type='text\javascript'>    (I am talking about the slash in here text/javascript

2012-03-13 Javascript - javascript login id to text box:

Dear David,    There are few things you can do here.     You can set and use a hidden variable (probably the 'login') to filter out the results. Or your can alter your search query like this by adding

2012-03-11 Javascript - javascript login id to text box:

Dear David,    Extremely sorry for the delay, as I was busy in last week.    Your question is confusing.     Actually from where "login" variable comes from? Seems like "login" is a variable saved in somewhere

2012-02-25 Javascript - Stars:

Dear Kariz,    Here's the solution.    <html>  <head>  </head>  <body>  <script type="text/javascript">    var s1=3;  var s2=3;    for(var a=0;a<s1;a++){   for(var b=0;b<s2;b++){   document.write("*")

Categories

Browse Alphabetically

©2012 About.com, a part of The New York Times Company. All rights reserved.