i regularly go on this site called www.asiantown.net but whenever i try to log on it shows a blank page with some writting on the side. Ivre reinstalled java program and even used the an old version but it still shows me a blank page. When i right click and view source on the blank page it says this:

<!--

function SymError()
{
return true;
}

window.onerror = SymError;

var SymRealWinOpen = window.open;

function SymWinOpen(url, name, attributes)
{
return (new Object());
}

window.open = SymWinOpen;

//-->
</script>

Im a big noob at this java thing, if you can help i will appreciate it :cheesy:

That's not Java, that's Javascript, which is something completely different despite the similar name.

There's a separate forum for it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.