kev wood Posted May 21, 2008 Share Posted May 21, 2008 i have always used iframes to display other pages and never really come across problems with using them. i have now used on to display titles for my website and they are not displaying the titles correctly. is there another tag that can be used which will give me the same functionality as the iframe. i need to be able to change the src of these tags with the click of a button i have created in flash. Quote Link to comment Share on other sites More sharing options...
munsiem Posted May 23, 2008 Share Posted May 23, 2008 Go ahead and post the url of the site so I can take a look at it. I don't really have any suggestions other than using IFrames. If there was, I would probably be the first to use it. Quote Link to comment Share on other sites More sharing options...
haku Posted May 23, 2008 Share Posted May 23, 2008 Not a tag per se, but AJAX is the current trend that has replaced iframes. Quote Link to comment Share on other sites More sharing options...
intodesi Posted May 23, 2008 Share Posted May 23, 2008 i use PHP to include google.com on my intranet web page. not sure if that works proficiently, but for what i do at home its great.. Quote Link to comment Share on other sites More sharing options...
kev wood Posted May 23, 2008 Author Share Posted May 23, 2008 thanks for all the replies i will go look at the ajax replacement for the iframe. the website that was in questions is www.acmeart.co.uk/rigtechnew i just ended up making a bigger iframe to hold the area with the text and titles. still left with a border when it has been set to zero. Quote Link to comment Share on other sites More sharing options...
munsiem Posted May 23, 2008 Share Posted May 23, 2008 Hey just a quick suggestion, If you want to completely remove that border, try: <iframe border="0" frameborder="0"></frame> That should remove the border completely. 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.