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....
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_10759961.html
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 ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20148117.htm...
Zones:
XML,
XHTMLDate Answered: 07/12/2001 Rating: 7.6 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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20452685.html
Zones:
JavaScriptDate Answered: 01/12/2003 Rating: 6.6 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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20785336.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_20790515.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21089669.html
Zones:
JavaDate Answered: 08/11/2004 Rating: 9.4 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...
http://www.experts-exchange.com/Programming/Misc/Q_21284120.html
Zones:
ProgrammingDate Answered: 02/04/2005 Rating: 9.0 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?
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21328362.html
Zones:
.NET,
XHTMLDate Answered: 04/05/2005 Rating: 8.6 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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21341774.html
Zones:
.NETDate Answered: 03/15/2005 Rating: 8.6 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
...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21443391.html
Zones:
JavaScriptDate Answered: 06/01/2005 Rating: 9.8 Views: 0