Hi ,
i ve wrote a java code which load a page in a form after calling the function .
But it crashed IE5 sometimes and i don't know why , if someone find out please mail me 🙂
here is the code:
SCRIPT language="Javascript">
function load()
{
window.onerror = null;
window.open("log.php","displaywindow","toolbar=no , width=300 , height=300 , directories=no , status=no , scrollbars=yes,rezize=no,menubar=no,title=yes,fullscreen=no");
}
</script>
I call the load function by cliking on a text like this:
<a href="javascript:load()">test </a>
You can call the function in a php code , when you are using a submit button for example:
<?php
if(isset($log)){
//your code here
?>
<SCRIPT language="Javascript">
load();
</script>
<?php
}
?>
But remember it is not fully functionnal cause of alternate crashes of IE5..
test it and if you find out a solution , remember MAIL ME 🙂))
[H&N]Wulfgar
hokutonanto@chez.com
www.hokutonanto.fr.fm