Hello
I am sorry to disappoint you, my issue is unfortunately not that simple (at least to for me)
I want on my web-site on every single relocation to refresh the page so the cookies take place and the page is drawn up-to-date...
If i do JavaScript command
the page continues to refresh every second...
If I do the same with
Opera and mozilla firefox are not able therefore relocate (quite strange)
When I use PHP sign:
That is the most appropriate for all explorers but that has other issues what I am aming for is:
The page will refresh only once whenever it is relocated... (just after clicking the hyper-link)
Thanks everybody for patience any help highly appreciated
I am sorry to disappoint you, my issue is unfortunately not that simple (at least to for me)
I want on my web-site on every single relocation to refresh the page so the cookies take place and the page is drawn up-to-date...
If i do JavaScript command
Code:
[COLOR="red"]<body onLoad="*whatever refresh*">[/COLOR]
If I do the same with
Code:
[COLOR="red"]<body onUnLoad="*whatever refresh*>[/COLOR]
When I use PHP sign:
Code:
[COLOR="Red"]<META HTTP-EQUIV='Refresh' CONTENT='3;'>[/COLOR]
The page will refresh only once whenever it is relocated... (just after clicking the hyper-link)
Thanks everybody for patience any help highly appreciated