How can I insert an iframe object?
Posted: Fri Mar 18, 2016 10:20 pm
How can I insert <iframe>...</iframe> to the spiderbasic page? For example, Youtube iframe.
- a basic to master the web -
https://forums.spiderbasic.com/
Code: Select all
OpenWindow(0,0,0,WindowWidth(0),WindowHeight(0),"iFrame",#PB_Window_Background)
WebGadget(1, 10, 10, 500, 500, "https://www.youtube.com/embed/ohmajJTcpNk")
OpenWindow(0,0,0,WindowWidth(0),WindowHeight(0),"iFrame",#PB_Window_Background)
WebGadget(1, 10, 10, 500, 500, "http://127.0.0.1:9080/youtube.html")