Closed Bug 186787 Opened 23 years ago Closed 22 years ago

buttons missing on page, page does not finish loading

Categories

(SeaMonkey :: General, defect)

x86
Windows 98
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED INVALID

People

(Reporter: astro46, Assigned: asa)

References

()

Details

User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.2.1) Gecko/20021130 Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.2.1) Gecko/20021130 the mentioned url is a logon page for the Muriel Siebert brokerage firm. (problems start here: AI Roboform, a form/password filler is not able to recognize this page and won't fill in un/pw automatically. it works at other sites). after filling in un/pw manually and clicking on "enter", a page comes up showing 'my portfolio'. But this page never finishes loading. and the button, "GO" , which should be next to the "actions' drop down box next to the account never appear. because of this it is not possible to proceed into the accounts. i have tried using 1.3a, but it works the same. Reproducible: Always Steps to Reproduce: 1.go to https://www.maxxinvest.com/msiebert/ 2.enter un/pw 3.try to find the "go" button on 'my portfolio'page. Actual Results: i used IE6 to get to my accounts. Expected Results: provide the necessary info so AI Roboform can auto fill un/pw and then show the "GO" button on 'my portfolio' page.
Auto login/password here is not working by page design, it use: <form> <input type="text" size="7" maxlength="10" name="I_UsernameMask" value=""> </form> <form> <input type="password" size="7" maxlength="8" name="I_Password" value=""> </form> structure, so un/pw is not linked. What is happened with Go button could not be seen -- because this button is under passwrord protection
is there a way for me to produce a copy of the page code that is downloaded to my computer when i try to view the page and send it to you? or some other way to help fix the prob?
Well, you if you could enter by that page on mozilla, you could use "View --> Page Source". Copy and paste it to file and test it.
i have no idea what you mean by "test it". do you want me to send it you?
i haven't gotten a reply to my last comment. here is the code from one of the pages in question: <html> <head> <title>Muriel Siebert </title> <!-- This line is necessary because of a bug in NS server CGI which passes old cookies if client has no cookies --> <meta HTTP-EQUIV="Set-Cookie" CONTENT="D=D; path=/; expires=Wednesday, 09-Nov-99 1:00:00 GMT"> <script LANGUAGE="JAVASCRIPT"> <!--HIDE FROM OTHER BROWSERS function browserNotSoOk() { var oops = '<body bgcolor="#FFFFFF"><font face="arial"><CENTER><H1><Blink>Alert!!!</Blink></H1><HR><font size=2>' oops += 'This application requires either Netscape Navigator 4.06 or Microsoft Internet Explorer 4.0 (or greater)<br><br>' if (navigator.appName == "Netscape") { oops += 'You are currently running ' + navigator.appName + ' ' + navigator.appVersion.substring(0,4) + '.<br><br>' } else { oops += 'You are currently running ' + navigator.appName + ' ' + navigator.userAgent.substring(30,34) + '.<br><br>' } oops += 'To download a version of either browser, click in the appropriate icon below. You can get <br>' oops += "detailed instructions on how to download by clicking 'instructions'.<br><br>" oops += '<table cellspacing=1 cellpadding=5 width=20%><tr><td align=center>' oops += '<a href="http://home.netscape.com/download/index.html" target="_top">' oops += '<IMG SRC="/images/nscp30.gif" border=0 ></a>' oops += '</td><td align=center>' oops += '<a href="http://www.microsoft.com/windows/ie/download/128bit/intro.htm" target="_top">' oops += '<IMG SRC="/images/msie.gif" border=0 ></a>' oops += '</td>' oops += '<tr><td align=center><A HREF="/support/dirnscp.htm">Instructions</a></td>' oops += '<td align=center><A HREF="/support/dirmsie.htm">Instructions</a></td></table><hr></font></font></body>' document.write(oops) } function browserOk(I_Browser, I_BrowserVersion) { var frameSet = '<FRAMESET ROWS="100%, *" frameborder=no border=0>' frameSet += '<FRAME SRC="https://www1.nfnetserv.com/cgi/cgimaxx.exe?type=frames&I_RelVer=7.0&I_Site=msiebert&I_Browser=' + I_Browser + '&I_BrowserVersion=' + I_BrowserVersion + '"' + ' FRAMEBORDER=NO>' frameSet += '</FRAMESET>' document.write(frameSet) } if (navigator.appName == "Netscape") { if (navigator.appVersion.substring(0,4) < "4.06") { browserNotSoOk() } else { browserOk(navigator.appName, navigator.appVersion.substring(0,4)) } } else if (navigator.appName == "Microsoft Internet Explorer") { if (navigator.userAgent.substring(30,34) < "4.0") { browserNotSoOk() } else { browserOk("Microsoft", navigator.appVersion.substring(0,3)) } } else { browserNotSoOk() } // STOP HIDING FROM OTHER BROWSERS --> </SCRIPT> </head> </html>
Reporter: Can you reproduce this bug with a recent build of Mozilla (for example, 1.4rc3)? If so, then please comment again with details. If not, then please resolve this bug as WORKSFORME. Thanks.
using 1.4 r3, it is worse. now, rather than simply not showing the 'go' button, none of my account info shows up. only the siebert name and other regular stuff appears across the top of the page, but info specific to my account does not appear. since this is not a final version, there isn't a plugin for ai roboform, so i can't test the formfiller response. the page however does appear to 'finish' loading.
Reporter, this is very difficult to test without a user/pass. Can you please save the faulty page to a file using File, Save As. Choose (Web page, complete) in the Save As dialog. Then zip together the files created and attach them to this bug Thanks!
jeffrey, we're going to need a testcase that's accessible or this bug isn't going to be resolved. Please attach a testcase to the bug and reopen it if you can still reproduce with the Mozilla 1.6 or newer.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
using v1.6, after the initial log on page (https://www41.fiibg.com/my/msiebert) comes up, i fill in un/pw, the next page shows header, but does not show my account info. unfortuneately i cannot, at this time, offer another site for you to test on. perhaps you can contact the web master for https://www41.fiibg.com/my/msiebert , and see if they can help.
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.