Booking Form works in Firefox not in IE

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jwall101
Forum Newbie
Posts: 2
Joined: Wed Apr 16, 2008 6:35 pm

Booking Form works in Firefox not in IE

Post by jwall101 »

Hi.

First post here and think I've got the right place and have tried to do the research, but forgive me if I've overlooked something obviously answering my question already.

I have a booking form at https://delta.securesslhost.net/~iscaxe ... urse/?id=6 which seems to be duplicating the accommodation fee in IE but adds up fine in Firefox. I was just wondering if anyone had any ideas or knew of anything that needs to be done differently to correct this error. I can't really see what's wrong with the code.

Many thanks in advance.

Kind regards,

Jonathan
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Re: Booking Form works in Firefox not in IE

Post by aceconcepts »

It'll be pretty difficult to determine the cause of this without seeing any source code!!!
jwall101
Forum Newbie
Posts: 2
Joined: Wed Apr 16, 2008 6:35 pm

Re: Booking Form works in Firefox not in IE

Post by jwall101 »

Ok. That's kind of a basic, right!?

Well I've got the matter sorted now anyway. Seems it was a jscript error.

Thanks anyway.
User avatar
markusn00b
Forum Contributor
Posts: 298
Joined: Sat Oct 20, 2007 2:16 pm
Location: York, England

Re: Booking Form works in Firefox not in IE

Post by markusn00b »

jwall101 wrote:Ok. That's kind of a basic, right!?

Well I've got the matter sorted now anyway. Seems it was a jscript error.

Thanks anyway.
It was never going to be PHP as PHP runs serverside and has absolutely nothing to do with the browser.
Post Reply