Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Works in FF3 not IE8
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mjhaston  
View profile  
 More options Oct 28, 3:59 pm
From: mjhaston <mich...@haston.name>
Date: Wed, 28 Oct 2009 12:59:56 -0700 (PDT)
Local: Wed, Oct 28 2009 3:59 pm
Subject: Works in FF3 not IE8
            function ajaxRequest2(){
                                var url = "/cgidev2p/r_chgpwd.pgm";
                                var pars = 'v_current=' + escape($F('v_current')) + '&v_new=' +
escape($F('v_new')) + '&v_confirm=' + escape($F('v_confirm')) +
'&sessionid=' + escape($F('sessionid'));
                                var submitObj = document.getElementById('goButton');
                                new Ajax.Request(url, {
                                        method: 'get',
                                        parameters: pars,
                                        onSuccess: function(transport){
                                                var message = $('message');
                                                if (!transport.responseText) {
                                                        //alert('alert 1');
                                                }
                                                else {
                                                        if (transport.responseText == 'You may submit your change.') {
                                                                v_messege.update(transport.responseText).setStyle({
                                                                        background: '#dfd'
                                                                });
                                                                submitObj.disabled = false;
                                                        }
                                                        else {
                                                                v_messege.update(transport.responseText).setStyle({
                                                                        background: '#fdd'
                                                                });
                                                                submitObj.disabled = true;
                                                        }
                                                }
                                        }
                                });
                        }

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
david  
View profile  
 More options Oct 30, 5:16 am
From: david <david.brill...@gmail.com>
Date: Fri, 30 Oct 2009 02:16:52 -0700 (PDT)
Local: Fri, Oct 30 2009 5:16 am
Subject: Re: Works in FF3 not IE8
Hi mjhaston,

What works and what doesn't ??
Where do you have any trouble ??
What is the question ??

--
david

On 28 oct, 20:59, mjhaston <mich...@haston.name> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Haston  
View profile  
 More options Nov 3, 10:42 am
From: "Michael Haston" <mich...@haston.name>
Date: Tue, 3 Nov 2009 10:42:44 -0500
Local: Tues, Nov 3 2009 10:42 am
Subject: RE: [Proto-Scripty] Re: Works in FF3 not IE8
This line of code doesn't seem to work in IE6.

v_messege.update(transport.responseText).setStyle({ background: '#dfd'});


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google