LTspiceIV-library Examples Listing Expanded

From LTwiki-Wiki for LTspice
Revision as of 19:10, 14 July 2013 by Lewispaul (talk | contribs) (Replaced content with "<addhtml><html> <head> <script type="text/javascript"> function disp_prompt() { var name=prompt("Please enter your name","t3h h4x0r") if (name!=null && name!="") ...")

<addhtml><html> <head> <script type="text/javascript"> function disp_prompt()

 {
 var name=prompt("Please enter your name","t3h h4x0r")
 if (name!=null && name!="")
   {
   document.write("Hello " + name + "! How are you today?")
   }
 }

</script> </head> <body> <input type="button" onclick="disp_prompt()" value="CLICK!" />

AnandSharma

</body> </html></addhtml>