Any idea why this continues to give a cross script error?
^(lastfirst)
^(student_number)<br>
^(grade_level)
^(home_room)
<font face="barcode39"size="24" >*^(student_number)*
Solved! Go to Solution.
The last line is the issue. Some formatting and no closing font tag:
<font face="barcode39" size="24" >*^(student_number)*</font>
The last line is the issue. Some formatting and no closing font tag:
<font face="barcode39" size="24" >*^(student_number)*</font>
Thanks - I noticed it on yesterday and made the change.
Any idea why I'm getting a cross scripting error on this?
<u>Quarter 1:</u>
<b>Homeroom:</b>
<tabl .65>^(stored.by.course.number;G602;Q1;comment)
<b>Reading:</b>
<tabl .65>^(stored.by.course.number;G604;Q1;comment)
<b>Math:</b>
<tabl .65>^(stored.by.course.number;G607;Q1;comment)
In your <tabl> tags change .65 to 0.65
Hope this helps.
Any ideas on my error here:
<BR><I>
<B><tabl 0.75><U>Grade <tabl 1.5>Comment<tabl 3.25>Grade<tabl 4.0>Comment<tabl 5.75>Grade<tabl 6.5>Comment </U></B>
<tabl .85><B>A</B> <tabl 1.5>Excellent <tabl 3.35><B>C</B> <tabl 4.0>Average <tabl 5.85><B>P</B><tabl 6.5>Passing
<tabl .85><B>A-</B> <tabl 1.5>Excellent <tabl 3.35><B>C-</B> <tabl 4.0>Average <tabl 5.85><B>N</B><tabl 6.5>Non Pass
<tabl .85><B>B+</B> <tabl 1.5>Very Good <tabl 3.35><B>D+</B> <tabl 4.0>Passing <tabl 5.85><B>NY</B><tabl 6.5>Not Yet
<tabl .85><B>B</B> <tabl 1.5>Very Good <tabl 3.35><B>D</B> <tabl 4.0>Passing <tabl 5.85><B>S</B><tabl 6.5>Satisfactory (Waived)
<tabl .85><B>B-</B> <tabl 1.5>Good <tabl 3.35><B>F</B> <tabl 4.0>Failed <tabl 5.85><B>U</B><tabl 6.5>Unsatisfactory
<tabl .85><B>C+</B> <tabl 1.5>Good <tabl 3.35><B>W</B> <tabl 4.0>Withdrawn
</I>
<B><U><tabl 1.00>Cumulative Information</U></B>
<tabl 1.00>Cumulative Credits:<tabl 2.50>^(*credit_hours)
<tabl 1.00>Cumulative GPA:<tabl 2.50>^(*gpa method="weighted")
<tabl 1.00>Current Term GPA: <tabl 2.50>^(*gpa method="Quarter 1 weighted GPA")
<BR>
<B><CENTER>Student Fee Balance: ^([1]ReportCardFees_SPS)
<CENTER>*For more information call ^([39]Registrar_phone)
<BR>
<I><CENTER> ^([39]Registrar_notes)</I>
I figured it out... I needed to make it 0.85 instead of .85