USPS WebGate Demo Page

Clicking on the image below opens the WebGate
Interface in a smaller (non-popup) window.

USPS WebGate
Visit a USPS Webpage



The html code for the WebGate is shown below.

Note: If you copy the code below you must manually change
all "&lt;" to "<" and all "&gt;" to ">" and combine
lines 3 - 6 into one line for the code to work.


<table border="0">
<tr><td align="center"><font color="#FF0000">USPS WebGate</font></td></tr>
<tr><td align="center"><INPUT type="image"
src="/national/tools/usps-gate.gif"
onClick="window.open('/national/tools/gate.html','gate',
'resizable,status,scrollbars,width=370,height=490')"></td></tr>
<tr><td align="center">Visit a USPS Webpage</td></tr>
</table>