equal
deleted
inserted
replaced
|
1 <html dir="rtl"> |
|
2 <header> |
|
3 <script language="javascript"> |
|
4 function setEmailBodyDirection() |
|
5 { |
|
6 var bodyFrame = document.getElementById("body_frame"); |
|
7 bodyFrame.contentWindow.document.body.dir = "rtl"; |
|
8 bodyFrame.contentWindow.document.body.align = "left" |
|
9 } |
|
10 onload=setEmailBodyDirection; |
|
11 </script> |
|
12 </header> |
|
13 <frameset rows="10%,*" border=0> |
|
14 |
|
15 <frame src="header.html" > |
|
16 <frame id="body_frame" src="temp/body.html" > |
|
17 |
|
18 </frameset> |
|
19 |
|
20 </html> |