perche con mozilla se uso history.go() su un campo....mi ritorna indefinito?
io ho fatto un pulsante che richiama la seguente funzione js
function undo()
{
document.getElementById("theForm").hostName.value = history.go()
document.getElementById("theForm").ipAddress.value = history.go()
document.getElementById("theForm").gateway.value = history.go()
document.getElementById("theForm").dns1.value = history.go()
document.getElementById("theForm").dns2.value = history.go()
document.getElementById("theForm").subnet.value = history.go()
}
su explorer va.....ovviamente su mozilla no....dove sbaglio?