Click here to Skip to main content
15,901,505 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: cancelBubble doesn't work Pin
DFU2319-Jan-04 6:14
DFU2319-Jan-04 6:14 
GeneralImage/Image Button Controls Pin
Lea Hayes15-Jan-04 12:32
Lea Hayes15-Jan-04 12:32 
GeneralRe: Image/Image Button Controls Pin
alex.barylski16-Jan-04 10:07
alex.barylski16-Jan-04 10:07 
QuestionHow to fill the fields of IE's web page from within VB or C++ ? Pin
John Thomas15-Jan-04 6:00
John Thomas15-Jan-04 6:00 
AnswerRe: How to fill the fields of IE's web page from within VB or C++ ? Pin
alex.barylski16-Jan-04 10:14
alex.barylski16-Jan-04 10:14 
Generalput_outerText,put_innerTEXT Pin
Monty215-Jan-04 2:03
Monty215-Jan-04 2:03 
GeneralRe: put_outerText,put_innerTEXT Pin
Sarvesvara (BVKS) Dasa15-Jan-04 6:08
Sarvesvara (BVKS) Dasa15-Jan-04 6:08 
GeneralRe: put_outerText,put_innerTEXT Pin
alex.barylski16-Jan-04 10:21
alex.barylski16-Jan-04 10:21 
I think your in the wrong forum too Smile | :)

Anyways

innerHTML will replace all HTML inside the current element and outerHTML will replace all HTML inside the current element including itself.

So...

If you replace the innerHTML of the following DIV with nothing
<div>
<b>This is innerHTML</b>
<div/>


You get
<div>
nothing
<div/>


Whereas outerHTML would do the following

nothing


HTH

Cheers Smile | :)

The word of the day is legs, let's go back to my house and spread the word Poke tongue | ;-P
GeneralRe: put_outerText,put_innerTEXT Pin
Jim Crafton18-Jan-04 10:57
Jim Crafton18-Jan-04 10:57 
GeneralRe: put_outerText,put_innerTEXT Pin
alex.barylski18-Jan-04 16:32
alex.barylski18-Jan-04 16:32 
GeneralTag Information (ASP.NET with Visual Basic.NET 2003) Pin
Lea Hayes14-Jan-04 21:03
Lea Hayes14-Jan-04 21:03 
GeneralThe mighty QueryString Pin
Paul Watson14-Jan-04 23:45
sitebuilderPaul Watson14-Jan-04 23:45 
GeneralRe: The mighty QueryString Pin
Lea Hayes15-Jan-04 7:11
Lea Hayes15-Jan-04 7:11 
GeneralRe: The mighty QueryString Pin
Lea Hayes15-Jan-04 11:36
Lea Hayes15-Jan-04 11:36 
GeneralI Have A Problem With my Greetings Site..(it's my Final Project) Pin
waqi14-Jan-04 9:59
waqi14-Jan-04 9:59 
GeneralRe: I Have A Problem With my Greetings Site..(it's my Final Project) Pin
hxxbin14-Jan-04 10:26
hxxbin14-Jan-04 10:26 
GeneralRe: I Have A Problem With my Greetings Site..(it's my Final Project) Pin
l a u r e n14-Jan-04 12:59
l a u r e n14-Jan-04 12:59 
GeneralRe: I Have A Problem With my Greetings Site..(it's my Final Project) Pin
Roger Wright15-Jan-04 5:25
professionalRoger Wright15-Jan-04 5:25 
GeneralRe: I Have A Problem With my Greetings Site..(it's my Final Project) Pin
theJazzyBrain14-Jan-04 21:33
theJazzyBrain14-Jan-04 21:33 
GeneralRe: I Have A Problem With my Greetings Site..(it's my Final Project) Pin
waqi14-Jan-04 23:38
waqi14-Jan-04 23:38 
GeneralRe: I Have A Problem With my Greetings Site..(it's my Final Project) Pin
waqi14-Jan-04 23:41
waqi14-Jan-04 23:41 
GeneralI Have A Problem With my Greetings Site..(it's my Final Project) Pin
waqi14-Jan-04 9:54
waqi14-Jan-04 9:54 
GeneralUsing OWA through https Pin
Megan Forbes13-Jan-04 23:19
Megan Forbes13-Jan-04 23:19 
GeneralRe: Using OWA through https Pin
markkuk14-Jan-04 0:58
markkuk14-Jan-04 0:58 
GeneralRe: Using OWA through https Pin
Megan Forbes14-Jan-04 1:43
Megan Forbes14-Jan-04 1:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.