Closed
Bug 130804
Opened 23 years ago
Closed 15 years ago
dearyou.com - Login impossible, flash streaming controlled with document.all
Categories
(Tech Evangelism Graveyard :: Other, defect)
Tech Evangelism Graveyard
Other
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: Erich.Iseli, Unassigned)
References
()
Details
This very popular Korean e-card service doesn't work with anything else than IE.
Proprietary JavaScript prevent users from even logging in. But also non-members
who get a flash e-card cannot see the card, since several movies are mixed
together with proprietary JavaScript. This way, only the "Please wait, loading"
screen can be seen, but it never switches to the next movie, which is the actual
card.
I've written to the webmaster nokwon@n-create.com / webmaster@dearyou.com who
answered me that "저희가 넷스케이프 및 리눅스는 지원되지 않고 있습니다."
(transl.: Netscape and Linux are not supported). Maybe sending him more messages
whill make him change his mind...
| Reporter | ||
Comment 1•23 years ago
|
||
Oh! Bugzilla completely messed up my hangul... Sorry for the spam.
<script lang=javascript>
function login(){
var f = document.all.formMain
f.action = "/user/logon.asp"
f.method = "post"
f.submit();
}
function formSubmit_byEnter() {
if (event.keyCode == 13) {
return login();
}
else {
return true;
}
}
</script>
Error: parent.document.all has no properties
Source File: http://www.dearyou.com/ddgClient/ddgLogoff.asp
Line: 50
OS: Linux → All
Hardware: PC → All
Summary: Login impossible, flash streaming controlled with document.all → dearyou.com - Login impossible, flash streaming controlled with document.all
Comment 3•22 years ago
|
||
A Korean site. Moving to Other.
Assignee: momoi → other
Component: Asian → Other
QA Contact: ruixu → other
Comment 4•15 years ago
|
||
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: 15 years ago
Resolution: --- → INCOMPLETE
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
•