hello,
I creatred a java script to swap a style of 2 buttons but i am getting error "member not found" on function line. This is a script:
function blueclick()
{
document.formc.pb5.style = document.formc.pb7.style;
}
i am new to java so its maybe something obvios.
thanks
Reply With Quote
I creatred a java script to swap a style of 2 buttons but i am getting error "member not found" on function line. This is a script:
function blueclick()
{
document.formc.pb5.style = document.formc.pb7.style;
}
i am new to java so its maybe something obvios.
thanks
Reply With Quote