venrooy Hasalarge Member Sep 10, 2007 50 1 0 Oct 19, 2007 #1 I need a script that will hide - or not show an image until the page is refreshed. When the refresh button on the browser is hit - the picture appears. I've seen it done, but the script was hidden. Does anyone know how to do this? Thanks.
I need a script that will hide - or not show an image until the page is refreshed. When the refresh button on the browser is hit - the picture appears. I've seen it done, but the script was hidden. Does anyone know how to do this? Thanks.
S solars New member Oct 13, 2007 44 1 0 Oct 19, 2007 #2 I think you could either use a GET/POST var, or session data (set a session var on that page)
S stmadeveloper New member Aug 30, 2007 1,687 36 0 Oct 19, 2007 #3 Set a cookie on the first page load - then set the image to only show if the cookie exists. Pretty easy stuff with php.
Set a cookie on the first page load - then set the image to only show if the cookie exists. Pretty easy stuff with php.
venrooy Hasalarge Member Sep 10, 2007 50 1 0 Oct 19, 2007 #4 stmadeveloper said: Set a cookie on the first page load - then set the image to only show if the cookie exists. Pretty easy stuff with php. Click to expand... I'm a scriptard right now - still learning. But I did find a script that does what you've said and it works fine. Thanks.
stmadeveloper said: Set a cookie on the first page load - then set the image to only show if the cookie exists. Pretty easy stuff with php. Click to expand... I'm a scriptard right now - still learning. But I did find a script that does what you've said and it works fine. Thanks.