Hi,

> <script src="http://www.domain.com/js/prototype.js";></script>
> <script src="http://www.domain.com/js/myscript.js";></script>

Is there some reason you can't use relative paths?  E.g.,:

<script src="js/prototype.js"></script>
<script src="js/myscript.js"></script>

or

<script src="/js/prototype.js"></script>
<script src="/js/myscript.js"></script>
--
T.J. Crowder
tj / crowder software / com

On Sep 11, 6:07 pm, zaher ghaibeh <[EMAIL PROTECTED]> wrote:
> hello every one :
> i have this error which am trying to solve ,
> i have add the scripts like this :
> <script src="http://www.domain.com/js/prototype.js";></script>
> <script src="http://www.domain.com/js/myscript.js";></script>
>
> in myscript.js i used many prototype Ajax method
>
> when the user go to the site by typingwww.domain.com, i have no
> problem , but when the user type domain.com
> the ie produce an error related to cross domain , its likely that IE
> think that the " domain.com " and "www.domain.com" is not the same .
>
> any one can help me to solve it ?
>
> thank you
> regards
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to