Transfering from Iframe to Object
Posted: Tue Sep 06, 2005 2:12 pm
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:
Any help greatly received
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>