I’m getting this error:
Unsafe JavaScript attempt to access frame with URL file://localhost/Users/bobrodes2/Documents/PD%20Manager%20UI/3.7/FieldContactAddEdit.html# from frame with URL file://localhost/Users/bobrodes2/Documents/PD%20Manager%20UI/3.7/fieldcontacteditactions_modal.html. Domains, protocols and ports must match.
I’ve done my reading, and I can’t figure out how it is that these two files could be different domains (or ports). They’re both in the same folder of the same machine! The latter file is a modal using jQuery’s dialog() method, and we’re setting up the modal as an iframe. Not sure what code will be helpful, but will be glad to post any requested.
Just start a simple web server.
If you’re on OS X or otherwise have Python installed, just
cdinto the directory you want to use as root and use…Documentation.