innerHTML and innerHTML match

This is a discussion on "innerHTML and innerHTML match" within the JavaScript Forum section. This forum, and the thread "innerHTML and innerHTML match are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 8th, 2007, 09:48
Junior Member
Join Date: May 2007
Location: Wales
Age: 19
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
innerHTML and innerHTML match

What does the innerHTML and innerHTML match do? Also how does it work in a script?

DregondRahl
Reply With Quote

  #2 (permalink)  
Old Jun 10th, 2007, 18:25
Junior Member
Join Date: Jun 2007
Location: IRan
Age: 19
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to bahy Send a message via Yahoo to bahy
Re: innerHTML and innerHTML match

which one ?
both of them ?
I know the first one (innerHTML work), if this one is your question i can help you.
Reply With Quote
  #3 (permalink)  
Old Jun 11th, 2007, 13:24
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: innerHTML and innerHTML match

innerHTML is a variable. You can set the contents of an object to whatever code you want using it.

Code: Select all
document.getElementById("content").innerHTML == "<p>New content.</p>";
Reply With Quote
Reply

Tags
innerhtml, match

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
need help on innerHTML alexhkleung JavaScript Forum 2 Dec 1st, 2007 03:52
innerHtml doesn't retrive the formatting from DIV shamail ASP.NET Forum 0 Aug 24th, 2007 20:02
Changing innerHTML not really working in IE Zonglars JavaScript Forum 2 Jul 26th, 2007 20:31
how to use innerHTML for preview in Kevin Roth's rte mel03 JavaScript Forum 2 Dec 22nd, 2006 12:15
innerHTML in IE TheDC JavaScript Forum 6 Oct 30th, 2006 21:18


All times are GMT. The time now is 10:02.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43