logo

Search Results for "JavaScript"

This page is showing results 11 to 20 of 88

Creating dynamic references to objects

Take the following JavaScript function. It is meant for a form that has six fields whose names are all of the format "QuantityX" where X is a number from 1 to 6. Have a look at the code and see if yo...

27 Oct 2000 | Keywords: input, object, string | Read »

Talking to applets with JavaScript

I got asked recently "how do you get JavaScript to access the methods of a Java applet?" Seeing as though, at the time, I was "learning" Java and always hate to have to say "I don't know" - I set abo...

23 Feb 2001 | Keywords: applet, javascript, java | Read »

Auto-Launch a file attachment

In the Notes Client there is an option when designing a form to tell it to launch the first attachment when a document is opened. How about doing this in the browser? I've thought of two ways of doin...

24 Oct 2000 | Keywords: file, attachment, launch | Read »

Exam 190-513: Using JavaScript in Domino R5 Applications

Yep, you guessed it; Yesterday I did the JavaScript exam. Why am I telling you, you may well ask? Well, firstly to show-off (I got 94%) and secondly to let you know what it was like and some of the "...

21 Feb 2001 | Keywords: JavaScript, exam | Read »

Create a "Login" anchor link

If you have domino sites that do not explicitly require the user to login, but you want to create a link to let them do so at will, then this may be helpful..... It makes use of the fact that you can...

26 Sep 2000 | Keywords: Login, URL | Read »

JavaScript @Now Equivalent

Have you ever needed to set a field's value to the current time? Probably. Just put @Now in the Default Value event of the field. But, this is the time that the server thinks it is! What if you want ...

6 Dec 2000 | Keywords: date, time | Read »

Creating your own field properties

In browsers later than Internet Explorer 4, Opera 5 and Netscape 6 you can assign your own attributes to elements and then refer to their values in your JavaScript functions. Take the following input...

27 Mar 2001 | Keywords: input, help, alert, attribute | Read »

Modular Field Validation Script II

How many times have you found yourself writing JavaScript validation functions that look like this: ...

8 Mar 2001 | Keywords: fields, validate, form, modular | Read »

Printing with Page Breaks

Following my article a week or so ago about controlling printing using CSS I received quite a few mails asking me about whether we can use page-breaks when printing on the web. Not quite sure what th...

13 May 2001 | Keywords: CSS, style, print | Read »

Stop double form submissions

I bet the impatient amongst us have clicked a "Submit" button, waited a while, assumed nothing is happening, then pressed it again. I know I have. The effect of such actions depend on the timing of t...

9 Nov 2000 | Keywords: Submit, Button | Read »

« Previous 10 Results Page 2 of 9 Next 10 Results »

Search Again