metacide
11-23-2005, 05:32 PM
I'm making a small Active Desktop web page that i can use at work, it just has a bunch of links that I use to get around and make my life just a little easier.
Recently I convinced my admin to let me put firefox on my computer but the problem is... one of the sites I use quite a bit requires IE to run properly from my form. Or maybe it doesnt and I just dont know what I'm doing.
The easy fix to this problem is to figure out how to launch IE when the default browser is set to FireFox.
Can anyone help me?
the code ( I know its sloppy):
<TD rowspan=2>
<form name="UBICquery" method="POST" action="https://verifyus.entp.attws.com/VerifyUS/Controller?action=UBICResults" target="_blank">
<textarea Rows="4" Cols="31" wrap="virtual" name="IDs" style="background-color: lightblue; color: #0000cc; font-family: arial; font-size: 13;"></textarea>
</TD></TR>
<TR><TD align="right">
<input type="submit" value="Convert ID" style="background-color: lightblue; color: #0000cc;"/>
</TD></TR>
<TR><TD>
Type of ID to Convert
</TD>
<TD>
<input type="radio" name="typeOfIDSearched" value="AWID">AWID <input type="radio" name="typeOfIDSearched" value="CUID" checked>CUID<br />
</TD></TR>
<TR><TD align="right">
Show Active?
</TD>
<TD>
<input type="checkbox" name="showActive" value="yes" checked/><br/>
</TD></TR>
</Form>
Recently I convinced my admin to let me put firefox on my computer but the problem is... one of the sites I use quite a bit requires IE to run properly from my form. Or maybe it doesnt and I just dont know what I'm doing.
The easy fix to this problem is to figure out how to launch IE when the default browser is set to FireFox.
Can anyone help me?
the code ( I know its sloppy):
<TD rowspan=2>
<form name="UBICquery" method="POST" action="https://verifyus.entp.attws.com/VerifyUS/Controller?action=UBICResults" target="_blank">
<textarea Rows="4" Cols="31" wrap="virtual" name="IDs" style="background-color: lightblue; color: #0000cc; font-family: arial; font-size: 13;"></textarea>
</TD></TR>
<TR><TD align="right">
<input type="submit" value="Convert ID" style="background-color: lightblue; color: #0000cc;"/>
</TD></TR>
<TR><TD>
Type of ID to Convert
</TD>
<TD>
<input type="radio" name="typeOfIDSearched" value="AWID">AWID <input type="radio" name="typeOfIDSearched" value="CUID" checked>CUID<br />
</TD></TR>
<TR><TD align="right">
Show Active?
</TD>
<TD>
<input type="checkbox" name="showActive" value="yes" checked/><br/>
</TD></TR>
</Form>