Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 8 of 8
Search took 0.03 seconds.
Search: Posts Made By: mvandall
Forum: JavaScript programming 11-13-2012, 07:52 PM
Replies: 17
Views: 920
Posted By mvandall
Understood re: html not being xml. In terms of...

Understood re: html not being xml. In terms of using xhtml, is there an easy way to convert an html file to an xhtml file?
Forum: JavaScript programming 11-13-2012, 05:02 PM
Replies: 17
Views: 920
Posted By mvandall
Success! Got it to work! Copy and pasted from the...

Success! Got it to work! Copy and pasted from the quote/editor. I had to edit the path to the data file to: "http://localhost/IIQ/some.xml".... Why would I have to specify the specific path if the...
Forum: JavaScript programming 11-09-2012, 03:19 PM
Replies: 17
Views: 920
Posted By mvandall
Ok, sorry for the delay.....life etc., but i...

Ok, sorry for the delay.....life etc., but i tried the code you provided and unfortunately it didn't work. The console reports that it's missing a ";" but I don't see where it should be - I mean, it...
Forum: JavaScript programming 11-05-2012, 02:45 PM
Replies: 17
Views: 920
Posted By mvandall
True it is html and good/great suggestion!...

True it is html and good/great suggestion! However, I have a couple objectives going on - 1st is to parse the file/data, but 2nd is to access xml on remote servers and parse the xml (albeit in this...
Forum: JavaScript programming 11-02-2012, 03:36 PM
Replies: 17
Views: 920
Posted By mvandall
Ok, yes, my code may be a little screwy, but...

Ok, yes, my code may be a little screwy, but that's why I'm here :-) And, I do really appreciate the help!

Agreed, seeing the xml is probably a good idea, so I'm pasting it below..... I think...
Forum: JavaScript programming 11-01-2012, 06:16 PM
Replies: 17
Views: 920
Posted By mvandall
<html> <head> <title>Ajax at...

<html>
<head>
<title>Ajax at work</title>

<script language = "javascript">
var XMLHttpRequestObject = false;

var txt,x,xx,i;
Forum: JavaScript programming 11-01-2012, 04:35 PM
Replies: 17
Views: 920
Posted By mvandall
First - thanks very much for the replies!!! ...

First - thanks very much for the replies!!!

Ok, now using the error console and I was getting at least one syntax error - added a missing curly bracket. Now I'm getting the following error but I'm...
Forum: JavaScript programming 10-31-2012, 05:20 PM
Replies: 17
Views: 920
Posted By mvandall
Problems accessing xml on localhost and access to getbytagname

Hello,
I am new to javascript coding and and am trying to access an xml doc on the localhost and write its contents to a div. The xml file is not formated as a hierarchical data file unfortunately...
Showing results 1 to 8 of 8

 
Forum Jump

All times are GMT +1. The time now is 05:15 AM.