Click here to Skip to main content
16,013,918 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: chat room Pin
candan1-Aug-02 18:58
professionalcandan1-Aug-02 18:58 
GeneralRe: chat room Pin
chq121-Aug-02 19:18
chq121-Aug-02 19:18 
GeneralRe: chat room Pin
Nick Parker2-Aug-02 2:46
protectorNick Parker2-Aug-02 2:46 
GeneralRight Alignment! Pin
Mazdak31-Jul-02 9:06
Mazdak31-Jul-02 9:06 
GeneralRe: Right Alignment! Pin
Chris Maunder31-Jul-02 14:13
cofounderChris Maunder31-Jul-02 14:13 
GeneralRe: Right Alignment! Pin
Mazdak1-Aug-02 3:30
Mazdak1-Aug-02 3:30 
GeneralJavascipt error "Object is Required" keeps happening. Pin
Bart-Man31-Jul-02 9:02
Bart-Man31-Jul-02 9:02 
GeneralSolution to my problem Pin
Bart-Man31-Jul-02 10:02
Bart-Man31-Jul-02 10:02 
I figured out what I was doing wrong, you can't have a file path, but you must use an id instead.

Before script block begins add this:
[XML ID = "TESTxml" SRC = "C:\\Test.xml"][/XML]

NOTE: "[" = Is really the "<",ect. I had to change because otherwise the post wouldn't show up.



Now in the actual script change to:
function ParseXML()
{
documentXML = document.all("TESTxml").XMLDocument;
divResults.innerHTML = getChildren(documentXML, " ");
}


That's it!
I hope this helps someone in the future.
QuestionAny Luck With TreeView Control in ASP.NET? Pin
Tim Rymer31-Jul-02 8:06
Tim Rymer31-Jul-02 8:06 
AnswerRe: Any Luck With TreeView Control in ASP.NET? Pin
SEAN MCCOY21-Aug-02 11:00
SEAN MCCOY21-Aug-02 11:00 
GeneralRe: Any Luck With TreeView Control in ASP.NET? Pin
Tim Rymer22-Aug-02 3:51
Tim Rymer22-Aug-02 3:51 
Generalok ... going slightly mad... Pin
l a u r e n31-Jul-02 7:17
l a u r e n31-Jul-02 7:17 
GeneralRe: ok ... going slightly mad... Pin
Andy Smith31-Jul-02 11:11
Andy Smith31-Jul-02 11:11 
GeneralRe: ok ... going slightly mad... Pin
Chris Maunder31-Jul-02 17:13
cofounderChris Maunder31-Jul-02 17:13 
GeneralRe: ok ... going slightly mad... Pin
Andy Smith31-Jul-02 17:59
Andy Smith31-Jul-02 17:59 
GeneralRe: ok ... going slightly mad... Pin
Chris Maunder31-Jul-02 18:23
cofounderChris Maunder31-Jul-02 18:23 
QuestionIIS Directory Security? Pin
Todd Smith31-Jul-02 7:09
Todd Smith31-Jul-02 7:09 
AnswerRe: IIS Directory Security? Pin
Todd Smith31-Jul-02 7:30
Todd Smith31-Jul-02 7:30 
GeneralNewbie To Asp and Asp.Net Pin
AndyC31-Jul-02 5:53
AndyC31-Jul-02 5:53 
GeneralRe: Newbie To Asp and Asp.Net Pin
Roger Wright1-Aug-02 5:25
professionalRoger Wright1-Aug-02 5:25 
GeneralDataGridColumn Image Pin
Mazdak30-Jul-02 20:34
Mazdak30-Jul-02 20:34 
GeneralRe: DataGridColumn Image Pin
Not Active31-Jul-02 4:35
mentorNot Active31-Jul-02 4:35 
GeneralRe: DataGridColumn Image Pin
Mazdak31-Jul-02 9:23
Mazdak31-Jul-02 9:23 
QuestionDoes session_end take effect?? Pin
chq1230-Jul-02 20:06
chq1230-Jul-02 20:06 
Answercould there any solve this problem??? Pin
chq1231-Jul-02 17:39
chq1231-Jul-02 17:39 

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.