This example uses the Javascript plug-in to dynamically color the code on the browser client and display the row number.
Javascript code coloring example effect: http://www.keleyi.com/keleyi/phtml/codecolor/a/index.htm
The following code is used:Copy codeThe Code is as follows: <! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Strict // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<Html xmlns = "http://www.w3.org/1999/xhtml" xml: lang = "en" lang = "en">
<Head>
<Meta http-equiv = "Content-Type" content = "text/html; charset = UTF-8"/>
<Title> highlighted and colored line number of Javascript code-ke leyi </title>
<Script type = "text/javascript" src = "http://www.keleyi.com/keleyi/phtml/codecolor/a/scripts/shCore.js"> </script>
<Script type = "text/javascript" src = "http://www.keleyi.com/keleyi/phtml/codecolor/a/scripts/shBrushJScript.js"> </script>
<Link type = "text/css" rel = "stylesheet" href = "http://www.keleyi.com/keleyi/phtml/codecolor/a/styles/shCoreDefault.css"/>
<Script type = "text/javascript"> SyntaxHighlighter. all (); </script>
</Head>
<Body style = "background: white; font-family: Helvetica">
<H1> highlighted and colored line numbers in Javascript code <Pre class = "brush: js;">
Function KeleyiColor ()
{
Document. write ('keleyi. com ');
Return "hi! ";
}
</Pre>
</Body>
</Html>
Previous versions:
Http://www.keleyi.com/keleyi/phtml/codecolor/index.htm