Navigation Flags

An OR of these NavMasks creates a NavFlags argument:

 

NavGet

&H00000000

Use the HTTP GET method.

NavPost

&H00000001

Use the HTTP POST method.

NavHead

&H00000002

Use the HTTP HEAD method.

NavHiddenLoad

&H00000004

This page will be loaded hidden.

NavNoReadFromCache

&H00000008

A fresh copy of this page will be loaded.

NavPresentInCache

&H00000010

This page is present in cache.

NavInFrameContext

&H00000020

This hyperlink originated in a FRAME page.

NavFormSubmit

&H00000040

This action originated in a user FORM submission.

NavContainerAction

&H00000080

This action was initiated by the container.

NavPageBack

&H00000100

This was a PageBack button action.

NavPageForth

&H00000200

This was a PageForth button action.

NavDontMakeCurrent

&H00000400

Page will be loaded to cache but not made current.

NavMetaRefresh

&H00000800

Action initiated by a META REFRESH.

NavUserHyperlink

&H00001000

Action initiated by a user hyperlink click.

NavCreateFromText

&H00002000

Create the page from text supplied in the TextToPost argument.

 

Remarks

 

Any of these flags may appear in the NavFlags argument of the BeforeNavigate event, but only a subset is used by the Navigate method.