Hi
I hope that some in the community has expericens with following:
I have a modal popup window (jqxWindow) that needs to be shared by multiple pages. It is actually is more tightly bound to one page rather than the others.
As I see it, I have these options:
1) Make a html file with htm and javascript and load it where the window should be used.
2) Declare it in a page and load the div (fragment) identifying the window.
Both are fine with me, but I am unsure of:
1) Can a load’ed page contain script includes or do all javascript has to be declared inline in the page
2) If loading a fragment, does this include the javascript contained in the page (either inline or referred to by script includes)
It is an existing system, so some things are given in advance.
Thank you in advance.
/Søren