Welcome to my blog!

Here I try to keep useful information about IT, mostly related to Web development and Linux stuff. Any comments or feedback that you might have will be much appreciated!

Thanks,
Tomi

HTML / JavaScript: Focus user on first available field

Filed Under (JavaScript) by admin on 22-01-2007

So far I haven’t figured out where is the user’s caret when entering an HTML page with multiple fields.

With the following code (placed right before the closing HTML tag), the page will load and focus the first text or text area field on the page. Read the rest of this entry »

Warn user before leaving a browser’s page

Filed Under (JavaScript) by admin on 11-07-2006

If you’re working with web applications that use complex forms, you probably know that it becomes useful to split a very long forms on several pages (keeping interim posts on sessions variables) and process all the received data on a single transaction. But what happens when a user clicks on the Back button all the way to the first page or just wants to close the browser’s window? Read the rest of this entry »