Closed Bug 224510 Opened 22 years ago Closed 17 years ago

khattam.com - load up the page(with picture and all) and when it completes just turns blank...

Categories

(Tech Evangelism Graveyard :: English Other, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: rock2roll, Unassigned)

References

()

Details

(Whiteboard: [havefix] [bug248549notfixed])

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031030 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031030 When i go to www.khattam.com, it first loads up the page. It shows all the pictures and menus but when the browers data transaction is complete, it switches to blank screen. Reproducible: Always Steps to Reproduce: 1.just to to the website it happens 2. 3. Actual Results: after the data transaction is complete Expected Results: Show the page just loaded rather that the blank screen Other suggestion--- Right now ftp can only be viewed. I have to copy one file at a time. Plus, there is no way for me to send file to the remote server using mozilla. Drag and drop features will be very helpful so users can copy selected files to and from remote server.
On first attempt the page seems to "redirect" to display the time (that is, the page is blank with the exception of "3 Nov 103, 10:35:53 Am NST"). On second attempt, with javascript turned off, the page loaded normally.
Near the end of the page: function MM_setTextOfLayer(objName,x,newText) { //v3.0 if ((obj=MM_findObj(objName))!=null) with (obj) if (navigator.appName=='Netscape') {document.write(unescape(newText)); document.close();} else innerHTML = unescape(newText); } Since that isn't working in Netscape4.x anyway I suggest: (This will work in Mozilla (but still not in NS4)) function MM_setTextOfLayer(objName,x,newText) { //v3.0 if ((obj=MM_findObj(objName))!=null) with (obj) innerHTML = unescape(newText); }
Assignee: general → english-other
Severity: major → normal
Status: UNCONFIRMED → NEW
Component: Browser-General → English Other
Ever confirmed: true
OS: Windows XP → All
Product: Browser → Tech Evangelism
QA Contact: general → english-other
Hardware: PC → All
Summary: load up the page(with picture and all) and when it completes just turns blank... → khattam.com - load up the page(with picture and all) and when it completes just turns blank...
Version: Trunk → unspecified
Whiteboard: [havefix]
Whiteboard: [havefix] → [havefix] [bug248549notfixed]
No longer reproducible, tested in FF3.6/3.5/3. JS referenced in comment #2 appears unchanged.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.