serverFrame.getVars()

var vs = s.getVars()
for (v in vs) {
	alert("name: " + v + "; value: " + vs[v])
)
Returns an associative array with all name/values pairs of the first form in the serverFrame. Used for looping through all values in the serverFrame