Greybox doesn't seem to work right

mwell

New Member
edit: so the problem has to go with greybox and my domain parking....

I have a website: www.themotherwell.com but I have decided to market myself as myself, so I have www.benroche.com which just loads themotherwell.com as benroche.com

If you go to themotherwell.com and click on video and click McDonalds, you should see a quicktime movie, if you go to benroche.com and try it, the page doesn't load.
 
Last edited:

jnjc

New Member
Your problem is an ajax permissions problem. Browsers will not let you load ajax content from domain B into Domain A. If you look at the Mcdonalds link on both sites, the link target is "http://www.themotherwell.com/mcdonalds.html". This will work fine in http://www.themotherwell.com but you will get permission problems at http://www.benroche.com because the domains don't match.

Are the two domains pointing to the say spot ? If so then simply remove the domain for the start of the links, ie. change your links to be just "mcdonalds.html"
(or "/mcdonalds.html") and you should be good.

If they are in separate locations then do the above, but you will also need to copy "mcdonalds.html" (and associated files) to the www.benroche.com location.

HTH,
JC
 
Top