If OpenWindow(0, 0, 0, 600, 300, "WebGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
WebGadget(0, 10, 10, 580, 280, "http://www.spiderbasic.com")
EndIf
In FF 70.0.1 I get error
TypeError: e.indexOf is not a function
In IE11
TypeError: Object doesn't support property or method 'indexOf' TypeError: Object doesn't support property or method 'indexOf'
The window will open, but not content is shown.
This worked fine in SB2.21