Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


(SOLVED) HTA how to modify text and code of body?

 
Logged in as: Guest
arrSession:exec spGetSession 2,2,31637
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> WSH & Client Side VBScript >> (SOLVED) HTA how to modify text and code of body?
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 (SOLVED) HTA how to modify text and code of body? - 2/28/2006 6:16:44 AM   
  Fredledingue


Posts: 383
Score: 0
Joined: 5/9/2005
From:
Status: offline
document.body.innertext = "<p>Hello World</p>"
 
will display

<p>Hello World</p>
 
But I want to rewite the tags and the text of the current page and that tags beeing used as tags and not as text.
How to do that?
 
 

< Message edited by Fredledingue -- 2/28/2006 7:59:04 AM >


_____________________________

Fred
 
 
Post #: 1
 
 RE: HTA how to modify text and code of body? - 2/28/2006 7:58:25 AM   
  Fredledingue


Posts: 383
Score: 0
Joined: 5/9/2005
From:
Status: offline
document.body.innerHTML = "<p>Hello World</p>"

_____________________________

Fred

(in reply to Fredledingue)
 
 
Post #: 2
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> WSH & Client Side VBScript >> (SOLVED) HTA how to modify text and code of body? Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts