Closed Thread Icon

Topic awaiting preservation: It is impossible to show checkbox in the browser? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=12898" title="Pages that link to Topic awaiting preservation: It is impossible to show checkbox in the browser? (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: It is impossible to show checkbox in the browser? <span class="small">(Page 1 of 1)</span>\

 
Hiroki
Paranoid (IV) Inmate

From: NZ
Insane since: Dec 2002

posted posted 09-17-2003 05:53

Hi, I just try to delete multiple data from my database.
For example, see hotmail. You can delete multiple email chechking checkbox then hit delete button, isn't it?
I made checkbox field in the access database feild. But what I saw in the browser is *false* not checkbox at all.

Do I have to make checkbox using html if I want to have checkbox in my datatable in my web site??? I could show all my data in my web site. so I just thought it is possible to show checkbox cuz it is one of feature Access already has.

Hmm.......help.

Hiroki Kozai

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 09-17-2003 09:56

You have to create checkbox using HTML:

<INPUT TYPE="checkbox" NAME="checkboxname">


quisja
Paranoid (IV) Inmate

From: everywhere
Insane since: Jun 2002

posted posted 09-17-2003 14:59

You may also find this of some use: http://faq.ozoneasylum.com/866/rating/

Hiroki
Paranoid (IV) Inmate

From: NZ
Insane since: Dec 2002

posted posted 09-17-2003 23:11

Hi, guys. How are you?
Many thanks for your helps.
Glad to hear from you.
Yeah, I used HTML to get checkbox.
Thanks for the link, quisja.
Now I am tying to delete multiple data depending on user choice from checkbox.
In my form, user can add new data so that has to be generated automatically when they put new data in.
Is that right?
Anyway, I'd better to delete *already excisting* data.
Thanks a lot.
Cya,

Hiroki Kozai

« BackwardsOnwards »

Show Forum Drop Down Menu