![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, The parameters of my applet are generated according to user's choices. I have a case with error "missing : after property id" on line 816. 816 Ki_2_1_3A4/5: 0.05561, // error here !!! |
#3
| |||
| |||
|
|
Hi, I don't have any clue with Javascript but I use one from Sun for Java applet deployement (http://java.com/js/deployJava.js). The parameters of my applet are generated according to user's choices. I have a case with error "missing : after property id" on line 816. Thanks in advance for any help. Pierre The script : script 788 var attributes = 789 { 790 code: 'concentrationapplet.ConcentrationApplet.class', 791 width: 680, 792 height: 450, 793 archive: 'JFreeChart/jfreechart-0.9.21.jar,JFreeChart/jcommon-0.9.6.jar,Concentration.jar', 794 codebase: 'http://localhost:8080' 795 }; 796 797 var parameters = 798 { 799 800 subsNo: 3, 801 802 substance: 'ACENOCOUMAROL', 803 804 T12: 10.00000, 805 806 Q0: 1.00000, 807 808 substance2: 'AMPRENAVIR', 809 810 substance3: 'ALPRAZOLAM', 811 812 T123: 13.00000, 813 814 Q03: 0.70000, 815 816 Ki_2_1_3A4/5: 0.05561, // error here !!! 817 818 listKi: 'Ki_2_1_3A4/5;' 819 820 }; 821 822 var version = '1.5.0'; 823 824 deployJava.runApplet (attributes, parameters, version); 825 </script |
#4
| |||
| |||
|
|
Hi, The parameters of my applet are generated according to user's choices. I have a case with error "missing : after property id" on line 816. 816 Ki_2_1_3A4/5: 0.05561, // error here !!! |
#5
| |||
| |||
|
|
On Jun 3, 11:37 am, "1 connu" <incon... (AT) bluewin (DOT) ch> wrote: Thanks Jorge, you are right, I fix it with quotes. Hmm, thank you Pierre, I never thought that a property's name could be "~anyText" : |
(Note that this![]() |
| Thread Tools | |
| Display Modes | |
| |