Click here to Skip to main content
15,909,742 members
Home / Discussions / Web Development
   

Web Development

 
Generalscript that autimatically enters a the specified character at a certain point in a text box Pin
BPDecaf19-Aug-03 4:53
BPDecaf19-Aug-03 4:53 
GeneralRe: script that autimatically enters a the specified character at a certain point in a text box Pin
webProgrammer20-Aug-03 7:37
webProgrammer20-Aug-03 7:37 
GeneralProblem consuming java axis web service Pin
EnkelIk18-Aug-03 22:43
EnkelIk18-Aug-03 22:43 
GeneralUsing custom serializer? How? Pin
EnkelIk20-Aug-03 21:02
EnkelIk20-Aug-03 21:02 
QuestionHow to get web site designed. Pin
Segal18-Aug-03 19:34
Segal18-Aug-03 19:34 
AnswerRe: How to get web site designed. Pin
Roger Wright18-Aug-03 21:44
professionalRoger Wright18-Aug-03 21:44 
Generalmsgraph.chart ActiveX- white border, can't get rid of it... Pin
dandy7218-Aug-03 10:45
dandy7218-Aug-03 10:45 
GeneralJavascript/DOM Pin
andyg.10118-Aug-03 0:48
andyg.10118-Aug-03 0:48 
Hello, I am trying to write a simple javascript function. I want to read in the values of heading nodes in an HTML document and then make a list of them. I want to then use this to make a template which contains a menu which can update the navigation bar depending on the html content. the code I used is

var headings1 = getElementsbyType('h1');


then I tried to access the element to produce a list using a for loop
var temp ="<p>"
for (i=0; i<headings1.childNodes.length;i++)
{
 temp += headings1.childNodes[i].data;
}
temp += "<\/p>"


to make a list something like
NO. of H1s
firstchild
secondchild
etc..
No. of H2s
etc etc..


I''m quite new to DHTML, can anyone spot what I'm doing wrong?
thanks(or suggest a good tutorial?)

Andy
GeneralRe: Javascript/DOM Pin
DFU2318-Aug-03 5:30
DFU2318-Aug-03 5:30 
GeneralIIS keystore error Pin
darseh16-Aug-03 22:53
darseh16-Aug-03 22:53 
GeneralGenerating satellite assembly problem Pin
Member 4337813-Aug-03 18:12
Member 4337813-Aug-03 18:12 
GeneralUploading file to server Pin
pradipta12-Aug-03 3:05
pradipta12-Aug-03 3:05 
GeneralRe: Uploading file to server Pin
Not Active12-Aug-03 4:22
mentorNot Active12-Aug-03 4:22 
GeneralRe: Uploading file to server Pin
alex.barylski14-Aug-03 9:13
alex.barylski14-Aug-03 9:13 
GeneralRe: Uploading file to server Pin
Vasudevan Deepak Kumar15-Aug-03 19:46
Vasudevan Deepak Kumar15-Aug-03 19:46 
GeneralIIS Problem!!!!!! Pin
Anonymous11-Aug-03 19:49
Anonymous11-Aug-03 19:49 
GeneralRe: IIS Problem!!!!!! Pin
Roger Wright11-Aug-03 22:56
professionalRoger Wright11-Aug-03 22:56 
GeneralRe: IIS Problem!!!!!! Pin
Anonymous12-Aug-03 18:55
Anonymous12-Aug-03 18:55 
GeneralRe: IIS Problem!!!!!! Pin
Roger Wright12-Aug-03 19:31
professionalRoger Wright12-Aug-03 19:31 
Generalplease recommend some develop tools about ASP.net Pin
simonchen.net10-Aug-03 21:25
simonchen.net10-Aug-03 21:25 
GeneralRe: please recommend some develop tools about ASP.net Pin
Radoslav Bielik11-Aug-03 21:29
Radoslav Bielik11-Aug-03 21:29 
GeneralRe: please recommend some develop tools about ASP.net Pin
simonchen.net11-Aug-03 23:29
simonchen.net11-Aug-03 23:29 
GeneralRe: please recommend some develop tools about ASP.net Pin
Vasudevan Deepak Kumar15-Aug-03 19:29
Vasudevan Deepak Kumar15-Aug-03 19:29 
GeneralRe: please recommend some develop tools about ASP.net Pin
J. Dunlap15-Aug-03 19:31
J. Dunlap15-Aug-03 19:31 
GeneralRe: please recommend some develop tools about ASP.net Pin
Vasudevan Deepak Kumar15-Aug-03 19:44
Vasudevan Deepak Kumar15-Aug-03 19:44 

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.