Hello,
I have a problem with a routine i used for a couple of years, without any problems. Just a few weeks ago people started to say they cant enter the code.
On my work i testted it and indeed it didn't worked anymore. but at home it works..
The problem start when you click on the button it gives a error, and displays null.html
The site is www.rvellinga.n l and wil be accessed by "klantcode" wich will be follewd by the button....
I think its has to do with IE 7 but i am no programmer..
And for test purpose i have made a page with a code geheim (small captions)
For your info i pasted trhe code herin...
And yes, there is a page wich the code will load.
Please can somebody help me??
Ricardo
first part :
<script language="JavaS cript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</script>
<script language="JavaS cript" type="text/JavaScript">
<!--
function MM_reloadPage(i nit) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Net scape")&&(parse Int(appVersion) ==4)) {
document.MM_pgW =innerWidth; document.MM_pgH =innerHeight; onresize=MM_rel oadPage; }}
else if (innerWidth!=do cument.MM_pgW || innerHeight!=do cument.MM_pgH) location.reload ();
}
MM_reloadPage(t rue);
//-->
</script>
<SCRIPT LANGUAGE="JavaS cript">
function wachtwoord()
{
var geheim = prompt("Wachtwo ord:","");
location.href = geheim + ".html";
}
</script>
second part
Klanten........ text......
<FORM>
<INPUT TYPE="button" VALUE="Klantcod e" onClick="wachtw oord()">
</FORM>
<p> </p>
</BODY>
<script language="JavaS cript">
<!--
window.open = SymRealWinOpen;
//-->
</script>
I have a problem with a routine i used for a couple of years, without any problems. Just a few weeks ago people started to say they cant enter the code.
On my work i testted it and indeed it didn't worked anymore. but at home it works..
The problem start when you click on the button it gives a error, and displays null.html
The site is www.rvellinga.n l and wil be accessed by "klantcode" wich will be follewd by the button....
I think its has to do with IE 7 but i am no programmer..
And for test purpose i have made a page with a code geheim (small captions)
For your info i pasted trhe code herin...
And yes, there is a page wich the code will load.
Please can somebody help me??
Ricardo
first part :
<script language="JavaS cript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</script>
<script language="JavaS cript" type="text/JavaScript">
<!--
function MM_reloadPage(i nit) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Net scape")&&(parse Int(appVersion) ==4)) {
document.MM_pgW =innerWidth; document.MM_pgH =innerHeight; onresize=MM_rel oadPage; }}
else if (innerWidth!=do cument.MM_pgW || innerHeight!=do cument.MM_pgH) location.reload ();
}
MM_reloadPage(t rue);
//-->
</script>
<SCRIPT LANGUAGE="JavaS cript">
function wachtwoord()
{
var geheim = prompt("Wachtwo ord:","");
location.href = geheim + ".html";
}
</script>
second part
Klanten........ text......
<FORM>
<INPUT TYPE="button" VALUE="Klantcod e" onClick="wachtw oord()">
</FORM>
<p> </p>
</BODY>
<script language="JavaS cript">
<!--
window.open = SymRealWinOpen;
//-->
</script>
Comment