• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

ie8 rules(2), iframe src

J

justin lee

Flightless Bird
If insert code behind, ie8 runs wrong, ie6/ie7 works good.

<IFRAME id=drframe style="WIDTH: 886px; HEIGHT: 401px" name=drframe
marginWidth=0 marginHeight=0 src="http://" frameBorder=0 width=500
scrolling=no height=400></IFRAME>

I notice src=¡±http://¡±, if I write src=¡±¡±, pages display all right.



This is bugs?
 
R

rob^_^

Flightless Bird
Hi,

No Bugs here! He's gone to Pismo Beach for Spring, where "ya can eat all the
clams ya want".

http:// is a protocol (eg. http://, https://, ftp://, file://). Protocol is
a member of the uri object. Fire up the Object Browser in Visual Studio and
search for uri.

This is a public Newsgroup for IE users. Your questions about HTML and or
asp.net would be best asked in one of the MSDN forums.
http://social.msdn.microsoft.com/Forums/en/categories

Regards.

"justin lee" <justinlee2@live.cn> wrote in message
news:-OSzRCLYxKHA.5036@TK2MSFTNGP02.phx.gbl...
> If insert code behind, ie8 runs wrong, ie6/ie7 works good.
>
> <IFRAME id=drframe style="WIDTH: 886px; HEIGHT: 401px" name=drframe
> marginWidth=0 marginHeight=0 src="http://" frameBorder=0 width=500
> scrolling=no height=400></IFRAME>
>
> I notice src=¡±http://¡±, if I write src=¡±¡±, pages display all right.
>
>
>
> This is bugs?
>
>
>
>
 
P

PA Bear [MS MVP]

Flightless Bird
No-charge support for Internet Explorer 8 installation, set-up and usage
(only) is available via telephone (based on your locale) and has been
extended until 02 July 2010. Customers must be running Windows XP or Windows
Vista in a non-domain environment.

=> US & CA Residents: 1-866-234-6020
=> Other locales:
https://support.microsoft.com/oas/default.aspx?&prid=13043

justin lee wrote:
> If insert code behind, ie8 runs wrong, ie6/ie7 works good.
>
> <IFRAME id=drframe style="WIDTH: 886px; HEIGHT: 401px" name=drframe
> marginWidth=0 marginHeight=0 src="http://" frameBorder=0 width=500
> scrolling=no height=400></IFRAME>
>
> I notice src=¡±http://¡±, if I write src=¡±¡±, pages display all right.
>
>
>
> This is bugs?
 
Top