Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to disable rightclick of Web Browser Control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00595476
Message ID:
00595718
Vues:
34
The first part of the code was stripped out of because it contain some > and < in it.

Here is what you should have seen:


*keep all the contain of the page
sData = this.document.documentElement.innerHTML
*find the final ">" of the body declaration
nPos=AT('<B*DY ',UPPER(sData))+5
IF nPos>5
nPos=nPos+AT('>',SUBSTR(sData,nPos+1))+1
ENDIF
*--if the body was found
...


:-)
If we exchange an apple, we both get an apple.
But if we exchange an idea, we both get 2 ideas, cool...


Gérald Santerre
Independant programmer - internet or intranet stuff - always looking for contracts big or small :)
http://www.siteintranet.qc.ca
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform