Hello,
This is probably very easy.
I am using the navigate2 method in my prog. eg. mynav.navigate2 (url)
the method navigate2 is define like so
object.Navigate2 URL [Flags,] [TargetFrameName,] [PostData,] [Headers]
I would like to be able to pass some values the the flags parameter. How do you do this? The flags I want to set are
navnohistory,navnoreadfromcache. How do I construct the method call.
I have tried .navigate2.(url,navNohistory) but this does not work
Anthony.
This is probably very easy.
I am using the navigate2 method in my prog. eg. mynav.navigate2 (url)
the method navigate2 is define like so
object.Navigate2 URL [Flags,] [TargetFrameName,] [PostData,] [Headers]
I would like to be able to pass some values the the flags parameter. How do you do this? The flags I want to set are
navnohistory,navnoreadfromcache. How do I construct the method call.
I have tried .navigate2.(url,navNohistory) but this does not work
Anthony.