Are you looking to execute server side code? If that's the case I'd recommend looking into a web service between the 2 sites.
IanTurner
4:04 pm on Jun 28, 2004 (gmt 0)
That is what I was looking to do, I might have a way round it which I will look into otherwise a web service may be the route we need to take.
Many thanks.
Easy_Coder
5:44 pm on Jun 28, 2004 (gmt 0)
You can look into remote object calls too.
ziggystardust
6:12 pm on Jun 28, 2004 (gmt 0)
Look into the WebRequest class if you're using asp.net or xmlhttp if you're using asp. Both let you post to remote websites and receive the response (ie. the site) as a string.