Hello all..
I am working on a Joomla site for my school. Joomla is controling most of the stuff on the site, but a few dynamic features are controlled via a link to a wrapper.
Everything works like it should in FireFox, but I suddenly got a problem with IE (it has worked before, and I have not touched anything relating to the problem). So here is the first problem...
We have some urls from another cms that we need to use in that system, they are log-ins for parents and students. The main Joomla site is located here:
www.krhskole.dk/site
Under the menu "login" there are two sublinks called "Forældreintra" and "Elevintra", the original urls for these two sections are:
www.krhskole.skoleintra.dk/Pi/Default.asp
and
www.krhskole.skoleintra.dk/Infoweb/Fi/Login.asp
Directly they both work in IE and FF. But when wrapped the first link gets completely corrupted in IE - check out this url:
www.krhskole.dk/site/index.php?option=com_wrapper&Itemid=66
Forældreintra on the other hand works in both IE and FF via a Joomla Wrapper:
www.krhskole.dk/site/index.php?option=com_wrapper&Itemid=65
I simply cant figure out what is suddenly wrong. There are no difference in the menu parameters for the two sections.
Anyone got a clue about this one?
Another problem I also got, is concerning an embeded Flash Gallery. The swf file wont load in IE (again it has worked and it is working with the direct url to the swf file). In Firefox there no problems at all. The code I have used is this:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
WIDTH="600" HEIGHT="400" id="tester">
<PARAM NAME=movie VALUE="tester.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<param name="wmode" value="transparent">
<EMBED src="http://www.krhskole.dk/site/images/tester.swf" wmode="transparent" quality=high bgcolor=#FFFFFF WIDTH="600" HEIGHT="400"
NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
The url to the gallery is this:
www.krhskole.dk/site/index.php?option=co...view&id=39&Itemid=56
I first thought this was a local IE problem on my computer, but I have checked all this on different computers and the problem is still there.
Any clues?
With kind regards
Thomas