Thanks Michael for helping out.

I have two servers.

Server 1: Scripting Server ­ I have full control over this server and this
is where all server side script goes.
Server 2: Client Server ­ I cannot put any server side script (such as php)
on this server.  Only HTML, CSS, Javascript.

I have to work under the above conditions.

I have a form on (Server 2), that collects user data.  I need to store that
user data on (Server 1).  My limitations are that I cannot refresh the
entire page, only parts of the page.

Ajax Limitations: Does not work cross domain unless: using php, local proxy,
iFrame, JSON.

My only option is to use JSON.  So What I need is on:
On (Server2) package the data in a JSON format, so that when (Server1) goes
to the URL of (Server2), it will see the JSON data with the values I need.
Take those values. 

I know how to read the values and have the code on (Server1).  Its setting
things up on (Server2) I have a problem with.

Hope that clarifies things :)

Bjorn


On 11/23/09 1:04 PM, "Michel Belleville" <michel.bellevi...@gmail.com>
wrote:

> Using solely the content of your message I've deduced that :
> 1. you're facing a problem
> 2. you're using jQuery
> 3. something that is composed of two files containing stuff isn't doing
> whatever it's meant to be doing using functions and probably gizmos
> I've got the first and second point, though the third is not quite as clear.
> Maybe your code would help, plus a description of what it's meant to do ?...
> 
> Michel Belleville
> 
> 
> 2009/11/19 shobhit <chaturved...@gmail.com>
>> sir i am facing problem  while  using  jquery:
>> 
>> 
>>           i have two different .js file   both r include in one page
>> and having same type of function like
>>         function()
>> 
>> 
>> so they r not working at same time...........
>> plz help me out of this problem ..............
>>  thanx in advance
> 
> 

Reply via email to