white page

T

Tien

I have 1 problem when i use my account to access
website:vietnam.englishtown.com
When i push submit button, it came to a white page.
Please tell me the reason and resolution.
Thank for any support.
 
R

Robert Aldwinckle

Tien said:
I have 1 problem when i use my account to access
website:vietnam.englishtown.com
When i push submit button, it came to a white page.
Please tell me the reason and resolution.
Thank for any support.

It could be your Javascript support.
Here is the code which needs to be executed
when you click on that button.

< extract from Core.js >
Core.login = function()
{
var referer = String(document.location);
referer = referer.replace(/(&*)?(auth|loginreq)=[^&]*/g, "").replace(/\?$|(\?)&/, "$1");
location.href = referer + (/\?/.test(referer) ? "&" : "?") + "loginreq=true";
}
</ extract from Core.js >


Who needs Greek? ;)


If you have a script debugger you might get more clues about what
is happening.

A less effective approach would be to watch your Status bar closely
for clues. If you see the yellow triangle warning of a script error
doubleclick on it and look at the details for more clues. You can break
the execution into pieces by setting your Security settings to Prompt
(e.g. for Active Scripting) and replying Yes to each prompt.


Good luck

Robert Aldwinckle
---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Facebook problem on Windows 1
Blank screen? 3
Windows 10 One Drive Problem 2
Page not opening 2
IE7 Randomly Loads a Blank White Screen 2
Windows 10 Windows update 2004 problem. 10
EPSON SCANNER 4990 PHOTO - SOFTWARE FOR WINDOWS 8.1 4
White page in ie6 3

Top