Convert This Code from VBScript to JavaScript?

Please Convert This Code Lines From VBScript to Javascript for get all form value . (not work for mozilla firefox)
<!--
Function procVote()
fc = document.forms
for Each f1 in fc
alert(f1.value)
Next
End Function
-->

Answers:
What are you trying to do? What does f1 represent?

function procVote()
var x = document.forms.<name of tag>.size();
{
for (i = 0; i <= x; i++)
{
<put code here>
}
}

  • How do I get Firefox to stay in my DOCK in OSX 10.2?
  • my boyfriend downloaded mozilla firefox and de;eted internet explorer. how do i put explorer back on?
  • Friggin useless firefox, Plz help?
  • How to get more people to use the windows mobile software called hubdog.com ?
  • Which broser is better? Internet explorer OR Mozilla Firefox?
  • I am using Mozilla Firefox. My screen is grey at the bottom for an inch and a half? How can I fix this?
  • How do I get Internet explorer to remember my Yahoo nick name and password?
  • Will the new MicreSoft One Care Live Beta Security program work with the FireFox browser?
  • This article contents is create by this website user, FireFoxAnswer.com doesn't promise its accuracy.