Advertisement

1 - 10 of 354 containing alltags:("dom") (0.001 seconds)
I have attempted to create pop-up elements using DHTML. I have added browser sensing and DOM initialization to the script. The problem that I am having is that it works fine in Netscape but in IE5....
Zones: Web Development, ...Date Answered: 07/21/2000 Grade: A Views: 0
Hello. I am trying to create a VB interface that will open up a xml file, determine the value in the fields, and the display them in textboxes already on a VB form. From there, the code will allow ...
Zones: XML, XHTMLDate Answered: 07/12/2001 Grade: A Views: 0
I have to create an input layout for IE6.0, and it must contain the following 3 layers: [Button A to append Table A1,A2,etc.] __________________________________________ | Input Table A0 | [Bu...
Zones: JavaScriptDate Answered: 01/12/2003 Grade: A Views: 0
Hi there, Is there a method in the DOM that checks to see if a node is the child of some specified element? For example:        object.isChild(of an element)  <-------- Something like this...
Zones: JavaScript, XHTML, DHTMLDate Answered: 02/16/2004 Grade: A Views: 0
I would like to ask if there is any method to see the whole DOM structure of a homepage on the internet ? As I want to access some elements in the DOM structure of the hompage . but it is so troub...
Zones: Web Languages/Standards, DHTMLDate Answered: 11/20/2003 Grade: A Views: 0
I am using Text to create a text node in DOM String myString = "\"<c:out value="${status.errorCode}" >"\" Text txt = document.createTextNode(mystring) as you can see mystring has " , < , > w...
Zones: JavaDate Answered: 08/11/2004 Grade: A Views: 0
I'm trying to figure out how to hit a textfield in a frameset within another frameset. Frameset #1 contains 2 frames... frame "0" and frame "1" Frame "2" contains another site that uses a frame...
Zones: ProgrammingDate Answered: 02/04/2005 Grade: A Views: 0
Is there a way to change the name of an xml element using the dom?  I can select the node, but the name property is readonly.  How can I change it?
Zones: .NET, XHTMLDate Answered: 04/05/2005 Grade: A Views: 0
Hello there I have an ASP.NET / VB code behind application. I need to be able to load an HTML document, manipulate certain tags and then save the amended code. I know I could use the AxWebBro...
Zones: .NETDate Answered: 03/15/2005 Grade: A Views: 0
I want to set the value of an input box to a default value when the user clicks the <td> element. I keep getting Error: syntax error Source Code: document.forms.list.changeQty[].value=21 ...
Zones: JavaScriptDate Answered: 06/01/2005 Grade: A Views: 0