logo

Search Results for "window"

This page is showing results 1 to 10 of 33

Managing JavaScript "popup" windows

When you use the JavaScript window.open method to open a new browser window you may experience problems when you try to re-use it. For example, open the link below and then click back inside this win...

11 Oct 2000 | Keywords: Focus, Blur, Window, Open | Read »

Communicating with a pop-up's parent

Launching "pop-up" windows from the browser is fairly easy, assuming we all know about the ...

23 Feb 2001 | Keywords: window, parent, opener, form | Read »

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 »

Making pop-up windows modal

Hmm, the infamous Pop-Up Windows I don't know about you but they are enough to make we want to scream sometimes. More often than not nowadays they are the source of advertising (something that codest...

30 Oct 2001 | Keywords: dialog, modal, window, pop-up | Read »

Which browser am I using? No comment!

I've been lucky for the past couple of years in that I have only really ever developed for intranets where the browser was standardised on both type and version. More often than not this is Internet ...

7 Feb 2002 | Keywords: browser, version, sniffers, comment | 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 »

Effective use of the FileCloseWindow Command

When designing forms in domino we can easily use some of the same standard actions that we would use in the Notes Client i.e. EditDocument, FileSave, FileCloseWindow. Domino can then translate these ...

18 Oct 2000 | Keywords: View, Close, Submit, URL | Read »

Making Domino Behave Relationally, Part 2

Having looked at a way to generate a list of related articles in a document we now look at how to maintain the list in edit mode. Includes an example database for download....

31 May 2004 | Keywords: popup, dialog, modal | Read »

Debugging JavaScript in Your Applications

You might already know about the Microsoft Script Debugger that lets you find errors in your JavaScript. But did you know how to actually use it to debug your code? This article explains a few features of the debugger that will save you having to use alert() boxes ever again....

13 Jan 2004 | Keywords: Debug, debugger, breakpoint, typeof, undefined | Read »

Ideas on reporting form validation errors

Users make errors - a fact of life. Just imagine if they were all perfect and never made a mistake. How easy our lives would be. This is never going to happen though is it and in the mean time we nee...

8 Jul 2001 | Keywords: errors, validation, div, style | Read »

  Page 1 of 4 Next 10 Results »

Search Again