Hi I was wondering if there was a way to make an input button appear on a page after an X amount of seconds?
willybfriendly
4:16 am on Sep 19, 2006 (gmt 0)
That would be a job for JS, since it would be done on the browser side.
WBF
jatar_k
4:17 am on Sep 19, 2006 (gmt 0)
only if the page takes that long to load, as php is server side it has no control once the page is delivered
I would suggest trying to figure a way with javascript
cdog863
4:47 am on Sep 19, 2006 (gmt 0)
ahhhhhh ok, so then it wouldn't work for all users?
barns101
9:13 am on Sep 19, 2006 (gmt 0)
It wont work for people who don't have JavaScript enabled.
Moosetick
3:38 pm on Sep 19, 2006 (gmt 0)
You could have an animated gif that is blank(matches the background) for x seconds and them changes to a visible image for 1000 seconds. Make it your button and you won't have to rely on javascript to be enabled. Of course your link will be there but people won't see it.