Transfering from Iframe to Object

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
malcg
Forum Newbie
Posts: 3
Joined: Tue Sep 06, 2005 12:15 pm
Location: London, UK

Transfering from Iframe to Object

Post by malcg »

I have been using Iframe to display portal information from other domains on a php page successfully. e.g. http://suttonchamber.org.uk/scc-pg42.php?subEntry=1 - the Events Calendar

I am aiming to comply with WAI level 3 which deprecates Iframe (no comment!!)

I would like to use Object instead of Iframe - this works on MSWin2K with MSIE 6
see http://test.suttonchamber.org.uk/ - the Poll
BUT fails to display any object data on MSWin-XL with latest MSIE

Is there a way of creating an applett/serverlet to obtain output from portal website(s) and dispaly as object content - or am I missing something simple ??

This is the html that is on test site for object:

Code: Select all

<object
	class="http://services-direct.net/"
	data="http://services-direct.net/polT/pol-pg01.php?bgcolor=E0E0E0"
	type="text/html"
	style="width:165px; height:295px;">
	Please wait while poll is loaded
</object>
Any help greatly received
Post Reply