Search found 3 matches

by elread
Sun Mar 20, 2016 7:33 pm
Forum: Tricks 'n' Tips
Topic: Set WebGadget HTML content + call parent page commands
Replies: 5
Views: 13165

Re: Set WebGadget HTML content + call parent page commands

In the SB version 1.20 (x86,Win) this library doesn't work. There was a blank screen and no errors after I run both the examples. How could that be fixed?
by elread
Sat Mar 19, 2016 7:22 am
Forum: Coding Questions
Topic: How can I insert an iframe object?
Replies: 2
Views: 2941

Re: How can I insert an iframe object?

Oh, that was easy :) Thanks.
But to be precise, I think I need to write here another way that we can use <iframe>:
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")
by elread
Fri Mar 18, 2016 10:20 pm
Forum: Coding Questions
Topic: How can I insert an iframe object?
Replies: 2
Views: 2941

How can I insert an iframe object?

How can I insert <iframe>...</iframe> to the spiderbasic page? For example, Youtube iframe.