I probably don't see the obvious...
My code: (PhP), in
echo ("
\r\n");
function jsorder()
{
document.getElementById
('frameorder') . submit()
// no spaces, just for YA trimmer!
}
---
Always returns "object does not support this property or method".
Mousedown works (change image). Mouseup works (reet image). onclick does not...
I placed the input button to check: works...
Checked with:
document.write("id: "+document.getElementById('frameorder').id);
--> displays the Id of the form.
Tested on w3shools: works. Copied from w3shools. Does not work!
Any idea?
2007-08-18
00:18:08
·
3 answers
·
asked by
just "JR"
7
in
Computers & Internet
➔ Programming & Design