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 = "right" |
8 bodyFrame.contentWindow.document.body.align = "left" |
9 } |
9 } |
10 onload=setEmailBodyDirection; |
10 onload=setEmailBodyDirection; |
11 </script> |
11 </script> |
|
12 <script language="javascript" src="email.js"></script> |
12 </header> |
13 </header> |
13 <frameset rows="10%,*" border=0> |
14 <frameset rows="10%,*" border="0" id="email_frameSet" onLoad="hideImages('body_frame')"> |
14 |
15 <frame id="header_frame" src="header.html" > |
15 <frame src="header.html" > |
|
16 <frame id="body_frame" src="temp/body.html" > |
16 <frame id="body_frame" src="temp/body.html" > |
17 |
|
18 </frameset> |
17 </frameset> |
19 |
18 |
20 </html> |
19 </html> |