Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hyperlinks in browser object not working
Message
De
16/03/2005 08:17:03
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Hyperlinks in browser object not working
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
00996266
Message ID:
00996266
Vues:
61
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> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </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


Any ideas anybody???


Thanks in advance

Peter
Peter Cortiel
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform