Development
: K-Meleon Forum
K-Meleon development related discussions.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=JamesD] You are right. That code will work. I added some lines just to check the results in a code testing macro that I have on my KM. [code] _Snippet_RunCode { id( ID_EDIT_SELECT_ALL ); id( ID_EDIT_COPY ); $_Snippet_TEXT = getclipboard(); $_Snippet_len = length($_Snippet_TEXT); alert($_Snippet_len); if ($_Snippet_len < 32000) { alert($_Snippet_TEXT); } } [/code] The page that I tested was only 4416 in length but that ran way past the ability of the alert statement to display. Note that the alert statement does allow scrolling.[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development