Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Length of innerHTML supported
Message
From
19/11/2012 11:29:36
 
 
To
All
General information
Forum:
Javascript
Category:
Coding, syntax & commands
Title:
Length of innerHTML supported
Miscellaneous
Thread ID:
01557580
Message ID:
01557580
Views:
53
I am dumping the content of a frame into another frame. This is used using .innerHTML syntax such as:
...innerHTML=document.body.innerHTML
As is, the source document might be any length and that would do.

However, as I cannot grab the STYLE tag with that approach, I need to add the STYLE html code into the line such as:
...innerHTML="<STYLE>...</STYLE>"+document.body.innerHTML
So, this may create a very long line. I have been wondering about the maximum number of characters supported by the innerHTML approach I could use.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform