Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Html question
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00018075
Message ID:
00018096
Views:
42
>So you need to do the following. Create a help function that looks at a table with two fields, topic and href. Seek the current topic (set in the app as it runs) and then load in a form with the webbrowser ocx and navigate to the corresponding href. Problem is you just see the htm of the current topic, not the full html help document set at the current topic (which would be better).
>
>What I need then is a way to navigate to the main start frame htm document and then navigate the help frame to the href value.
>
>Anyone have the syntax to do this?
if you give a frame or a window a name you can use the TARGET clause
to navigate to it also there are some reserved keywords you can use in the TARGET like _top etc.

as for moving to a specific paragraph withing an html file
if you name a section
<p name="Test>
you can later
<a href="mypage.html#test"> link </a>

Arnon
Previous
Reply
Map
View

Click here to load this message in the networking platform