Page 1  2  3
Below is the HTML I've written for this wondrous hybrid device. You can see it in action at my website.

<!--Identifies my status-->

<IMG SRC="http://online.mirabilis.com/scripts/online.dll?icq=INSERT_ICQ#_HERE&img=3" ALT="UIN INSERT_ICQ#_HERE">
<br>
Page me at ICQ#INSERT_ICQ#_HERE
<br>

<FORM ACTION="http://msg.mirabilis.com/scripts/WWPMsg.dll" METHOD="POST" name="frmPager">

<!--Name Input-->

Your Name:
<INPUT TYPE="TEXT" NAME="from" VALUE="Your Name" SIZE=15 MAXLENGTH=40 onMouseOver="this.focus()" onFocus="this.select()">

<br>

<!--Email Input-->

Your Email:
<input type="text" name="fromemail" value="Your Email" size="15" maxlength="40" onMouseOver="this.focus()" onFocus="this.select()">

<br>

<!--Message Input-->

Your Message:
<input name="body" type="text" size="32" maxlength="400" value="Type your message here" onMouseOver="this.focus()" onFocus="this.select()">

<br>

<!--Hidden info that's sent-->

<input type="hidden" name="to" value="INSERT_ICQ#_HERE">
<INPUT TYPE="hidden" NAME="subject" VALUE="A page from your website">

<!--Action Button-->

<input type="Submit" value="PAGE ME"><br>

</form>

<br>
<A href="http://www.icq.com">Download ICQ</a>

Page 1  2  3