Mercurial > laserkard
comparison buy.html @ 44:1045db9799e3 laserkard
[svn r45] Greatly Enhanced Responsiveness of the website.
author | rlm |
---|---|
date | Thu, 28 Jan 2010 04:10:44 -0500 |
parents | 329638a361cc |
children | bff96abdddfa |
comparison
equal
deleted
inserted
replaced
43:329638a361cc | 44:1045db9799e3 |
---|---|
85 <div id = "formValues"> | 85 <div id = "formValues"> |
86 PERL::INITIALVALUES | 86 PERL::INITIALVALUES |
87 </div> | 87 </div> |
88 | 88 |
89 | 89 |
90 <div id = "cardDefs"> | |
91 PERL::DEFS | |
92 </div> | |
93 | |
94 | |
90 <script language="javascript"> | 95 <script language="javascript"> |
91 //this is the main painting object, established here and created with Initial painting values | 96 //this is the main painting object, established here and created with Initial painting values |
97 | |
98 JSONtex = document.getElementById('cardDefs').innerHTML; | |
99 laserkard = new Object(); | |
100 laserkard = eval('(' + JSONtex + ')'); | |
101 | |
92 var raphe = Raphael("disp_contain", 515, 318); | 102 var raphe = Raphael("disp_contain", 515, 318); |
93 defaults(); | 103 defaults(); |
94 redraw("bold"); | 104 redraw("bold"); |
105 | |
106 | |
107 | |
95 </script> | 108 </script> |
96 </body> | 109 </body> |
97 | 110 |
98 </html> | 111 </html> |
99 | 112 |