Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Removing scrollbars from dynamic IFrame
Message
De
09/01/2012 08:50:56
 
 
À
09/01/2012 08:45:53
Information générale
Forum:
Javascript
Catégorie:
IFrame
Divers
Thread ID:
01532460
Message ID:
01532461
Vues:
38
This works:
function Selection(toFieldPrimaryKey,tcUrl,toFieldValue,toFieldAdditionalKey)
{
   loIFrame=document.createElement("IFRAME")
   loIFrame.name="IFrameSelection"
   loIFrame.src=tcUrl
   loIFrame.frameBorder="0"
   loIFrame.scrolling="no"
   window.parent.document.body.appendChild(loIFrame)
}
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform