Click here to Skip to main content
15,898,035 members
Home / Discussions / Web Development
   

Web Development

 
JokeRe: How do i make this kind of project? network application software development (i.e. designing, coding and testing) Pin
Vasudevan Deepak Kumar27-Nov-07 3:37
Vasudevan Deepak Kumar27-Nov-07 3:37 
QuestionRequirements wanted Pin
raghul varma26-Nov-07 15:22
raghul varma26-Nov-07 15:22 
AnswerRe: Requirements wanted Pin
Michael Sync26-Nov-07 19:07
Michael Sync26-Nov-07 19:07 
QuestionTimer Pin
raghul varma26-Nov-07 15:16
raghul varma26-Nov-07 15:16 
AnswerRe: Timer Pin
Michael Sync26-Nov-07 19:08
Michael Sync26-Nov-07 19:08 
Questionjavascript: getelementbyId() cannot find my control! Please, adivice. Pin
alexvw26-Nov-07 12:37
alexvw26-Nov-07 12:37 
AnswerRe: javascript: getelementbyId() cannot find my control! Please, adivice. Pin
Michael Sync26-Nov-07 19:13
Michael Sync26-Nov-07 19:13 
GeneralRe: javascript: getelementbyId() cannot find my control! Please, adivice. [modified] Pin
alexvw27-Nov-07 0:33
alexvw27-Nov-07 0:33 
Hello Michael,

Form1 does exist, geelementbyid() locates "TBody"
docuemnt.Form1.getelementbyid('TBody') -> works!

<form id="Form1" method="post" runat="server">
<asp:Table id="TBody" runat="server" BorderStyle="None" CellPadding="0" CellSpacing="0" EnableViewState="False" Width="100%"></asp:Table>
<br>
<hr color="#cccccc" size="1">
</form>

getelementbyid() gets as far as obtaining the cells within the rows of the table, but does not get any objects within the cells.

I tried:

document.getElementById(searchTag).rows[i].cells[2].children[0].children[0].children[0].children[0].getElementsByTagName('INPUT');

apparently this works with IE, and Opera, but Firefox issues an error:
"document.getElementById(searchTag).rows[i].cells[2]." has no properties!

I am trying to access a radiobutton inside a cell inside a row inside a table inside a cell inside a row inside TBody. (the reason of such a set up is for visual appearance)

this would be its representation:
TBody.Row[i].cells[2].innertable.row[0].cells[0].radiobutton.

Hopes this gives you a clearer idea of the little mess I have in here Sigh | :sigh:

thanks for you time and help.


-- modified at 11:29 Tuesday 27th November, 2007
QuestionProblem related to js file. Pin
soniasan26-Nov-07 0:31
soniasan26-Nov-07 0:31 
AnswerCross posting. Please ignore Pin
Vasudevan Deepak Kumar26-Nov-07 3:10
Vasudevan Deepak Kumar26-Nov-07 3:10 
QuestionBorders when embedding flash in a page Pin
Christian Graus25-Nov-07 23:26
protectorChristian Graus25-Nov-07 23:26 
AnswerRe: Borders when embedding flash in a page Pin
SABhatti26-Nov-07 5:48
SABhatti26-Nov-07 5:48 
GeneralRe: Borders when embedding flash in a page Pin
Christian Graus26-Nov-07 9:01
protectorChristian Graus26-Nov-07 9:01 
QuestionCannot serialize member CT_ToolKit.UtilityXmlBase.Properties of type System.Collections.Hashtable, because it implements IDictionary [modified] Pin
Philip Armstrong Sam25-Nov-07 19:04
Philip Armstrong Sam25-Nov-07 19:04 
QuestionUsing JSP Pin
gReaen25-Nov-07 18:14
gReaen25-Nov-07 18:14 
AnswerRe: Using JSP Pin
Christian Graus25-Nov-07 19:03
protectorChristian Graus25-Nov-07 19:03 
AnswerRe: Using JSP Pin
Vasudevan Deepak Kumar26-Nov-07 3:13
Vasudevan Deepak Kumar26-Nov-07 3:13 
QuestionHow to find Reciprocal URL Pin
swguy2325-Nov-07 17:30
swguy2325-Nov-07 17:30 
AnswerRe: How to find Reciprocal URL Pin
Paul Conrad25-Nov-07 18:19
professionalPaul Conrad25-Nov-07 18:19 
AnswerRe: How to find Reciprocal URL Pin
Michael Sync25-Nov-07 18:56
Michael Sync25-Nov-07 18:56 
QuestionHelp with database Pin
gReaen25-Nov-07 5:55
gReaen25-Nov-07 5:55 
AnswerRe: Help with database Pin
Paul Conrad25-Nov-07 9:42
professionalPaul Conrad25-Nov-07 9:42 
QuestionRe: Help with database Pin
gReaen25-Nov-07 18:13
gReaen25-Nov-07 18:13 
AnswerRe: Help with database Pin
Vasudevan Deepak Kumar25-Nov-07 22:04
Vasudevan Deepak Kumar25-Nov-07 22:04 
QuestionHow to retrieve a image from a database and display along with other components Pin
faesel25-Nov-07 2:43
faesel25-Nov-07 2:43 

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.