|
| 1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
| 2 | + "http://www.w3.org/TR/html4/strict.dtd"> |
| 3 | +<html> |
| 4 | +<HEAD> |
| 5 | + |
| 6 | +<SCRIPT type="text/javascript"> |
| 7 | + |
| 8 | +function popw(nom_de_la_page, nom_interne_de_la_fenetre) |
| 9 | + |
| 10 | +{ |
| 11 | + |
| 12 | +window.open(nom_de_la_page, nom_interne_de_la_fenetre, config='height=200, width=400, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no') |
| 13 | + |
| 14 | +} |
| 15 | + |
| 16 | +function redir(uri) |
| 17 | + |
| 18 | +{ |
| 19 | + |
| 20 | + window.open(uri) |
| 21 | + |
| 22 | +} |
| 23 | + |
| 24 | +</SCRIPT> |
| 25 | + |
| 26 | + |
| 27 | +<style> |
| 28 | + |
| 29 | + table#nav1 { |
| 30 | + position:absolute; |
| 31 | + top:10px; |
| 32 | + left: 5px; |
| 33 | + width:200px |
| 34 | + } |
| 35 | + |
| 36 | + table#nav2 { |
| 37 | + position: absolute; |
| 38 | + top:10px; |
| 39 | + left: 210px; |
| 40 | + } |
| 41 | + |
| 42 | + table#nav2 td, table#nav1 td { |
| 43 | + width:100px; |
| 44 | + border:solid think black; |
| 45 | + background-color:#999; |
| 46 | + color:#fff; |
| 47 | + text-align:center; |
| 48 | + } |
| 49 | + |
| 50 | + table#nav1 td { |
| 51 | + text-align:left; |
| 52 | + } |
| 53 | + |
| 54 | + table#nav2 td.link { |
| 55 | + border-radius: 0.5em; |
| 56 | + border: solid 2px black; |
| 57 | + box-shadow: rgba(0,0,0,0.2) 0.5em 0.5em 0.3em; |
| 58 | + text-align:center; |
| 59 | + } |
| 60 | + |
| 61 | + td a { |
| 62 | + color: #fff; |
| 63 | + } |
| 64 | + |
| 65 | + a { |
| 66 | + text-decoration: none; |
| 67 | + } |
| 68 | + |
| 69 | + div#content { |
| 70 | + position:absolute; |
| 71 | + top:20px; |
| 72 | + left: 210px; |
| 73 | + } |
| 74 | + |
| 75 | + |
| 76 | +</style> |
| 77 | + |
| 78 | +</HEAD> |
| 79 | +<BODY BGCOLOR="#FFEF99" onload="window.open('fenetre_popup.html','Advertisement',config='height=100, width=400, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no,fullscreen=yes')"> |
| 80 | + |
| 81 | +<table id="nav1"> |
| 82 | + <tr><td><font size="+1"><img src="spacer.gif" width="5" />Menu</font></td></tr> |
| 83 | + <tr><td><img src="spacer.gif" height="30" /></td></tr> |
| 84 | + <tr><td><img src="spacer.gif" width="5" /><a href="javascript:popw('xchange.html','Exchange_Currencies');">Exchange Currencies</a></td></tr> |
| 85 | + <tr><td><img src="spacer.gif" width="5" /><a href="javascript:popw('buyg.html','Buy_Gold');">Buy Gold</a></td></tr> |
| 86 | + <tr><td><img src="spacer.gif" width="5" /><a href="http://www.nyse.com/" target="_blank">Wall Street Official Site</a></td></td></tr> |
| 87 | +</table> |
| 88 | + |
| 89 | +<table id="nav2"> |
| 90 | + <tr><td class="link"><a href="/">Home</a></td><td style="background-color:#FFEF99"><img src="spacer.gif" width="5" /></td><td class="link"><a href="rates.html">Our Rates</a></td></tr> |
| 91 | +</table> |
| 92 | + |
| 93 | +<div id="content"> |
| 94 | + <h1>Welcome to Gold and Currencies Trader Inc</h1> |
| 95 | + <p>We are trading, buying and selling currencies and gold pepites, with no commissions.</p> |
| 96 | + <p>Explore our services on the left menu, and get <a href="rates.html">our rates</a> from the top menu.</p> |
| 97 | +</div> |
| 98 | + |
| 99 | + |
| 100 | +</BODY> |
| 101 | +</HTML> |
0 commit comments