Click to See Complete Forum and Search --> : html component help


mickey_china
05-26-2004, 11:49 PM
i want some html component tutorial or samples
please help,thanks a lot!

mickey_china
05-27-2004, 12:04 AM
It's very urgent,please help!

PeOfEo
05-27-2004, 12:36 AM
Originally posted by mickey_china
i want some html component tutorial or samples
please help,thanks a lot! component... for html? There is no such thing.

mickey_china
05-27-2004, 12:51 AM
such as ****.htc files

mickey_china
05-27-2004, 01:09 AM
a sample is here:

ronaldb66
05-27-2004, 09:50 AM
This article on Builder.au might provide some useful insights: "Modularise Web design with DHTML behaviours (http://www.builderau.com.au/webdev/sitedesign/0,39024698,20275597,00.htm)". There's links to other resources as well.
And then there's always Google (http://www.google.com/search?hl=en&ie=UTF-8&q=ie+behaviour+htc)... :rolleyes:

PeOfEo
05-27-2004, 11:38 AM
Originally posted by mickey_china
such as ****.htc files htc is not a 'component', its a load of java script, its javascript that will only work on ie. I would not use a .htc file if I were you. I would just make an html page and the import an external .js file. But the word component would not be an accurate description of what this is. Html is html, there are no components for it, css is css, no components for that either, js is js, no components for that. When you say component, the first thing that jumped into my mind was asp classic components, like aspemail or aspupload that allow you to upload files or connect to an smtp server. Instead of calling thid progress bar a progress bar component, I would call it a progress bar script.