Ronie_iz_BaD Forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Javascript to html converter - The Best

2 posters

Go down

Javascript to html converter - The Best Empty Javascript to html converter - The Best

Post by hotidiot Thu Mar 18, 2010 5:44 pm

Things to do :

Php Code:
Code:
<html>
<head><title>Javascript to HTML</title>
<script type="text/javascript">
function encode(){
    var s = document.getElementById('source');
    var txt = s.value;
    txt = txt.replace(/[&]/g,'&');
    txt = txt.replace(/[<]/g,'<');
    txt = txt.replace(/[>]/g,'>');
    s.value = txt;
}
</script>
</head>
<body>
<button onclick="encode()">Convert to HTML</button><br />
<textarea id="source" style="width:90%;height:400px"></textarea>
</body></html> 


1. Save this in notepad as Js2html.html
2. Open with browser this document.
3. Paste the javascript code there and click CONVERT To HTML



hotidiot
hotidiot
Subscriber
Subscriber

Posts : 200
Points : 9010
Reputation : 11
Join date : 2009-12-04

Back to top Go down

Javascript to html converter - The Best Empty Re: Javascript to html converter - The Best

Post by Admin Thu Mar 18, 2010 6:05 pm

Yes, Its a cool script, found here CLICK HERE Javascript to html converter - The Best Icon_cool
Admin
Admin
Admin
Admin

Posts : 645
Points : 11747
Reputation : 62
Age : 40
Location : India (New Delhi)
Join date : 2009-11-30

http://www.pokingeye.com

Back to top Go down

Javascript to html converter - The Best Empty Re: Javascript to html converter - The Best

Post by hotidiot Thu Mar 18, 2010 8:03 pm

Please excuse me, I forgot to mention Smile



hotidiot
hotidiot
Subscriber
Subscriber

Posts : 200
Points : 9010
Reputation : 11
Join date : 2009-12-04

Back to top Go down

Javascript to html converter - The Best Empty Re: Javascript to html converter - The Best

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum