Hi, I have come up with 2 ways to create a modal dialog. The first way is to statically create the html with a style of display:none; and using event handlers to show/hide the html. The second way is to dynamically create the html using Prototype (new Element(tagName[, attributes]). Which way is "better"? Is there an argument for using one method over the other or does it really not matter? Thanks for your opinion.
-- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en.
