Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hyperlinks in browser object not working
Message
 
 
À
16/03/2005 08:17:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
00996266
Message ID:
00996268
Vues:
17
Peter,

In my tests, your html works as expected in Web browser control. I inserted a bunch of '< p> ---- < /p>' between Top and Bottom to make navigation obvious. How do you load html in the Web control?

>the following code in the browser object does not work, but in IE and frontpage (which created code in the 1st place) it works as intended:
>
>TEXT TO lcHTML NOSHOW TEXTMERGE
><html>
>
><head>
><meta http-equiv="Content-Language" content="en-us">
><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
><title>New Page 2</title>
></head>
>
><body>
>
><p><a name="top"></a><a name="top" href="#bottom">GO BOTTOM</a></p>
><p><a name="bottom"></a><a name="bottom" href="#top">GO TOP</a></p>
></body>
></html>
>ENDTEXT
>RETURN lcHTML
>
>
>in the browser object if brings up a blank page: with this in it: blank#bottom if one click on go bottom hyperlink
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform