Relates to:
...
About http://www.fmdpropertymanagement.com/:
...
Description:
+ msg + ); } if (!hWnd.opener) hWnd.opener = self; if (hWnd.focus != null) hWnd.focus(); } catch(e) { alert(e.message); } } function LangWiz() { alert(Your service provider does not support any additional languages at this time.\n\nPlease contact customer support for assistance.) } function FindElement(elementName) { var i = 0; for (i = 0; i = 0 ; i--) { if (document.nvoForm.elements[i].type == text || document.nvoForm.elements[i].type == textarea) { document.nvoForm.elements[i].blur(); } } } } } var gSaveAndGoURL = ; var gChanged = false; function DoGoto(url, uid) { gSaveAndGoURL = url; CheckForTextChange(); RemoveFocusAll(); //If a UID is passed to this function then it needs to be plugged //into the redirect URL in place of the asterisk character if (uid && uid != ) gSaveAndGoURL = ReplaceString(url,*,uid); /* The following if statement first checked if gChanged is true, if so then save the page. If that fails then it checks the redirect URL to see if it has any * characters...