Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hyperlinks in browser object not working
Message
 
 
To
16/03/2005 08:17:03
General information
Forum:
Visual FoxPro
Category:
Internet applications
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00996266
Message ID:
00996268
Views:
18
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform