JSConfirm Panel not working on Windows? (But works on Mac)
JSConfirm Panel not working on Windows? (But works on Mac)
- Subject: JSConfirm Panel not working on Windows? (But works on Mac)
- From: Bill Reynolds <email@hidden>
- Date: Thu, 22 Apr 2004 21:54:00 -0700
Perhaps I've got it configured incorrectly, but my JSConfirm Panel 'pops' a
small confirmation window as it should on the Mac using IE, but not on the
PC. What's worse is it's a "confirm deletion" that I'm doing, which it just
goes ahead and does w/out any dialog (the whole purpose of the JSConfirm)
Here is the html from WebObjects Builder, and below it I've pasted the
bindings. Any help is always appreciated.
-Bill
<WEBOBJECT NAME=ConfirmPanel><FONT FACE="Helvetica, Sans-Serif"><FONT
SIZE=2><WEBOBJECT NAME=Hyperlink4>Delete
Record</WEBOBJECT></FONT></FONT></WEBOBJECT>
ConfirmPanel: JSConfirmPanel {
action = backToMain;
confirmMessage = "Are you sure you want to delete this?";
}
Hyperlink4: WOHyperlink {
action = deleteRecord;
}
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.