Closed Bug 220538 Opened 21 years ago Closed 13 years ago

sportsseoul.com - shows white page only

Categories

(Tech Evangelism Graveyard :: Korean, defect)

All
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: jshin1987, Unassigned)

References

()

Details

(Whiteboard: [bug248549notfixed])

The site uses document.all in JS code as following:

function getText(id){
	str = document.all(id).innerText;
	return str.replace('"','\"')
}

It's easy to fix this. I'll contact the site admin.
The first problem is on the main site now:
var str_cattitle = HiddenCatTitle.innerHTML;

It should use document.getElementById("HiddenCatTitle").innerHTML
of course the website also would need to split up IE/Gecko here.
Summary: Sportsseoul.com uses document.all → sportsseoul.com - shows white page only
Whiteboard: [bug248549notfixed]
INCOMPLETE due to lack of activity since the end of 2009.

If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself.

Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.