swtrans
02-27-2006, 02:58 PM
http://oberman.info/test/stuck.htm
I'm having a problem. I was able to get the edit working fine. I was able to get it to hide the current div and go to a different div. When I combine the two, the edit works but I cannot go to the different div.
I'm thinking something is missing here ????
function goto_testDiv()
{
return formCheck(this);
document.getElementById('startDiv').style.display = 'none';
document.getElementById('testDiv').style.display = 'block';
}
Thanks.
I'm having a problem. I was able to get the edit working fine. I was able to get it to hide the current div and go to a different div. When I combine the two, the edit works but I cannot go to the different div.
I'm thinking something is missing here ????
function goto_testDiv()
{
return formCheck(this);
document.getElementById('startDiv').style.display = 'none';
document.getElementById('testDiv').style.display = 'block';
}
Thanks.