Hello,
in my project i want to create a splash screen and after 5 seconds load the proper hta. But when i load it the splash is just white. I have to put my mouse over it to see the splash screen.

Here is my source code:
Code:
<html>

<head>

<title>Loading...</title>

<script language="vbscript">
Function load
	set WshShell
...