• 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
Modalbox.js
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Modalbox.js


  • Subject: Modalbox.js
  • From: Jérémy DE ROYER via Webobjects-dev <email@hidden>
  • Date: Thu, 3 Oct 2019 20:25:46 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ingencys.net; dmarc=pass action=none header.from=ingencys.net; dkim=pass header.d=ingencys.net; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=HRHxHsJtGodCYkljdZ5iAobNkJIDOsS/ffGpHlBZvXQ=; b=YsT+PizLmwJhrLsmkfwAdWR5bjGf0f6iqmpGjqg/J6ILYHVSod9KT7B85VemKm485Kyvtzeh31Bmy8YK3xFNjAmy238AJ77PzEAJBoiixCmeVhSUA4lNgF8n+qTK72g1acXOKV5o29y8zSnHE8B2Z6eXt470AQGuOmhyOpe/aiHdJB+JB7ypGu4v7+0MasNRpZEcOfoDhBfPnxP4z9nOOLd9KDb84Jfp8w1QGMbTTpBpoiaEIq2obTkxffXsGqB8VFeh8gVbrTMc4JG4MAwn3UDF6xVSEiz/LeqhTITEeQ3jVCsJRFpVnq0tbFwd4gf+3rcnxDPbL0HUlT58YBv14g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=R95OvRdMgr3Y4DnnRlB8W/zl3W3R/WvFIE/B4sOc/N69ecsf/YLLiJDtJsku12E43bn0QkjjrjdawoqU0I9kQtQxDGf+9aThnMenkqdWGAVZV5O2v4LfWekdNp3FQPl+I1FYue0SrUKkGvKWz2dM9u02lXgWFwb6+nitTAt4X1kQjWYwL0qlKk3LFgrSV0hqWoVcTUEcLrP3vFXcyrmgrkAU8TaMpVc5OPv1dIIiyjJZxQ4qfJ4knXZMFJm+9qMy3dJvzZ124Evt6O27qplMJjTL1PmX4lDmD2hHxmvHbta4xpS2xdIJ3mpUnwKG6uOBbfGML5L06SDo+H+daByrSg==
  • Thread-topic: Modalbox.js

Hi all,

For those who be have encountered problems with ie and modalboxes, I has to
replace :

  var evalScript = function(script) { return eval('(' + script.replace('<!--',
'').replace('// -->', '') + ')'); };

by

  var evalScript = function(script) { return script.replace('<!--',
'').replace('// -->', '').evalScripts(); };

to make all my (java)scripts working.

May it helps someone(s) else,

Jérémy
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Next by Date: Binding to static vars?
  • Next by thread: Binding to static vars?
  • Index(es):
    • Date
    • Thread