Click here to Skip to main content
15,914,162 members
Home / Discussions / Web Development
   

Web Development

 
QuestionOnChange Event Pin
Bassam Saoud19-May-06 4:20
Bassam Saoud19-May-06 4:20 
Questiondropdownlist with manual text entry Pin
moazzamahmed19-May-06 3:50
moazzamahmed19-May-06 3:50 
AnswerRe: dropdownlist with manual text entry Pin
Paddy Boyd19-May-06 4:36
Paddy Boyd19-May-06 4:36 
GeneralRe: dropdownlist with manual text entry Pin
moazzamahmed21-May-06 18:29
moazzamahmed21-May-06 18:29 
Questionbulk of data load problem Pin
Irfan.x19-May-06 3:03
Irfan.x19-May-06 3:03 
Questioncss problems Pin
Roger Alsing19-May-06 1:30
Roger Alsing19-May-06 1:30 
AnswerRe: css problems Pin
User 171649219-May-06 2:53
professionalUser 171649219-May-06 2:53 
QuestionAccessing custom class in javascript? Pin
LiquidE_SA18-May-06 9:40
LiquidE_SA18-May-06 9:40 
Good day to all.

Here is some html I've been trying to access using JavaScript

<div class="batchUpload" id="hideableDiv" style="display:none">
<form name="batchUpload">
<table>
<tr>
<td>Files to be uploaded.</td>
<td><input type="file" name="uploadFiles" maxlength="10"></td>
</tr>
<tr>
<td><input type="reset" title="Reset"><input type="submit" title="Submit"></td>
</tr>
</table>
</form>
</div>


Can anyone tell me how I can access the following div in JavaScript? I want to change its style.I've tried the following, but it doesn't work:

.......
try
{
this.document.div.addMemberDiv.hideableDiv.style.display="table";
}
.........


-- modified at 15:41 Thursday 18th May, 2006
AnswerRe: Accessing custom class in javascript? Pin
Guffa18-May-06 9:53
Guffa18-May-06 9:53 
GeneralRe: Accessing custom class in javascript? Pin
LiquidE_SA18-May-06 10:06
LiquidE_SA18-May-06 10:06 
AnswerRe: Accessing custom class in javascript? Pin
Guffa18-May-06 11:15
Guffa18-May-06 11:15 
QuestionLoad an image on request Pin
chaddolan18-May-06 6:59
chaddolan18-May-06 6:59 
AnswerRe: Load an image on request Pin
Shog918-May-06 10:15
sitebuilderShog918-May-06 10:15 
GeneralRe: Load an image on request Pin
chaddolan19-May-06 2:55
chaddolan19-May-06 2:55 
QuestionJavascript parent-child relationship! Pin
Krugger40417-May-06 21:39
Krugger40417-May-06 21:39 
QuestionSuitable Div Layout Pin
Brendan Vogt17-May-06 20:54
Brendan Vogt17-May-06 20:54 
QuestionDivs Not Working Pin
Brendan Vogt17-May-06 20:36
Brendan Vogt17-May-06 20:36 
AnswerRe: Divs Not Working Pin
Guffa17-May-06 22:30
Guffa17-May-06 22:30 
QuestionRe: Divs Not Working Pin
Brendan Vogt17-May-06 23:23
Brendan Vogt17-May-06 23:23 
Questiontoggling designMode on iFrame in IE Pin
SimonRigby17-May-06 6:48
SimonRigby17-May-06 6:48 
Questionabout the IE version of OSs Pin
vchauhan_me17-May-06 4:17
vchauhan_me17-May-06 4:17 
AnswerRe: about the IE version of OSs Pin
CWIZO17-May-06 9:13
CWIZO17-May-06 9:13 
GeneralRe: about the IE version of OSs Pin
vchauhan_me17-May-06 21:57
vchauhan_me17-May-06 21:57 
GeneralRe: about the IE version of OSs Pin
CWIZO17-May-06 22:06
CWIZO17-May-06 22:06 
GeneralRe: about the IE version of OSs Pin
vchauhan_me18-May-06 10:20
vchauhan_me18-May-06 10:20 

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.