Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 02-03-2002, 12:24 PM   #1
Member (9 bit)
 
Join Date: Dec 2001
Location: US
Posts: 468
Send a message via AIM to wilbasket23 Send a message via Yahoo to wilbasket23
Angry Fire Questions about innerHTML, span, and style tag????




hallo help, i need serious help. i have some question about the innerHTML tag what does it useful. can anyone give me an example and give me an explanation about what is innerHTML because i come across in the net i saw some code with someimg.innerHTML=something Also, what is the tag use for, can give a explaination on that one and perhaps may be an example. Also what is this ), can anyone give me an explanation on that one please and an example. please help me thanks you.
wilbasket23 is offline   Reply With Quote
Old 02-03-2002, 12:35 PM   #2
Member (13 bit)
 
DrZaius's Avatar
 
Join Date: Jul 2000
Location: Fullerton, CA
Posts: 7,030
Hi wilbasket23,

The inner HTML tag lets you assign spcific HTML code to an object. For example,
Code:
<P onmouseover="this.innerHTML='<B>Mouse out to change back.</B>'"
    onmouseout="this.innerHTML='<I>Mouse over again to change.</I>'">
    <I>Mouse over this text to change it.</I>
</P>
In the code above, this refers to the contents of the P tag. When you move the mouse over the text, it replaces whatever is currently between the P tag with something else. And whan you move the mouse back it will replace it with something else. So, in this case, the text will be Mouse over this text to change it., and when you move your mouse over it it will be replaced with Mouse out to change back.. Here is some good info on the tag from MSDN, along with a demo of the example code. Hope that helps.
__________________
"A witty saying proves nothing." - Voltaire

Last edited by DrZaius; 02-03-2002 at 12:38 PM.
DrZaius is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:51 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2