Click here to Skip to main content
16,005,467 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Problem with javascript Pin
sudidelaravindra19-Dec-06 19:42
sudidelaravindra19-Dec-06 19:42 
AnswerRe: Problem with javascript Pin
Guffa19-Dec-06 21:13
Guffa19-Dec-06 21:13 
QuestionGrafics for a browser based game Pin
dylf19-Dec-06 9:47
dylf19-Dec-06 9:47 
AnswerRe: Grafics for a browser based game Pin
Bradml19-Dec-06 19:20
Bradml19-Dec-06 19:20 
QuestionRe: Grafics for a browser based game Pin
dylf20-Dec-06 7:36
dylf20-Dec-06 7:36 
AnswerRe: Grafics for a browser based game Pin
Bradml20-Dec-06 11:22
Bradml20-Dec-06 11:22 
AnswerRe: Grafics for a browser based game Pin
theJazzyBrain20-Dec-06 22:00
theJazzyBrain20-Dec-06 22:00 
QuestionIs it possible to add virtual controls to the DOM tree? Pin
howardjr19-Dec-06 6:02
howardjr19-Dec-06 6:02 
I have a composite custom web/server-side component that sends several controls to the client-side. If a user of my component wants to interact with it in their client-side javascript they would need to know the names of the various components that make up my component, which takes away from my component's apparent "whole-ness", if that's a word Smile | :)

Is there a way for my control to create a virtual control in the DOM with the id that the user gave it when they defined it in the source of the web-page? This way they could use the document.getElementById method or even the .<component id=""> espression to access it like other items in the form. Currently in javascript I've created a collection to manage my custom controls, but it would be nice if the DOM could manage them for me.

Thanks
GeneralRe: Is it possible to add virtual controls to the DOM tree? Pin
George L. Jackson19-Dec-06 9:03
George L. Jackson19-Dec-06 9:03 
GeneralRe: Is it possible to add virtual controls to the DOM tree? Pin
howardjr19-Dec-06 11:53
howardjr19-Dec-06 11:53 
GeneralRe: Is it possible to add virtual controls to the DOM tree? Pin
George L. Jackson19-Dec-06 13:39
George L. Jackson19-Dec-06 13:39 
GeneralRe: Is it possible to add virtual controls to the DOM tree? Pin
howardjr19-Dec-06 15:53
howardjr19-Dec-06 15:53 
Questionwebsite development in different language.... Pin
Nagraj Naik19-Dec-06 1:05
Nagraj Naik19-Dec-06 1:05 
AnswerRe: website development in different language.... Pin
Bradml19-Dec-06 1:17
Bradml19-Dec-06 1:17 
QuestionCrystal Reports XI Pin
jagmit2019-Dec-06 0:50
jagmit2019-Dec-06 0:50 
QuestionComboBox custom web/server-side control - where's the data? Pin
howardjr18-Dec-06 18:29
howardjr18-Dec-06 18:29 
AnswerRe: ComboBox custom web/server-side control - where's the data? Pin
howardjr19-Dec-06 15:52
howardjr19-Dec-06 15:52 
GeneralRe: ComboBox custom web/server-side control - where's the data? Pin
howardjr19-Dec-06 16:28
howardjr19-Dec-06 16:28 
GeneralRe: ComboBox custom web/server-side control - where's the data? Pin
howardjr20-Dec-06 10:16
howardjr20-Dec-06 10:16 
QuestionHow do I left align text within a span tag Pin
howardjr18-Dec-06 10:53
howardjr18-Dec-06 10:53 
AnswerRe: How do I left align text within a span tag Pin
George L. Jackson18-Dec-06 12:38
George L. Jackson18-Dec-06 12:38 
GeneralRe: How do I left align text within a span tag Pin
howardjr18-Dec-06 13:56
howardjr18-Dec-06 13:56 
GeneralRe: How do I left align text within a span tag Pin
George L. Jackson18-Dec-06 14:04
George L. Jackson18-Dec-06 14:04 
GeneralRe: How do I left align text within a span tag Pin
howardjr18-Dec-06 18:16
howardjr18-Dec-06 18:16 
GeneralRe: How do I left align text within a span tag Pin
George L. Jackson19-Dec-06 1:54
George L. Jackson19-Dec-06 1:54 

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.