logo

Search Results for "JavaScript"

This page is showing results 1 to 10 of 88

Using the void operator in anchor links

Have you noticed that if you create a URL that calls a JavaScript function or method, in which an object gets returned but the browser is not told what to do afterwards, the browser will then do some...

16 Oct 2000 | Keywords: Return, window, confirm | Read »

Locating File Upload Controls with JavaScript

In JavaScript there is no way of getting a direct handle on File Upload Controls via the Document Object Model (DOM) unless you know their "name" (ID). Unless you are using R5, where you can specify ...

18 Oct 2000 | Keywords: File Upload | Read »

Debugging JavaScript in Netscape

JavaScript and Netscape. Now there are two words that, when heard in the same sentence, put the fear of god in me. I know that Netscape invented JavaScript but that doesn't distract from the fact tha...

22 Mar 2001 | Keywords: debug, alert, Netscape, onerror | Read »

Make life a little easier with Bookmarklets

What are Bookmarklets? As far as I can tell they are simply Bookmarks that use JavaScript or, as the ...

2 Apr 2001 | Keywords: favourites, bookmarks | Read »

The form Submit method and event

Anybody with any programming experience starting to use JavaScript would expect that when they call a form's submit() method the corresponding onSubmit() event would be triggered. This is not the cas...

2 Nov 2000 | Keywords: Form, submit, onsubmit, validate | Read »

Using the if statement effectively

"If" is probably the most used JavaScript statement in any one given function or script. There are a variation of ways it can be used and your choice of which method can make your coding a lot easier...

29 Jan 2001 | Keywords: if, else, case, conditional | Read »

Getting Java Applets to talk to JavaScript

Not so long ago I got a couple of e-mails. One asked if I knew how to control an Applet using JavaScript and the other asked me if I knew how to call JavaScript routines from an Applet. At the time I...

14 Mar 2001 | Keywords: applet, javascript, java, LiveConnect | Read »

Testing for JavaScript Support in WQS Agents

A simple trick that lets you test for browser JavaScript support in your WQS LotusScript code....

18 Feb 2006 | Keywords: JavaScript, noscript, rich text | Read »

Checking for attachments in JavaScript

Have you ever needed to validate a form and check that there is at least one attachment? I did this recently and came up with the following solution. Place the following Formula in to the HTML Header...

5 Dec 2000 | Keywords: attachment, upload, limit | Read »

Opening database relative URLs in JavaScript

It is a little known fact the domino database structure behaves in much the same way as a standard directory strucure. Using this fact we can navigate through a database without having to include the...

12 Apr 2001 | Keywords: url, path, open | Read »

  Page 1 of 9 Next 10 Results »

Search Again