Exforsys

Online Training

Is Alteration Possible

This is a discussion on Is Alteration Possible within the Html forums, part of the Programming Talk category; I am puzzled with a small question.Is it possible to alter the HTML source of a layer in Internet ...


Go Back   Exforsys > Programming Talk > Html

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 12-14-2006, 05:37 AM
Senior Member
 
Join Date: Apr 2006
Posts: 125
ashlee is on a distinguished road
Is Alteration Possible

I am puzzled with a small question.Is it possible to alter the HTML source of a layer in Internet Explorer. If so how can one do this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-30-2007, 07:31 PM
Senior Member
 
Join Date: Apr 2006
Posts: 122
rachelle is on a distinguished road
Quote:
Originally Posted by ashlee View Post
I am puzzled with a small question.Is it possible to alter the HTML source of a layer in Internet Explorer. If so how can one do this.

here is how you do it ...

PHP Code:
<SCRIPT LANGUAGE=JAVASCRIPT>


    function 
myClick() {
    
alert('innerHTML: ' document.all('MyID').innerHTML);
    
document.all("MyID").innerHTML '<FONT COLOR="#FF0000">this</FONT> is <B>not</B> <I>plain</I>';
    
alert('innerHTML: ' document.all('MyID').innerHTML);
}

</SCRIPT>
<P ID="MyID">this is a <B>plain</B> paragraph</P>
<FORM><INPUT TYPE="BUTTON" VALUE="Click Me" onClick="myClick()"></FORM> 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

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



All times are GMT -4. The time now is 05:44 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.