define an IFRAME function to fix a bug on IE6 and IE7 to avoid to open a new window
try:# missing on some old databasessql('CREATE INDEX entities_extid_idx ON entities(extid)')except:pass# already existscheckpoint()sql('CREATE INDEX entities_type_idx ON entities(type)')checkpoint()