| Author |
Page not found in Mozilla, fine in IE
|
|
| triplehorn 2005-05-02, 7:21 pm |
| Hi there..
Just wondering if anyone can help me here. My problem is this.. A link from my
flash home page to another flash page isn't displaying at all in Mozilla. It
works fine in IE. But when I click on the link in Mozilla it appends a "%20" to
the URL and shows A "Not Found" message. The home page is
http://www.allangelsmusic.com. Click on the music tab and then on the music box
that appears. Which should link to http://www.allangelsmusic.com/music.htm. It
displays fine when I delete the "%20".
Any ideas?
Cheers.
ConoMc
| |
| Bruce McMurry 2005-05-02, 7:21 pm |
| Your link probably has a space on the end if it... check your getURL
this...
getURL( "http://www.yahoo.com", "_blank");
not this...
getURL( "http://www.yahoo.com ", "_blank");
triplehorn wrote:
> Hi there..
> Just wondering if anyone can help me here. My problem is this.. A link from my
> flash home page to another flash page isn't displaying at all in Mozilla. It
> works fine in IE. But when I click on the link in Mozilla it appends a "%20" to
> the URL and shows A "Not Found" message. The home page is
> http://www.allangelsmusic.com. Click on the music tab and then on the music box
> that appears. Which should link to http://www.allangelsmusic.com/music.htm. It
> displays fine when I delete the "%20".
> Any ideas?
> Cheers.
> ConoMc
>
| |
| droopy.ro 2005-05-02, 7:21 pm |
| Hello,
I think I know why you have this problem..
you probably have a syntax error, on the gerURL() function
check to see if the page is "http://www.allangelsmusic.com/music.htm" and not
"http://www.allangelsmusic.com/music.htm "
see the difference?.. the is a space at the end of the second url.
the browsers interpret the space as %20 so maybe that's why.
the IE works, may be because it has a "safe mode".. that checks to see that
the url is not finished with a space, and if it is it delete the space..
I hope you understand what I meant..
once again check the getURL().
| |
| triplehorn 2005-05-03, 7:20 am |
| Thanks lads!
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |