I have a website on two domains. I want to load a file what is on a different server.
When I load it like this (same server) it works perfect
$("#prijslijst1").load("info_prijs_vd.html");
however when I try this
$("#prijslijst1").load("www.example.com/info_prijs_vd.html");
it doesn't load. I've tried also http://www.example.com etc.
I can't figure it out what's wrong here.
Any suggestion?