c-smile / sciter-sdk

Sciter is an embeddable HTML/CSS/scripting engine
http://sciter.com
Other
2.12k stars 223 forks source link

include @src dynamic can't load #140

Open Lincoln-xzc opened 4 years ago

Lincoln-xzc commented 4 years ago

i want to use incluse @src dynamic load correspond html file. why include @src can't load. find include src="../../html", it's can load. how to resolve?

c-smile commented 4 years ago

If that is about loading document in frame or view then use this:

frame.load(newurl); // or 
view.load(newurl);