Author: jimbojonesowns | Posted on: 7/1/2010 5:23:21 PM | Views : 1376

Hi,
I would like to display an output on an external website by including a javascript on that external website.
On my aspx-site i did:
Response.Write("Hello");


On the external site i did:
<div id="test"><script src="http://localhost:49391/Default.aspx" type="text/javascript"></script></div>

I only get a white page on my external site :(
Thanks in advance

...

Go to the complete details ...