View Single Post
Old Dec 7th, 2006, 5:51 AM   #8
BlackDal
Newbie
 
Join Date: Feb 2006
Posts: 12
Rep Power: 0 BlackDal is on a distinguished road
you can run this script code from your computer as "local file" but you can't run from "internet location"
because
1 : it's unsafe! are you sure the object xmlhttp from microsoft server exists on every computer??
2 : access from client-to-server by getting GET is denied

you want show other page in your page?

soultion:
1 : write a server side (or server run) script!
2 : use frame with src propety for showing other page
BlackDal is offline   Reply With Quote