Visual Basic .NET » ASP.NET General Discussion
Problems with Firefox and Safari. Also, what's up with the $('syntax') ? -- Rui Liu --

if (document.all)
{
vTomato = document.all
;
vPotato = document.all
;
vSpacesuit = document.all
;
}
else if (document.getElementById)
{
vTomato = document.getElementById("tomato");
vPotato = document.getElementById("potato");
vSpacesuit = document.getElementById("spaceSuit");

}

[Submit Comment]Home