On 14 sep, 07:28, helpersq <[email protected]> wrote:
> Hello,
> There is a page that does not load properly, this is the
> link:http://claro.com.do/productos.aspx there is supposed to appear a
> cellphone for one to write a message, but nothing appears. The
> cellphone part is this link:http://claro.com.do/iframes/sms.htm
> I can load that page without a problem in Mozilla Firefox and in
> Internet Explorer 8, and used to do it in Chrome before it was
> updated. Thanks in advance.
on iframe src write the full address instead a relative one.
change this:
src="iframes/sms.htm"
into this:
src="http://claro.com.do/iframes/sms.htm"
-Pedro
--~--~---------~--~----~------------~-------~--~----~
Chromium Discussion mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-discuss
-~----------~----~----~----~------~----~------~--~---