I have a statement in a asp,like follows£º
var str=window.top.main.document.all.contenttext.value ;
I use IIS5.0 to deploy this asp,then I visit this asp like follows:
http://localhost/test/default.asp
I found I can get this page,then I use my computer's IP address,
http://192.168.0.3/test/default.asp
I got errors! It said "no right"£¬then I erase this statement,then I visit
this asp again,this time I don't get error.But I need this statement "var
str=window.top.main.document.all.contenttext.value "
How to correct my code to run it?
Thanks!