equal
deleted
inserted
replaced
3 <script language="javascript"> |
3 <script language="javascript"> |
4 function setEmailBodyDirection() |
4 function setEmailBodyDirection() |
5 { |
5 { |
6 var bodyFrame = document.getElementById("body_frame"); |
6 var bodyFrame = document.getElementById("body_frame"); |
7 bodyFrame.contentWindow.document.body.dir = "rtl"; |
7 bodyFrame.contentWindow.document.body.dir = "rtl"; |
8 bodyFrame.contentWindow.document.body.align = "left" |
8 bodyFrame.contentWindow.document.body.align = "right" |
9 } |
9 } |
10 onload=setEmailBodyDirection; |
10 onload=setEmailBodyDirection; |
11 </script> |
11 </script> |
12 </header> |
12 </header> |
13 <frameset rows="10%,*" border=0> |
13 <frameset rows="10%,*" border=0> |