Click here to Skip to main content
16,012,316 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How can you enumerate "keys" of an Application object Pin
John Arlen18-Nov-03 9:26
John Arlen18-Nov-03 9:26 
GeneralRe: How can you enumerate "keys" of an Application object Pin
CillyMe18-Nov-03 15:50
CillyMe18-Nov-03 15:50 
Questionreturning a Dictionary object from a function? Pin
CillyMe17-Nov-03 5:36
CillyMe17-Nov-03 5:36 
AnswerRe: returning a Dictionary object from a function? Pin
Nathan Ridley17-Nov-03 12:33
Nathan Ridley17-Nov-03 12:33 
GeneralRe: returning a Dictionary object from a function? Pin
CillyMe17-Nov-03 16:17
CillyMe17-Nov-03 16:17 
AnswerRe: returning a Dictionary object from a function? Pin
J. Dunlap17-Nov-03 12:42
J. Dunlap17-Nov-03 12:42 
QuestionListbox with checkboxes inside.... is it possible? Pin
Member 70965917-Nov-03 3:46
Member 70965917-Nov-03 3:46 
AnswerRe: Listbox with checkboxes inside.... is it possible? Pin
Nathan Ridley17-Nov-03 12:40
Nathan Ridley17-Nov-03 12:40 
You can't do it to the listbox specifically, you'd have to create a scrollable div and stcik a list of checkboxes inside it. the posted result will be the same, as long as you make sure all the checkboxes have the same name.

<div style="width:160px; height:200px; border:2px inset; overflow:auto;">
this item<br>
this item<br>
this item<br>
</div>

NATHAN RIDLEY
Web Application Developer
generalgherkin@yahoo.com
GeneralRe: Listbox with checkboxes inside.... is it possible? Pin
Member 70965918-Nov-03 3:30
Member 70965918-Nov-03 3:30 
GeneralRe: Listbox with checkboxes inside.... is it possible? Pin
Sarvesvara (BVKS) Dasa18-Nov-03 19:36
Sarvesvara (BVKS) Dasa18-Nov-03 19:36 
GeneralRe: Listbox with checkboxes inside.... is it possible? Pin
Sarvesvara (BVKS) Dasa19-Nov-03 18:34
Sarvesvara (BVKS) Dasa19-Nov-03 18:34 
GeneralRe: Listbox with checkboxes inside.... is it possible? Pin
Terry O'Nolley19-Nov-03 21:07
Terry O'Nolley19-Nov-03 21:07 
GeneralRe: Listbox with checkboxes inside.... is it possible? Pin
Nathan Ridley20-Nov-03 0:11
Nathan Ridley20-Nov-03 0:11 
Questionwill you support ns4 and older browser? Pin
benoityip17-Nov-03 2:27
benoityip17-Nov-03 2:27 
AnswerRe: will you support ns4 and older browser? Pin
Nathan Ridley17-Nov-03 12:43
Nathan Ridley17-Nov-03 12:43 
AnswerRe: will you support ns4 and older browser? Pin
Paul Watson17-Nov-03 22:16
sitebuilderPaul Watson17-Nov-03 22:16 
GeneralRe: will you support ns4 and older browser? Pin
Sarvesvara (BVKS) Dasa18-Nov-03 19:40
Sarvesvara (BVKS) Dasa18-Nov-03 19:40 
GeneralRe: will you support ns4 and older browser? Pin
Paul Watson18-Nov-03 20:38
sitebuilderPaul Watson18-Nov-03 20:38 
GeneralRe: will you support ns4 and older browser? Pin
Sarvesvara (BVKS) Dasa19-Nov-03 18:27
Sarvesvara (BVKS) Dasa19-Nov-03 18:27 
GeneralRe: will you support ns4 and older browser? Pin
Roger Wright19-Nov-03 18:45
professionalRoger Wright19-Nov-03 18:45 
GeneralRe: will you support ns4 and older browser? Pin
Sarvesvara (BVKS) Dasa19-Nov-03 18:51
Sarvesvara (BVKS) Dasa19-Nov-03 18:51 
GeneralRe: will you support ns4 and older browser? Pin
Paul Watson19-Nov-03 20:21
sitebuilderPaul Watson19-Nov-03 20:21 
AnswerRe: will you support ns4 and older browser? Pin
Terry O'Nolley19-Nov-03 21:12
Terry O'Nolley19-Nov-03 21:12 
GeneralASP/database/email question Pin
emohawk17-Nov-03 1:14
sussemohawk17-Nov-03 1:14 
GeneralObject Param Not working Pin
danyasamuel17-Nov-03 0:42
danyasamuel17-Nov-03 0:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.