Use of Xrl.in

There are two methods of including the Xrl.in form into your own web site using plain HTML. The first is a from.

<form style="margin:0 auto;width:500px;" action="http://xrl.in/" method="post"> <div style="color:#999;">Put your Url In!</div> <table> <tr> <td><img src="http://xrl.in/style/logo-small.png" width="96" height="36" id="xrl-image" alt=""></td> <td><input type="text" id="xrl" style="width:294px;border:1px solid #636777;padding:2px;font-size:1.25em;color:#444;" name="xrl" value="http://"></td> <td><input type="submit" style="width:98px;border:0;height:29px;background:#193a9d url(http://xrl.in/style/submit.png) no-repeat;" id="xrl-submit" value="" title="Xrl It!"></td> </tr> </table> </form>

The second option is to use an iFrame. The advantage of this is once the form is submitted the page does not reload, just the iFrame.

<iframe width="500" height="200" src="http://xrl.in/?r=short" frameborder="0">
Put your Url In!