Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-08-2004, 02:02 PM   PM User | #1
lordofthesword8
New Coder

 
Join Date: Jun 2004
Location: Coventry, UK
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
lordofthesword8 is an unknown quantity at this point
Inner HTML?

Whats this?

Ive heard on the forum a few times, but ive never encountered it before.

What is it and what does it do?

LOTS8
lordofthesword8 is offline   Reply With Quote
Old 07-08-2004, 02:08 PM   PM User | #2
jbot
Senior Coder

 
Join Date: Feb 2004
Location: Edinburgh
Posts: 1,352
Thanks: 0
Thanked 0 Times in 0 Posts
jbot is an unknown quantity at this point
check it out for yourself at MSDN
jbot is offline   Reply With Quote
Old 07-08-2004, 02:08 PM   PM User | #3
JPM
Regular Coder

 
Join Date: Mar 2004
Location: Norway
Posts: 204
Thanks: 0
Thanked 0 Times in 0 Posts
JPM is an unknown quantity at this point
You should just search google
__________________
<JPM />
JPM is offline   Reply With Quote
Old 07-08-2004, 02:12 PM   PM User | #4
Vincent Puglia
Regular Coder

 
Join Date: Jul 2003
Location: where the World once stood
Posts: 256
Thanks: 0
Thanked 2 Times in 2 Posts
Vincent Puglia is an unknown quantity at this point
PHP Code:
<form name='theForm'>
<
input type='checkbox' onclick="document.getElementById('theDiv').innerHTML= (this.checked) ? 'box is checked' : 'box is not checked';"
</form>
<
div id='theDiv'></div
It allows you to alter things on the fly

Vinny
__________________
mod at WebXperts
Vincent Puglia is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
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 Off

Forum Jump


All times are GMT +1. The time now is 12:12 PM.


Advertisement
Log in to turn off these ads.