Ask a Question related to ASP.NET Security, Design and Development.
-
Edward King #1
ASP "no error" error
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:
[url]http://localhost/test/default.asp[/url]
I found I can get this page,then I use my computer's IP address,
[url]http://192.168.0.3/test/default.asp[/url]
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!
Edward King Guest
-
Help! Can not save anything in Illustrator format - Error message "unknown error has occured"
I am using Illustrator CS on XP, I was trying to save my work, it was a template and about 10 layers. I got the error message "unknown error has... -
Error "creating file: 1008:5, -5000 Access Denied Error"
I'm unable to install Flash Player 9 in OS X (10.4.8). I followed the following tech note: http://www.adobe.com/go/4aa64290 * I uninstalled Flash... -
Acrobat Form Submit error: changes VALUE="true" to "0"
I wrote an HTML page with a form. In the form I had many inputs as in: <INPUT TYPE="radio" NAME="Q1" VALUE="true"> and <INPUT TYPE="radio"... -
#12029 [Com]: "--with-apxs" can cause the error "MySQL: Unable to save result set in"
ID: 12029 Comment by: sietzepost at streetwisedd dot nl Reported By: root at byone dot com Status: Bogus Bug... -
Error in CreatObject(""): 32797: Application-defined or object-define error
Hi, I am getting "Application-defined or object-define error" when trying to instantiate an MTS component. However, when I run the VB source-code... -
Ken Schaefer #2
Re: ASP "no error" error
Sounds like a client-side error to me - nothing to do with ASP or ASP.NET
In the first case, the site is in the Local Intranet IE security zone
In the second case, the site is in the Internet IE security zone, which is
probably why is preventing you from executing that javascipt. Add the
address to the Intranet or Trusted Sites security zones.
Cheers
Ken
"Edward King" <zhangsc@neusoft.com> wrote in message
news:O0FcRRU%23EHA.3892@TK2MSFTNGP10.phx.gbl...>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:
> [url]http://localhost/test/default.asp[/url]
>
> I found I can get this page,then I use my computer's IP address,
> [url]http://192.168.0.3/test/default.asp[/url]
>
> 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!
>
>
Ken Schaefer Guest



Reply With Quote

