mattover-matter
03-14-2003, 01:38 AM
Is there anyway I can create my own very simple notepad, but with coloring? like i beleive in these forums
document.write("text")
function clickit(text){
document.write(""text"")
}
<a href="" onclick="clickit('more text')">see text</A>
var varname = " i am a string "
Like that
document.write("text")
function clickit(text){
document.write(""text"")
}
<a href="" onclick="clickit('more text')">see text</A>
var varname = " i am a string "
Like that