|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Error: uncaught exception: Permission denied to call method Location.toString
I am getting the following errors on http://www.redraiders.com/baseball/index.shtml
Code:
Error: uncaught exception: Permission denied to call method Location.toString and Code:
Error: Expected ':' but found 'body2'. Declaration dropped. Source File: http://redraiders.com/baseball/ Line: 0 it happened only after I added an include on the right rail, but the problem has to be in the original page.. please does someone have any advice?? |
|
#2
|
||||
|
||||
|
Cross-domain scripting is not permitted for security reasons.
__________________
Spreading knowledge, one newbie at a time. Learn CSS. | PHP includes | X/HTML Validator | CSS validator | Dynamic Site Solutions IE7: the generation 7 browser new in a world of generation 8 browsers. Design/program for Firefox (and/or Opera), apply fixes for IE, not the other way around. |
|
#3
|
|||
|
|||
|
but how can that be when the include that causes the problem works on the regular index page at
http://redraiders.com thanks |
|
#4
|
||||
|
||||
|
Hmm... maybe I was wrong... I don't see where the first error is. Perhaps it's in one of the external JS files.
The second error is because you're using the style attribute where you should use the class attribute. Change all occurrences of Code:
style="body2" to Code:
class="body2" |
|
#5
|
|||
|
|||
|
Quote:
http://willperone.net/Code/as3error.php |
![]() |
| Viewing: Dev Shed Forums > Web Design > JavaScript Development > Error: uncaught exception: Permission denied to call method Location.toString |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|