hi all,
i have to display the banner in user side without refreshmene. please can any one help me to do this.
Thank u
display banners randomly without refresh
Moderator: General Moderators
- aaronhall
- DevNet Resident
- Posts: 1040
- Joined: Tue Aug 13, 2002 5:10 pm
- Location: Back in Phoenix, missing the microbrews
- Contact:
Use an iframe with an auto refresh tag:
Set the URL property to a PHP script that randomly selects an image and prints it out in an <img> tag.
Code: Select all
<META HTTP-EQUIV="Refresh"
CONTENT="30; URL=http://www.example.net/some/place/">