FYI - The following works for me in IE6/FF1.5 (the only 2 I tested)

<html>

<head>
        <script type="text/javascript">
                window.alert = function (sMsg){
                        prompt(sMsg);
                }

                // the alert box is now the prompt dialog
                alert("hello world");
        </script>
</head>

<body>
</body>
</html>


>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
>Behalf Of Dan G. Switzer, II
>Sent: Monday, February 12, 2007 9:39 AM
>To: [EMAIL PROTECTED]; 'jQuery Discussion.'
>Subject: Re: [jQuery] Miniscule (<1k) Drag'n'Resize for jqModal via jqDnR
>
>Try
>
>window.alert = function (){
>       $('#ex1a').jqm();
>}
>
>-Dan
>
>>-----Original Message-----
>>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
>>Behalf Of Alexandre Plennevaux
>>Sent: Sunday, February 11, 2007 7:51 AM
>>To: 'jQuery Discussion.'
>>Subject: Re: [jQuery] Miniscule (<1k) Drag'n'Resize for jqModal via jqDnR
>>
>>No, not at all !(
>>
>>
>>This is what i tried:
>>
>>
>><script type="text/javascript">
>>
>>function alert() {
>>      $('#ex1a').jqm();
>>}
>>
>>$().ready(function() {
>>alert("hello world");
>>
>>});
>></script>
>>
>>
>>Just nothing happens.
>>
>>-----Original Message-----
>>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
>>Behalf Of R. Rajesh Jeba Anbiah
>>Sent: dimanche 11 février 2007 11:55
>>To: [email protected]
>>Subject: Re: [jQuery] Miniscule (<1k) Drag'n'Resize for jqModal via jqDnR
>>
>>On Feb 10, 3:02 pm, "Alexandre Plennevaux" <[EMAIL PROTECTED]>
>>wrote:
>>> Well, i used to disable alert like this:
>>>
>>> function alert() {}
>>
>>   Oh, thanks.
>>
>>> But i guess you could tweak it to launch a modal window instead. I'll
>>> give it a try
>>
>>   Just curious, was your try success?
>>
>>--
>>  <?php echo 'Just another PHP saint'; ?>
>>Email: rrjanbiah-at-Y!com    Blog: http://rajeshanbiah.blogspot.com/
>>
>>
>>_______________________________________________
>>jQuery mailing list
>>[email protected]
>>http://jquery.com/discuss/
>>
>>--
>>Ce message Envoi est certifié sans virus connu.
>>Analyse effectuée par AVG.
>>Version: 7.5.441 / Base de données virus: 268.17.35/680 - Date: 10/02/2007
>>21:15
>>
>>
>>
>>_______________________________________________
>>jQuery mailing list
>>[email protected]
>>http://jquery.com/discuss/
>>
>
>
>
>_______________________________________________
>jQuery mailing list
>[email protected]
>http://jquery.com/discuss/



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to