2010/1/15 ahmet <ahmet-vur...@hotmail.com>

> $ ( '. result'). load ( 'http://jquery.com/' <http://jquery.com/%27>);
> and jQuery.post() how
> we can use here? Can I use!
>

Nope, Because you cannot cross servers with Javascript, for do that kind of
stuff you should make a php file for example "get_page.php" and inside you
could do something like "<?php print_r(file_get_contents('http://jquery.com'));
?> and then call it with $('.result').load('get_page.php').

That's all :D
-- 
- Bortoli German -
Web: http://ventalocal.com.ar
Blog: http://www.geoks.com.ar

Reply via email to