Open Lincoln-xzc opened 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?
If that is about loading document in frame or view then use this:
frame.load(newurl); // or view.load(newurl);
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?