It doesn't make a window.tblStudent name, but it does reference the
element by id via simply using the id as a variable.
You can avodi this by keeping your id's different from your variables
or by using:
var tblStudent  = new DisplayTable(); //notice the "var"

I hope this helps :)
- JDD
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to