brown2005 Posted December 3, 2007 Share Posted December 3, 2007 i have a number of websites that i own and i want to be able to have on one of my sites a storage for banners (468 x 60) and i wanted to create a script so that they can be called on other websites. any ideas please? Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted December 3, 2007 Share Posted December 3, 2007 Use a html or php include, use an iframe or load it with ajax. I usually use an iframe, because it is the simplest way. Quote Link to comment Share on other sites More sharing options...
brown2005 Posted December 3, 2007 Author Share Posted December 3, 2007 do you know of any examples mate, cause ive never used iframe? thanks Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted December 3, 2007 Share Posted December 3, 2007 yeah man - check this example out: <iframe src="http://www.google.com" width="500" height="400" scrolling="no" frameborder="0" allowTransparency="true" ></iframe> that should fix you up nicely Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.