I have several functions that are somewhat redundant, and I would like to get rid of multiple functions by passing the "control" that the function is operating on as a parameter.
For example, currently we have:
function x1(data)
{
window.document.myForm.text1.value = data;
}...
I am looking for a good way to disable the right click, that does not produce an alert - and that is cross browser. (We test in IE 5+, NS 6+, and Opera 5+).
We have an app that will pop up windows that allow users to chose from a set of options, then add those selections to the main page.
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.