1. CGI widgets

On this site
http://www.w3schools.com/html/tryit.asp?filename=tryhtml_select2
you will find this example:

<html>
<body>

<form action="">
<select name="cars">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="fiat">Fiat</option>
<option value="audi">Audi</option>
</select>
</form>

</body>
</html>


Questions:

1. Is there a way to clear the data and put in different data?

2. Is there something in html that looks like a listbox
or a listcontrol instead of a combobox?

3. If YES to 1 and 2, then is there really clear and complete
documentation on html (or dhtml or whatever)?

new topic     » topic index » view message » categorize

2. Re: CGI widgets

Jerry Story wrote:
> 
> On this site
> <a
> href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_select2">http://www.w3schools.com/html/tryit.asp?filename=tryhtml_select2</a>
> you will find this example:
> 
> <html>
> <body>
> 
> <form action="">
> <select name="cars">
> <option value="volvo">Volvo</option>
> <option value="saab">Saab</option>
> <option value="fiat">Fiat</option>
> <option value="audi">Audi</option>
> </select>
> </form>
> 
> </body>
> </html>
> 
> 
> Questions:
> 
> 1. Is there a way to clear the data and put in different data?

Yes. You can use a asynchronous Javascript (Web2.0). Or just reload the
entire page (Web1.0, which is how it's usually done).

> 2. Is there something in html that looks like a listbox
> or a listcontrol instead of a combobox?

Check out a javascript library. I'm using ExtJS (http://www.extjs.com/).

> 3. If YES to 1 and 2, then is there really clear and complete
> documentation on html (or dhtml or whatever)?

All over the place. Ask about it (http://www.ask.com/) or Google it. :)

new topic     » goto parent     » topic index » view message » categorize

3. Re: CGI widgets

c.k.lester wrote:

> Check out a javascript library. I'm using ExtJS (<a
> href="http://www.extjs.com/">http://www.extjs.com/</a>).

Oh, also check out Taconite (http://taconite.sf.net/). Awesome Ajax lib... I'm
using it in my BBCMF project.

   http://cklester.com/?page=main&content=viewarticle&id=26

which is nearing some kind of testing phase. Alpha? Beta? :D

If anybody is interested in helping with a Euphoria-based content management
system, please let me know via email.

Thanks! :)

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu