Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not VFP but internet question
Message
De
07/07/2011 08:38:43
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
07/07/2011 04:50:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
01517465
Message ID:
01517563
Vues:
54
>Tried that, same result. The Microsoft Excel Web Application bottom bar is still visible using this code:

Maybe you can't hide an iframe... I actually thought of setting display:none in the style section, but the local override should work.

Though, it's also possible that the url inside the iframe is running some code which makes it force a display of the bottom bar, not the iframe itself. To check this, try to change some other property of the iframe (for example, force width of 50%) just to see what is it that you're seeing - the iframe or some new object.

And, by all mens, install FireBug in your FF or Chrome and rightclick/InspectElement. It will tell you much more than I can.

>
><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
><html><head>
><meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>KCP - Muestra Gratis 092010</title>
><style type="text/css">
>   html, body, div, iframe { margin:0; padding:0; height:100%; }
>   iframe { display:block; width:100%; border:none; }
>  </style>
></script>
>
></head>
><body style="color: rgb(0, 0, 0);" alink="#ee0000" link="#0000ee" vlink="#551a8b">
><iframe src="http://r.office.microsoft.com/r/rlidExcelEmbed?su=-2483898211695417552&Fi=SDDD876BBC99AAA730!171&AllowInteractivity=True" width="100%"
>height="100%"  display:none;width:100%;border:none></iframe>
></body></html>
>
>

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform