|
-
May 6th, 2006, 09:59 AM
#1
Thread Starter
Frenzied Member
-
May 6th, 2006, 12:21 PM
#2
Re: Click Link!
The easist solution I can think of is to use another boolean variable which you set to True when the Back/Forward button is clicked. Then you can check this flag in the BeforeNavigate2 event.
VB Code:
If blnNavButtons = True Then
blnNavigated = False
Else
blnNavigated = True
End If
blnNavButtons = False
-
May 6th, 2006, 01:27 PM
#3
Thread Starter
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|