[mapguide-users] RE: mapFrame.DigitizePoint fails in Ie9
soudemans
soudemans at ruekert-mielke.com
Wed Feb 22 09:58:57 EST 2012
Thanks Jackie for your suggestion. I tried the full URL (as opposed to
a virtual URL) which I believe should have solved the problem. The
change is as follows:
function btnEditMainBrkOnClick() {
var vMainBrkSelect =
document.getElementById("MainBreakSelect");
var vMainBrkID = vMainBrkSelect.value;
var MaintenanceFormWindow;
if (vMainBrkSelect.selectedIndex >= 0) {
var vURL =
"http://servername/website/App_Forms/WtrMainBreakEnter.aspx?MAINBRKID="
+ vMainBrkID;
var vName = "WtrMainBreakEnterForm";
var vAtt =
"status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=y
es,titlebar=no";
window.open(vURL, vName, vAtt, true);
}
This worked for me in Ie8 but not for the client using Ie9. Based on
these findings I have a feeling that the problem has more to do with Ie9
than the URL, virtual or otherwise. Any other suggestions?
From: Jackie Ng [via OSGeo.org]
[mailto:ml-node+s1560n4493487h23 at n6.nabble.com]
Sent: Tuesday, February 21, 2012 7:49 PM
To: Oudemans, Sierk
Subject: Re: mapFrame.DigitizePoint fails in Ie9
Relative urls in the ajax viewer are relative to the ajax viewer virtual
dir.
So unless WtrMainBreakEnter.aspx is under
http://yourservername/mapguide/mapviewerajax or
http://yourservername/mapguide/mapviewernet it will probably 404
- Jackie
________________________________
If you reply to this email, your message will be added to the discussion
below:
http://osgeo-org.1560.n6.nabble.com/mapFrame-DigitizePoint-fails-in-Ie9-
tp4488786p4493487.html
To unsubscribe from mapFrame.DigitizePoint fails in Ie9, click here
<http://osgeo-org.1560.n6.nabble.com/template/NamlServlet.jtp?macro=unsu
bscribe_by_code&node=4488786&code=c291ZGVtYW5zQHJ1ZWtlcnQtbWllbGtlLmNvbX
w0NDg4Nzg2fC0xMzkyMzk3NTUy> .
NAML
<http://osgeo-org.1560.n6.nabble.com/template/NamlServlet.jtp?macro=macr
o_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespac
es.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.w
eb.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemai
l.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%
3Aemail.naml>
--
View this message in context: http://osgeo-org.1560.n6.nabble.com/mapFrame-DigitizePoint-fails-in-Ie9-tp4488786p4495216.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20120222/3cecc225/attachment.html
More information about the mapguide-users
mailing list