If you mean a file outside the current server directory that the page
was served from, then it doesn't work because jQuery is executing on
the client, and needs a fully qualified path to the file:

$("#abc").load("http://full.domain.path/to/file/one.html";);

If you want to load a file from the browser's local machine, you
probably can't do that for security reasons.

On Sep 9, 8:24 am, Mulpuru <[EMAIL PROTECTED]> wrote:
> $("#abc").load("../one.html");
>
> Doesn't work..

Reply via email to