Categories
Tags → Prompt Javascript

Cross-browser alternative for javascript prompt

In yet another sly move by Micro$oft, MSIE 7 has been designed to suppress the javascript prompt function, yet at the same time always allow their MSIE-specific showModalDialog method. This has broken millions of web sites. The work-arounds to this p...
DETAILS

IE7 compatible prompt() alternative

By default Internet Explorer 7.0 disables standard JavaScript prompt() function due to security reasons. Although users can enable this function again it''s very unlikely that they will do so. This article presents alternative javascript functio...
DETAILS

No Right Click Generator - Simple-Code.Net

This is a simple JavaScript that allows you to protect your HTML source code and images of your web sites by preventing visitors from right-clicking on your sites. An specified alert box will prompt out when visitors right click their mouse.
DETAILS

Javascript Domain Whois

Do you frequently look for the availability of domain names? I wanted an easy way to query domains so, I created an internet shortcut for Internet Explorer that can be used to do whois lookups. This is written in Javascript and works so that use...
DETAILS

CodeThatPacker

CodeThatPacker is a powerful JavaScript compression utility. CodeThatPacker removes comments and whitespaces from your scripts, supports all JavaScript syntax including regular expressions and automatic semicolon insertion, can copy several js-files ...
DETAILS

Check Answer Twice With Prompt

This JavaScript prompt users for an answer, and check the input twice before stating (s)he is wrong.
DETAILS

Non-Persistent Cookie

This JavaScript uses cookies to get input from the user 1 time per users web session. It uses a non-persistent cookie to prompt the user for a word - it then stores it for the rest of that web browser''s life. It will use the value input and sto...
DETAILS

Multiple Users Prompt

This JavaScript is just like the previous Multiple Users one, but doesn''t use a table interface to login. Instead, after clicking the Login! button, the script will prompt users for their username and password, and then perform the password-pro...
DETAILS
©2003-2019 jCay.com