Hello, I'm investigating how HTML can be componentized and reusable. Remember Microsoft's SCRIPTLET object (TYPE="text/x-scriptlet")? I thought this was a great invention. But other browsers do not support it! I'm not even sure the latest IE will even support it.
I have custom html ui blocks that I want to place many times on a screen. Like custom text fields, custom buttons, and other custom ui elements coded in HTML (that are browser aware). I am familiar with server side solutions (ASP.NET user controls & server controls), but is there any technique/approach not dependent on the server?
Are there any alternatives? New XHTML features, anything?
I have custom html ui blocks that I want to place many times on a screen. Like custom text fields, custom buttons, and other custom ui elements coded in HTML (that are browser aware). I am familiar with server side solutions (ASP.NET user controls & server controls), but is there any technique/approach not dependent on the server?
Are there any alternatives? New XHTML features, anything?
Comment