Hi,
I'm a programmer with a cleint who has the need for network support, and asked me to do it. I'm a web develper by trade, since 1995. Latley, I've been supporting their pc's and server, well their whole network for that matter. I've built 2 web serversin the past, but this 2000 server is a...
Hi,
It seems the focus() method is only used for the text, textare, checkbox and radio objects. I'm trying to give a button focus when the page is loaded but it does not seem to work. I'm getting an error telling me the button object does not exsist.
Any Ideas would be appreciated...thanks...
Hi everyone,
Will someone be able to shed some light on how I can test for the exsistance of a form object. Here is what I'm trying. I create a form based on a database record set so the form is being created dynamically. So, I can have 1 to many form elements. I name all the form elements...
Thanks for responding
When I use the following index "document.order[boxname].value" it gives me an error that is telling me this is not an object...
Error Message:
document.order[...].value is not an object
Anything else to try?
Mike
Hi,
Can anyone help me figure this out. I'm passing a String variable to a function that I want to use in the dot notation string to get the value of the input box.
EXAMPLE:
function calcext(price, boxname)
{
var exttotal = document.order.+'boxname'+.value * price...
Hi,
I'm trying to pass a PHP variable into a function and use it in the element section of the DOM access string.
It's not as simple as just passing a variable to a function.
Example:
function calcext(price,boxname)
{
var exttotal = document.order.boxname.value * price...
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.