javascript - Change HTML Page in Crossrider Popup -
i have popup called picker.html contains 2 options - either going options page (that crossrider doesnt natively support) or opening webpage. there more options. now, when "go options" button pressed want change popup go file options.html . i tried using appapi.browseraction.setpopup work after click on browser action making useless. window.location doesnt work crossrider uses background.html , there's no api path of resource file. you can use document.open , appapi.resources.get change whole html. need run crossridermain make sure used resources being loaded. see working example below. experience it's not possible change height of new popup / page, please edit answer if finds tested possibility (css doesn't appear working here). <!doctype html> <html> <head> <script type="text/javascript"> function crossridermain($) { appapi.resources.includecss('html/bootstra...