• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
JSConfirm Panel not working on Windows? (But works on Mac)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Prev by Date: Re: Editing Context Redux...
  • Next by Date: Fwd: 5.2.3 broke boolean conversions?
  • Previous by thread: Re: best way to display large set of data using wotable
  • Next by thread: JSConfirm Panel not working on Windows? (But works on Mac)
  • Index(es):
    • Date
    • Thread