Enter Keywords:
1 - 10 of 52(0.013 seconds)
Sort By:
 
Hi, I just want to write a simple script (using vbscript) to append nodes in a XML file.  Here is the XML file: <?xml version="1.0" encoding="iso-8859-1"?> <PTBAG xml:space="preserve"> <A N=...
Zones: XML, XHTMLDate Answered: 11/01/2002 Rating: 8.8 Views: 0
Hi there, I'm building a VB application that retrieves a site structure with content (including images) as XML data and then I need to rebuild that content (with the same site structure) on the ...
Zones: XMLDate Answered: 06/18/2003 Rating: 8.6 Views: 0
<p id="n1">AAAAAA<em>BBBBBB</em>CCCCCC<em>DDDDDD</em>EEEEEE</p> I have the above alert(document.getElementById("n1").childNodes.length) gives me 5 as I would expect document.getElementB...
Zones: JavaScriptDate Answered: 10/25/2003 Rating: 9.6 Views: 0
i have an TD which has an id. contained within is a div without an id. can i change the className of the DIV by calling its parent by id (the TD)?
Zones: JavaScriptDate Answered: 12/07/2005 Rating: 9.4 Views: 0
Hi all, I use ADO to create a customer recordset (adoCustomer). From a Customer dialog, after adding customers , I save all records into a XML document (Customer.xml) In the case I editing a ...
Zones: Visual Basic, XHTMLDate Answered: 08/31/2001 Rating: 5.8 Views: 0
I'm trying to retreive data from an XML file in VB6 that has the format of: <identity Lname="Alastname" Fname="AFirstName"> "SocialSecurityNumber" <age>"28"</age> </identity> Right now, I'...
Zones: Visual BasicDate Answered: 01/15/2004 Rating: 8.6 Views: 0
Hi, I have a treeview.  I want allow the user to add a new items anywhere in the tree.  How can I do that ?  I mean, the user select a node, click a button, add the informations and click OK.  Th...
Zones: Delphi ProgrammingDate Answered: 12/18/2003 Rating: 9.8 Views: 0
Hello, First of all, if anybody decides to post their response in 5 different comments, to discourage others from reading the question, I will not grant the points to you even if your answer is ...
Zones: JavaScriptDate Answered: 02/18/2004 Rating: 8.2 Views: 0
My intially empty table("mytable")that Im writing data to is defined and built towards the end of this web page.  A button calls this function, to fill in cell data.   This works fine in IE but for...
Zones: Web Languages/StandardsDate Answered: 11/14/2004 Rating: 7.2 Views: 0
<articles>       <data/>       <headline/>       <media>             <pic filename="1.jpg"/>             <pic filename="2.jpg"/>             <pic filename="3.jpg"/>       </media> </article> If I can loop through the article childNodes ...
Zones: Visual BasicDate Answered: 04/22/2004 Rating: 7.6 Views: 0