There are lots of js functions in "Register.html" , and this file works well alone.
But it didn't work on FF, when the file is included in "desktop.html" by dojox.layout.FloatingPane. Because the "Register.html" 's functions did not work .
But the "desktop.html" worked on IE, though there are still some errors come out.
Codes bellow:
1 register.html , only a table contains some textboxes. A js functions is connected to the first button by dojo.addOnLoad(). It worked on IE and FF.
