Did you find the answer to this? I'm getting exactly the same with a clean
installation of IE 6.

Thanks
Tom

Hochwender, Jason wrote:
> 
> I am not sure why I typed my code out instead of copying.
>  
> In any event, this is driving me crazy. Is it possible that something
> about my local configuration could be causing this?
>  
> (Windows 2000, apache 2.2, PHP5)
>  
>>function test() {
>>$.get('../scripts/test.php',
>>function(pReturnValue) {
>>alert(pRetunrValue);
>>}
>>);
>>}
>>
>>You have a typo:
>>alert(pReturnValue);
>>
>>Other than that, your code works for me in both FF 1.5 and IE 6>
>>
>>
>>On 6/15/06, Hochwender, Jason < Jason.Hochwender at 
<http://jquery.com/mailman/listinfo/discuss_jquery.com> jpfinancial.com>
wrote:
>>>
>>> I am trying to use the AJAX functionality of jquery but I am having
>>> problems.
>>>
>>> As a test I wrote the following javascript function...
>>>
>>> function test() {
>>> $.get('../scripts/test.php',
>>> function(pReturnValue) {
>>> alert(pRetunrValue);
>>> }
>>> );
>>> }
>>>
>>> the corresponding php code looks like...
>>>
>>> <?php
>>> echo 365;
>>> ?>
>>>
>>>
>>> I don't think this could get much simpler.
>>> In FF I get the value but in IE I do not. Any ideas???
>>> Jason
> 
> 
> 
> -----------------------------------------
> Notice of Confidentiality:
> 
> **This E-mail and any of its attachments may contain Lincoln National
> Corporation proprietary information, which is privileged, confidential,
> or subject to copyright belonging to the Lincoln National Corporation
> family of companies. This E-mail is intended solely for the use of the
> individual or entity to which it is addressed. If you are not the
> intended recipient of this E-mail, you are hereby notified that any
> dissemination, distribution, copying, or action taken in relation to
> the contents of and attachments to this E-mail is strictly prohibited
> and may be unlawful. If you have received this E-mail in error, please
> notify the sender immediately and permanently delete the original and
> any copy of this E-mail and any printout. **
>  
> Thank You.
> 
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/AJAX-%2B-IE-tf1794243.html#a5784806
Sent from the JQuery forum at Nabble.com.


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

Reply via email to