Classifieds Scripts, Web Scripts,  Ajax Scripts, PHP Scripts, ASP Scripts

Archive

Posts Tagged ‘JavaScript’

JavaScript Break and Continue Statements

April 8th, 2011

The break Statement The break statement will break the loop and continue executing the code that follows after the loop (if any). Example <html> <body> <script type=”text/javascript”> var i=0; for (i=0;i<=10;i++) { if (i==3) { break; } document.write(“The number is ” + i); document.write(“<br />”); } </script> </body> </html> Try it yourself »   The [...]

Read More >>

Author: Categories: JavaScript Tags: , , ,

JavaScript While Loop

April 8th, 2011

Loops execute a block of code a specified number of times, or while a specified condition is true. The while Loop The while loop loops through a block of code while a specified condition is true. Syntax while (variable<=endvalue) { code to be executed } Note: The <= could be any comparing operator. Example The [...]

Read More >>

Author: Categories: JavaScript Tags: ,

ajax navigation

December 31st, 2009

Paste this code into an external JavaScript file named: ajax_navagation.js var please_wait = null; function open_url(url, target) { if ( ! document.getElementById) { return false; } if (please_wait != null) { document.getElementById(target).innerHTML = please_wait; } if (window.ActiveXObject) { link = new ActiveXObject(“Microsoft.XMLHTTP”); } else if (window.XMLHttpRequest) { link = new XMLHttpRequest(); } if (link == [...]

Read More >>

Author: Categories: Navigation Tags:

Guess-A-Number

December 31st, 2009

Play the JavaScript version of Guess-A-Number. First, select a number range and then try to guess the number the computer has chosen. Range of numbers From: To: he JavaScript Source: Games: Guess-A-Number Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a [...]

Read More >>

Author: Categories: Games & Entertainment Tags:

In-Page Search Option

December 31st, 2009

The JavaScript Source: Navigation : In-Page Search Option Simply click inside the window below, use your cursor to highlight the script, and copy [Control]+C the script into a new file in your text editor (such as Note Pad) and save [Control+S]. The script is yours!!! <!– Paste this code into an external JavaScript file named: [...]

Read More >>

Author: Categories: Navigation Tags:

Ad Manager Pro

October 22nd, 2009

Ad Manager Pro is the most complete ad management solution available. You can use it to manage ads on your site(s), you also can sell clicks, impressions and/or days range to advertisers and purchase clicks and/or impressions from publishers. Features of this quality system may bring you an interesting income. You and your users have [...]

Read More >>

AB Ads Manager

October 21st, 2009

Professional, fully featured Advertisement Management. Ads can be used on any webpage, there are many ways available ways to show ads: iframe, javascript, PHP include command, multiple popup window options. It can serve classic banners (incl. Flash), text (HTML) ads and, Google Adwords style ads, DHTML ads, FPA ads and other ad types. Unlimited number [...]

Read More >>

AB Ads Manager

October 13th, 2009

Professional, fully featured Advertisement Management. Ads can be used on any webpage, there are many ways available ways to show ads: iframe, javascript, PHP include command, multiple popup window options. It can serve classic banners (incl. Flash), text (HTML) ads and, Google Adwords style ads, DHTML ads, FPA ads and other ad types. Unlimited number [...]

Read More >>

mAd Advert Rotation Manager

October 6th, 2009

mAd is a web-based program for maintaining a number of adverts on a website. Flash, iframe and image ads are customisable; along with public and password-protected fully-customisable statistics pages. There are three preset methods of selecting an ad, or you can use your own. Managing the ads database is controlled all through one page, making [...]

Read More >>

Ad Manager Pro

September 30th, 2009

Ad Manager Pro is the most complete ad management solution available. You can use it to manage ads on your site(s), you also can sell clicks, impressions and/or days range to advertisers and purchase clicks and/or impressions from publishers. Features of this quality system may bring you an interesting income. You and your users have [...]

Read More >>