Enter Keywords:
1 - 10 of 14(0.008 seconds)
Sort By:
 
* I have an element object 'E' and an element collection 'C' and I need to swap the outerHTML between E and some element 'i' in C. * All the elements in this scenario start with this "correct" f...
Zones: Web DevelopmentDate Answered: 06/29/2003 Rating: 7.4 Views: 0
Hi, outerHTML is just IE right? Well, how do I go about accomplishing the same thing in other browsers? so for example: <a href="http://ww.yahoo.com" id="blah">Yahoo</a> document.get...
Zones: JavaScriptDate Answered: 12/18/2003 Rating: 8.2 Views: 0
I would like to know how to get the outer HTML of a element. Code must work in NN, Moz and IE. here is what i have so far: var myEl = document.getElementById("myDiv"); // myDiv is "< div >hel...
Zones: JavaScriptDate Answered: 11/27/2004 Rating: 7.4 Views: 174
The question title really explains it, what is the difference between outerHTML and innerHTML? Some examples would be nice as well :)
Zones: JavaScriptDate Answered: 06/01/2004 Rating: 8.8 Views: 342
I want to search the OuterText or OuterHTML of a browser control for a certain word. Please advise.
Zones: Visual BasicDate Answered: 04/27/2006 Rating: 9.6 Views: 0
Good day. I want to dynamically change at run time from <BODY> Blah Blah Blah </BODY> to <BODY onscroll="alert('I am scrolling');"> Blah Blah Blah </BODY> Now I have have two fr...
Zones: JavaScriptDate Answered: 06/25/2001 Rating: 8.2 Views: 0
I am having trouble setting the outerHTML property of the body tag. Can anybody help? I have the following code. <HTML> <HEAD> </HEAD> <BODY> Test <BR><BR> <A HREF='#' onclick='docume...
Zones: JavaScriptDate Answered: 10/13/2002 Rating: 8.0 Views: 0
I am struggling with an issue where I am swapping out the contents of a div using outerHTML and some simple javascript. The page must function in Mozilla/FireFox. After ee pointed me towards some r...
Zones: JavaScriptDate Answered: 12/21/2004 Rating: 9.2 Views: 8
Hi, This is a non-trivial problem. How to implement the method object.contains for firefox http://msdn2.microsoft.com/en-us/library/ms536377.aspx http://www.piclist.com/techref/language/htm...
Zones: JavaScriptDate Answered: 06/15/2007 Rating: 9.0 Views: 26
Using the browser control, sometimes a link renders error 404, page not found. I would like to know when this happens so as to respond accordingly. So, I ask you, Expert, what's the best way to sea...
Zones: Visual BasicDate Answered: 04/07/2006 Rating: 9.6 Views: 0