Closed
Bug 150845
Opened 23 years ago
Closed 22 years ago
auto4sale.co.il: JavaScript loops forever
Categories
(Tech Evangelism Graveyard :: Hebrew, defect)
Tech Evangelism Graveyard
Hebrew
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: ibosis, Unassigned)
References
()
Details
Attachments
(1 file)
|
40.42 KB,
text/html
|
Details |
When loading this URL the form controls (scrollbars, etc.) are blink (appear and
than disappear) forever. MS IE5 displays the same page perfectly.
This is the offending HTML page, I'd managed to save.
Again, the IE5 renders this file with no problems.
There are references to the missing .gif graphics in this file, but the looping
is observed without them as well.
Comment 2•23 years ago
|
||
This is a mistake on that page. They basically say, "if not MSIE, then
reload forever". IE would reload forever on that page too, if it wasn't
specifically exempted.
-> Tech Evang (but this is programming 101 stuff).
<body>
<p> some forms ...</p>
<script>
function UpdateBoxMulti(types) {
// Do whatever... and then
if (navigator.userAgent.indexOf('MSIE') == -1)
history.go(0);
}
UpdateBoxMulti();
</script>
</body>
Assignee: rogerl → momoi
Component: JavaScript Engine → Middle Eastern
Product: Browser → Tech Evangelism
QA Contact: pschwartau → xslf
Version: other → unspecified
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: JavaScript loops forever → auto4sale.co.il: JavaScript loops forever
Comment 3•23 years ago
|
||
contact info for the site:
email: auto4sale@hotmail.com
fax: +972 3 5160015
phone: +972 3 5170532
OS: Windows NT → All
Hardware: PC → All
Comment 4•23 years ago
|
||
The site is dead since Aug. 2002 and has probably been closed.
http://www.alexa.com/data/details/traffic_details?q=&p=Det_W_t_40_L1&url=www.auto4sale.co.il/
Please close this bug.
Prog.
Comment 5•22 years ago
|
||
tech evang june 2003 reorg
Assignee: momoi → hebrew
Component: Middle Eastern → Hebrew
QA Contact: xslf → hebrew
Comment 6•22 years ago
|
||
dead site. markng invalid
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•