News:

The Toadfish Monastery is at https://solvussolutions.co.uk/toadfishmonastery

Why not pay us a visit? All returning Siblings will be given a warm welcome.

Main Menu

938527

Started by Griffin NoName, March 11, 2009, 11:59:08 AM

Previous topic - Next topic

ivor

Me too.  IE gives me the creeps but it still works at the Monastery.  I've never been able to duplicate Griffin's problem with the bridge.

Griffin, try FireFox or something so you know if it's an IE problem.

Griffin NoName

Quote from: MentalBlock996 on March 13, 2009, 08:37:16 PM
Griffin, try FireFox or something so you know if it's an IE problem.

Good idea. I have actually got FireFox on my old laptop with the virus...... 

Psychic Hotline Host

One approaches the journey's end. But the end is a goal, not a catastrophe. George Sand


beagle

I was looking for something to try out the IE8 developer tools on, and think I've found one of the script problems (When you go to Forum and then click on Fun and Games). In the combo box:

                  <select name="jumpto" id="jumpto" onchange="if (this.options[this.selectedIndex].value) window.location.href="http://toadfishmonastery.com/index.php?option=com_smf&amp;Itemid=32&amp;" + this.options[this.selectedIndex].value;">
                     

The onchange uses " in a mismatched way. If you use ' to change it to:

onchange='if (this.options[this.selectedIndex].value) window.location.href="http://toadfishmonastery.com/index.php?option=com_smf&amp;Itemid=32&amp;" + this.options[this.selectedIndex].value;'>

then that error goes away. Not really sure why it's got both an event based change of page and a "go" button anyway. Belt and braces? They gave up trying to get the event syntax to work?
Haven't got Firefox on this PC but Chrome doesn't automatically go to the destination unless you press go either, so it doesn't like mismatched ".
The angels have the phone box




ivor

That looks like something I can fix.  Thanks beagle!

Hmmm.  I need a bug tracker.  I can't look at this now, how am I going to remember?