Hello everybody!
I tried to automatically change the value of an <input> (in a 2nd htm-file) while loading the 1st one, but it doesn't work.
function test()
{
window.open("url-of-the-2nd-htm-file","window");
document.all.in_one.value = "3";
}
I have a htm-file...
Hello everybody!
I have a problem with the following function:
function test()
{
document.all.example_1.innerHTML = "<p onClick="test2()">It's just a test</p>"
}
the second function test2() works fine on it's own, but if I try to integrate test2() in test() on the written...
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.