I'm looking for someone to help me create an easy java script for two buttons. The buttons are "disconnect/reconnect" and found in the configuration page after logging in to my modem. I'm told that the script would be very easy to create but I know nothing of java html. If it helps any here is the source code for these two buttons. <tr> <td width="200"></td> <td align="center"><input onclick="act_con()" name="sta_con" value="Connect" class="SRButton" type="button"></td> <td align="center"><input name="sta_discon" value="Disconnect" class="SRButton" onclick="act_discon()" type="button"></td> </tr> If you need any more information or have any advice I would be most thankful. My end goal is to have two links that I can click/use to simulate each of these buttons function.