Hey eperts,
We in the red cross are trying to switch from using IE to Mozilla Firefox. We love it and it works with most of our application sites. The only one that it has a problem with is
https://casemanagement.dstip.redcross.org/service/start.swe . After opening this page in firefox and putting the user name and password, it gives me a blank page. I unblock the pop up for this site and it still gives me a blank.
This is the source code behind the blank
"
<html><body><form action="/service/start.swe
" method="POST" name="detect"><input type =" hidden" name="SWENeedContext" value="false">
<input type =" hidden" name="SWEUserName" value="CH43812VinsonBO">
<input type =" hidden" name="SWEFo" value="SWEEntryForm">
<input type =" hidden" name="SWETS" value="1107887055999">
<input type =" hidden" name="SWECmd" value="ExecuteLogin">
<input type =" hidden" name="SWEBOK" value="1">
<input type =" hidden" name="SWEPassword" value="sXOA9Laz">
<input type =" hidden" name="SWEBID" value="-1">
<input type =" hidden" name="SWEC" value="2">
</form><script language="javascript">var browserId = 1107887059;if (browserId == -1 || (navigator.id != null && navigator.id == browserId)){this.document.
forms["det
ect"].subm
it();}else
if (navigator.id == null || navigator.id != browserId) {alert("You already openned a browser for this application. It is not allowed to use more than one browser to share the same session. To launch another session, please open a new browser from a different process.");location.replac
e("about:b
lank");}</
script></b
ody></html
>
"
And if I try this in IE, no problem,
After putting user and password, it load the page then it askes me in a Security Warnning windaw "Do you want to install and run "Siebel toolbar" singned on ,,,, bal bal,
Then if I click Yes,
this is the source code I get
"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>American Red Cross Pledge of Service</title>
</head>
<body>
<table width="850" cellspacing="0" cellpadding="1">
<tr>
<td align="left" valign="top" colspan="4"><img src="images/arc_logo.gif" alt="American Red Cross" title="American Red Cross"></td>
</tr>
<tr>
<td align="left" valign="top" colspan="4"><img src="images/arc_pledge_tex
t.gif" alt="American Red Cross" title="American Red Cross"></td>
</tr>
<tr>
<td valign="top">
<p><div style="text-align: justify; font-family: verdana, arial, sans-serif; font-color: #cc9933; font-size: 11px">
We will work with you to help determine your needs and
plan your recovery, based on the effects of the disaster
on you and your family, your specific damages, your
personal resources and resources in the community.
We will provide assistance to meet your disaster-caused
basic needs, which may be different from those of your
neighbors and friends. The Red Cross provides
assistance to meet disaster-caused needs, and ensures
accountability with you, our donors, and the American
public.</div></p>
<div style="text-align: justify; font-family: verdana, arial, sans-serif; font-color: #cc0000; font-size: 12px"><font color="gray">You will receive excellent customer service from your first contact with the Red Cross, until your last.</font></div></p>
</td>
<td width="15">
</td>
<td valign="top" width="286" align="center"><img src="images/arc_disast_pho
to.jpg" width="286" height="192" alt="" border="0" align="left"><br><br><br><
br><br><br
><br><br><
br><br><br
>
</td>
<td width="170" valign="top">
<p><div align="right" style="font-size: 18px"><b>Links</b></div><b
r><br><div
align="right" style="font-size: 12px">
<a href="
https://crossnet.redcross.org/" target=_blank>CrossNet</a>
<p>
<a href="
https://www.redcross.org/arcmail" target=_blank>Outlook Web Access</a>
</div>
</td>
</tr>
<tr>
<td align="left" valign="top" colspan="3"><div style="text-align: justify; font-family: verdana, arial, sans-serif; font-color: gray; font-size: 10px">All Red Cross disaster assistance and services are free, provided through donations made by the American people and are provided without regard to citizenship, race, religion, age, culture or creed.
</td>
</tr>
</table>
</body>
</html>
"
Thank you.