Cross Script error?

rkbarber3
Journeyman

Cross Script error?

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)*

1 Solution
JeffG9
PowerSchool Champion
PowerSchool Champion

The last line is the issue. Some formatting and no closing font tag:

 

<font face="barcode39" size="24" >*^(student_number)*</font>

 

 

______________
Full Disclosure: I do not work for PowerSchool

View solution in original post

4 Replies
JeffG9
PowerSchool Champion
PowerSchool Champion

The last line is the issue. Some formatting and no closing font tag:

 

<font face="barcode39" size="24" >*^(student_number)*</font>

 

 

______________
Full Disclosure: I do not work for PowerSchool
rkbarber3
Journeyman

Thanks - I noticed it on yesterday and made the change. 

lpaladichuk75
Journeyman

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)

ThomasRe1b
PowerSchool Champion
PowerSchool Champion

In your <tabl> tags change .65 to 0.65 

 

Hope this helps.

Tom