hi
i want to use redirection (either server side or client side) without changing the url in the toolbar ...
say i want to use only client jscript, my code is :
...
var fichier="test"+nb+".htm"
this.location.replace(fichier)
...
and i don't want the "test1.htm" (or test2.htm or anything but the 1st page url) to appear in the adress toolbar !!
is this possible ?
the only way i found is really really NOT elegant, it's to hide this in a 'false' frame, but it's kinda stupid ...
can anyone help ??? [sig][/sig]
i want to use redirection (either server side or client side) without changing the url in the toolbar ...
say i want to use only client jscript, my code is :
...
var fichier="test"+nb+".htm"
this.location.replace(fichier)
...
and i don't want the "test1.htm" (or test2.htm or anything but the 1st page url) to appear in the adress toolbar !!
is this possible ?
the only way i found is really really NOT elegant, it's to hide this in a 'false' frame, but it's kinda stupid ...
can anyone help ??? [sig][/sig]