is there a way to add some code to a link, so that it will automaticaly "load" some content into a "div".
For example: www.mysite123abcxyz.com - will show the page with project preview images. www.mysite123abcxyz.com/open - will show the page with the details of an project expanded.
The code for "opening" the details, which works so far:
<a onclick="$('#openthis').slideDown(); $('#opentheother').slideUp(); $('html, body').animate({scrollTop: $('#detail').offset().top }, 800);"><img src="open.jpg"></img></a>