OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <!-- | 2 <!-- |
3 @MAC-DENY:title* | 3 @MAC-DENY:AXTitle* |
4 @MAC-DENY:value* | 4 @MAC-DENY:AXValue* |
5 @MAC-ALLOW:position* | 5 @MAC-ALLOW:position* |
6 @MAC-ALLOW:size* | 6 @MAC-ALLOW:size* |
7 | 7 |
8 @WIN-DENY:title* | 8 @WIN-DENY:title* |
9 @WIN-ALLOW:location* | 9 @WIN-ALLOW:location* |
10 @WIN-ALLOW:size* | 10 @WIN-ALLOW:size* |
11 --> | 11 --> |
12 <html> | 12 <html> |
13 <head> | 13 <head> |
14 <style> | 14 <style> |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 var frame1 = document.getElementById('frame1'); | 61 var frame1 = document.getElementById('frame1'); |
62 writeFrameCode(frame1); | 62 writeFrameCode(frame1); |
63 | 63 |
64 var frame2 = document.getElementById('frame2'); | 64 var frame2 = document.getElementById('frame2'); |
65 writeFrameCode(frame2); | 65 writeFrameCode(frame2); |
66 frame2.contentWindow.scrollTo(150, 50); | 66 frame2.contentWindow.scrollTo(150, 50); |
67 </script> | 67 </script> |
68 | 68 |
69 </body> | 69 </body> |
70 </html> | 70 </html> |
OLD | NEW |