|
-
Nov 19th, 2008, 02:08 PM
#1
Thread Starter
New Member
window.open in webbrowser NewWindow2
hello world,
in webbrowser there are pages in opened whithe
javascripts wendow.open
if it exceeded a an number of windows in NewWindow2 it references an error message
what to do pliz
Private Sub WebBrowser_NewWindow2(ppDisp As Object, Cancel As Boolean)
Set ppDisp = w(n).Object
n= n+ 1
End Sub
-
Nov 19th, 2008, 04:24 PM
#2
Re: window.open in webbrowser NewWindow2
Exactly what is w(n)? Where is it declared?
-
Nov 19th, 2008, 04:29 PM
#3
Thread Starter
New Member
Re: window.open in webbrowser NewWindow2
w(n)=webbrowser
n=index beacause i have 100 w
-
Nov 20th, 2008, 02:18 AM
#4
Re: window.open in webbrowser NewWindow2
If you only have 100 then if n exceeds that number then it will really raise en error.
-
Nov 20th, 2008, 04:34 AM
#5
Thread Starter
New Member
Re: window.open in webbrowser NewWindow2
not the error is in the pupup number 7 or 8
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
|