|
-
Jan 4th, 2001, 11:58 PM
#4
anyone know how to do this
It's a real easy answer... Look at your cmdGetPage_Click subroutine. Notice that you set strURL equal to one string and then immediately set strURL equal to another. The first URL never gets executed. You need to set strURL to the first value, run your code, then set strURL to the next value and do it again.
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
|