Javascript
Articles 1 - 20 of 22
- Simplified form to mail: Unlimitted input by Endar WS, submitted 15 June,2005
New Page 1function een(tit, src, alt, vlink1, link1, h1, p1) {newWindow = window.open('','newwin','width=780,height=400,top=118,left=5');newWindow.document.write(text);}function endar(tit, src, alt, vlink1, link1, h1, p1){document.write('This is the out put of your form. Please do not edit the star ..
- Effective search engine optimization help pop up : pop up that provides help or suggestion for v by Endar WS, submitted 06 June,2005
function tutup(){newwin=window.open('index.htm','PopupTest','width=350,height=423,top=30,left=30')} ..
- Anti right-click pop up : pop up will appear if visitors right-clicks his mouse by Endar WS, submitted 06 June,2005
New Page 2 try to right-click your mouse..
- On mouse over pop up: open pop up when pointer on your button. by Endar WS, submitted 06 June,2005
function tutup(){newwin=window.open('index.htm','PopupTest','width=350,height=423,top=30,left=30')} ..
- Password protected document : Protect your web page with specific password for each member. by Endar WS, submitted 06 June,2005
..
- Building HTML codes automatically, just copy&paste your content by Endar WS, submitted 24 May,2005
function seo(tit, src, alt, vlink1, link1, h1, p1) {text = ''+tit+'';text += '';text += ''+link1;text += '';text += ''+h1+'';text += ''+p1+'';text += '';setTimeout('een(text)');}function een(tit, src, alt, vlink1, link1, h1, p1) {newWindow = window.open('','newwin','width=780,height=400,top=118,left..
- Javascript Password Protection by Timur Abdrakhmanov - http:, submitted 19 April,2005
The protection of web pages using a password comes up earlier or later while developing your site. The most secure way is to implement PHP, ASP or other advanced web programming languages. In this tutorial you will find out how to protect pages using Javascript, because you may need to have a very s..
- How to test for the Javascript DOM? by Riaan Pieterse, submitted 29 July,2004
Browsing the forums, development articles and other resource sites raised an interesting yet recurring question: "How do I test for the Document Object Model (DOM) employed by a browser?". Strangely enough I was asking the same question when starting out in Javascript. However, after enoug..
- Interactive Forms by Brian Zimmer, submitted 10 April,2004
Why interactive forms? Forms are easy enough to create when they are simple, like search boxes. But what if you need them to be complex? How about changing the forms based on input by the viewer? This is where interactive forms using Javascript and HTML can help. I'll use a simple example on how int..
- Validating Numerical Input with JavaScript by David Morse, submitted 29 January,2004
What? Make a mistake entering data? Who me? NO WAY! Right…Every form of data input by a user should be validated in some form or fashion. If you get clean data in, you won’t get garbage out. This tutorial is going to explain how to validate numerical data entered into a form using JavaScript.Fir..
- Instant plug-in scripts that help you profit... "Special offer expiry date with a twist" by Michel Komarov, submitted 19 October,2003
How would you like to add an irresistible sense of urgencyto any of your online offers... instantly?I thought so!What I've go for you here is the perfect answer in the formof a special piece of JavaScript you can just copy and pasteinto your sa'les page.So what does it do exactly?It creates an activ..
- Javascript Basics 01 by Lisa Spurlin, submitted 23 August,2002
JavaScript adds simple or sophisticated interactivity to a Web site, enhancing the user's experience. Like any programming language, you need to understand the building blocks before you can start programming.Start at the BeginningBrowsers know to interpret Web pages as HTML because of the tags. Si..
- Javascript; Browser Detection and Page Redirection by William J. Tolson, submitted 09 June,2002
A recent project was developed using Internet Explorer 5.5 as thebrowser of choice. Aware of browser incompatibilities, viewing theweb page using three other commonly used browsers, InternetExplorer 4.0, Netscape Navigator 6.1, and Netscape Navigator 4.7revealed some 'distortions'. This was mainly d..
- Ask Mr. D - JavaScript by Bill Daugherty, submitted 11 April,2002
Dear Mr. D,I have noticed several websites that havea sale's message that scrolls across theirtitle bar. Another site I visited had a sale'smessage scrolling across the status bar.These messages really caught my eye. Ifigure if they are eye catching then theymust be great sales tools.I want to insta..
- Grow Your Subscribers Exponentially With These Javascript E-mail Capture Boxes! by Vishal Rao, submitted 18 February,2002
Here's an exciting pop-up tactic that can literally boostthe no. of opt-ins from your existing traffic. In fact thefirst one to use this tactic is by the very successful listmanagement/autoresponder tool - OptinLightning.I love my list management tool - Aweber, and wanted to usea similar E-mail Capt..
- Some Useful JavaScript Tricks by Mitchell Harper, submitted 13 February,2002
JavaScript can be one of the most useful additions to any webpage. It comes bundled with Microsoft Internet Explorer andNetscape Navigator and it allows us to perform field validations,mouse-overs images, open popup windows, and a slew of otherthings.In this article I will show you how to: - Display..
- Validating Form Input in JavaScript by Amrit Hallan, submitted 12 February,2002
This time we'll make a form that collects information about thevisitor at your site. You must have filled-in copiousregistration forms or survey forms where you had to enter yourname, your email, your address, etc. Sometimes users,intentionally or unintentionally, enter wrong information thatcan eit..
- Using External JavaScript Files by Amrit Hallan, submitted 12 February,2002
When you have lots of JavaScript functions and you plan to usethem on many web pages, it is always advisable to keep them in aseparate file, and then include that file on every page wherethose functions are required. This way, you can better organizethem, you don't have to copy/paste the code again ..
- Guide to creating simple chromeless popup windows. by Michael Bloch, submitted 15 December,2001
Popup windows - hate 'em or love 'em; they are a constant companion during our Internet surfing. They can be quite useful, especially the chromeless variety.A chromeless popup window is one that doesn't show the browsers menu or tool bar, but does retain the title bar (for easy closing). Some visito..
- Dirty Web Promotion Tricks #1 - Legitimate and Malicious Javascripts by Michael Bloch, submitted 15 December,2001
One of the best way to get visitors to further explore your site is to convince them to set your home page as their Internet start page, or for them to add you their "Favorites". In this article, we'll examine some ethical and unethical ways this is done.Many sites include legitimate javascripts tha..
More Articles: 1 2 Next
Other Categories
These are articles submitted to GoArticles. Click on the article title to see the full article.
Website copyright by Opentopia 2004-2005. Some content copyrighted and licensed by its respective owners.