Displaying 20 results from an estimated 4000 matches similar to: "Ajax.Updater not fully work in IE7"
2008 May 07
1
Ajax.Updater is evaluating script twice
When I execute the code similar to the following:
new Ajax.Updater( Div, Page , { evalScripts: true } );
The script embedded in the result is being executed by prototype
twice. I am using IE7 but have confirmed it is also an issue with IE6.
I am using Prototype version 1.6.0.2.
Has anyone seen this before? I have found no related postings.
Thanks for any advice.
-Ben
2008 Feb 28
15
Ajax.Updater response encoding Safari
new Ajax.Updater($(''toppanel''), ''/ajax/form.php'', {
parameters: {},
evalScripts: true,
insertion: Insertion.Before
});
form.php encoding is utf-8. page encoding is also utf-8.
Why response encoding is broken in Safari?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
2007 Dec 09
5
capturing arrow keypress on IE7 with Prototype 1.6 doesn't work?
Hi!
does anyone know a fix for this?
in FF and Opera everything is fine, but in IE7 arrow keys are ignored.
thank you
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To
2006 Mar 22
2
problem with Ajax.Updater evalscript and firefox
Hello there people, im having a problem with the Ajax.Updater evalscripts, i
fill and div with a form that i get with the Ajax.Updater, that form had a
javascript validation, i put evalScripts true but when i get the form i had
an unexpected close in the firefox, i had a long time looking the answer but
nothing yet, somebody with the same problem? or the answer?
greets
--
//
// Ing. Francisco
2005 Aug 23
2
using the evalScript option on Ajax.Updater
Hi all,
I''m having trouble with the evalScript option on the Ajax.Updater. I''ve
removed everything except for the ajax call and a simple alert to try
and debug it. It doesn''t appear that the regex is finding my JS in the
response...
I''m doing an update request and the response is coming back correctly to
the updateConent function as this string:
<script
2007 Aug 31
3
Ajax.Updater on a select list not updating correctly in IE7 (fine in FireFox)
Hi all,
Been working with prototype and script.aculo.us now for around 3 days
after never really touching javascript so I am still getting to grips
with things.
So far I have successfully created 4 ajax based functions, or so I
thought until I stupidly showed a client one of them before I had
tested it in IE.
The function in question works fine in FireFox succesfully inserting
any new values
2008 Apr 14
2
transport.response is truncated
hi - i have a randon but recreatable problem whereby my
transport.responseText seems to get truncated. I have tried swithcing
btwn onSuccess and onComplete buit it happens on both.
As i said it''s totally random.
any ideas ?
what other info di i need to provide ?
many thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to
2007 Mar 13
3
showResponse() Callback not being called in Firefox
Hello All ---
I am using the AJAX Object to send form data to a PHP page. In IE, I
am able to get a call back thru the showResponse(); However, in
Firefox, the callback never gets executed. Here is my code:
function showResponse()
{
alert(''Thank You. Your information has been sent'');
}
function processForm()
{
var url = "sendEmail.php";
var name =
2008 May 07
10
a little problem with prototype and IE7
''m from cartagena Colombia(south america) ....
i''m learning prototype, i have a little problem using Ajax.Updater. i
have this code in html page :
<head>
<script src="prototype.js" language="javascript" type="text/
javascript"> </script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"
2006 Feb 16
2
javascript node with Ajax.Updater
Hi there, im having a problem with the Ajax.Updater, im using the
Ajax.Updater to get an divider, inside the div i have a javascript node that
i use to do javascript stuff, the problem is when i get the divider i get
whole the html but not the javascript node, thats a bug?
*anybody know what''s happening?*
--
//
// Ing. Francisco J. Calderón S.
//
2007 Dec 06
11
Weird Prototype behavior
In this code:
<html>
<head>
<title>PT test</title>
<script type=''text/javascript'' src=''/js/prototype/1.6.0/
prototype.js''></script>
<script type=''text/javascript''>
//<![CDATA[
Event.observe(window, ''load'', function () {
alert($(''login_username''));
});
//]]>
2006 Feb 17
6
Ajax.Updater and loading new javascript functions.
I working on rebuilding my CMS software using AJAX, and have run into
a couple problems I cant seem to find the solution to.
I am loading up a new component of my system using the Ajax.Updater,
and it loads up the HTML fine but as the component I am loading up is
fairly complicated I want to load up its relevant javascript
functions as well at the same time.
I am using the
2011 Feb 06
2
Running IE7 setup
Hi I am trying to run IE7 on my MACB00k Air OS 10.6.6. ?When I try to run IE7 and go to Internet options, under browser settings I can't set the memory for temp files. ?I enter 100MB and I get a message that the value needs to be between 8 and 8? Even when I put in 8 the setting is not retained? ?
Any Ideas, I am currently using Wine 1.2.2
Thanks in advance.
George Pannell
--------------
2011 Feb 22
3
HTTP/SSL (HTTPS) sites not working in IE6/IE7 - advice reque
Hello,
I have working IE6 and IE7 in Suse Linux Enterprise Desktop 11.1, HTTP sites working OK, but I have problems with HTTP/SSL (HTTPS) sites. Has somebody solved this?
In *IE7*, sticking point is this screen:
"There is a problem with this website's security certificate. Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server. We
2011 Feb 11
3
Help with IE7 running on Macbook Air
GeorgePannell at aol.com wrote:
>
>Hi, I am a new wine user and I have been able to get ie7 running on my
>Macbook but I cannot set the memory allocation for temp files under the
>browser setting. If I set to 100MB it gives message that setting needs to be
>between 8 and 8. If I put in 8 MB in the settings window the message does not
>reappear but it also does not
2008 Jan 31
2
Odd things happening in ie6/ie7
As always, i am again having problems in IE6 and IE7 with scripts.
The scripting works fine in FF2, opera and Safari. IE just wont load
it. Could anyone help?
It''s a static page for now, located at www.maifith.com/research/index.html
The problem,although quite obvious, is that it doesn''t load the JS in
IE6 or IE7. Any help would be appreciated.
2007 Feb 15
2
ajax.request not working in ie7
it sends the request fine in firefox but it never gets sent in ie7 (im using
iewatch). here''s my code:
var headers = [''Man'', ''POST http://'' + location.host + ''/something
HTTP/1.1'',''MessageType'',''CALL'' ];
var myAjax = new Ajax.Request( url, { requestHeaders: headers
,contentType:
2009 Aug 22
3
IE7
Ok I got IE7 working, mainly because of Steam, but I wanted to see if I
could get flash working, aparently activex controls won't install
correctly. Is there a way to fix this? (i've tried Winetricks for flash but
it tells me the .exe hash doesn't match or something). Anyways, just
curious, not to use ie in linux but mainly to get flash working since steam
seems to use IE for
2010 Oct 26
2
Can't install IE7?
I'm trying to install IE7, but a few things happened.
For one, I get a prompt saying update.exe has an error, but from there it keeps going with the installation. Not sure what that's about.
Then, I get all the way to the part where it wants me to check the box for it to allow for automatic updates. I figured no big deal so I check the box and click Next. Then it goes to the window where
2009 Aug 02
4
IE7 issue with a game
Not sure anyone will have an answer to this... but might as well ask
I'm working with a beta version of a game and under NDA (and its not in the appdb)... but IE is required for logging in and patching... I'm wondering if this is a known issue with other games... Have to use IE7 installed, as IE6 had rendering issues, that IE7 didn't, and the game directly calls IE
version of Wine