IE problem for my code.

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
User avatar
dude81
Forum Regular
Posts: 509
Joined: Mon Aug 29, 2005 6:26 am
Location: Pearls City

IE problem for my code.

Post by dude81 »

Hello forum,

My code for shopping car works fully on Firefox but not on IE. This happens when Im submitting an hidden form.
What can be the major reasons??

Thank You
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

it'd help to see your code.
User avatar
dude81
Forum Regular
Posts: 509
Joined: Mon Aug 29, 2005 6:26 am
Location: Pearls City

Post by dude81 »

Cant it be possible without code. I jus need general problems that will cause this kind of error
User avatar
dude81
Forum Regular
Posts: 509
Joined: Mon Aug 29, 2005 6:26 am
Location: Pearls City

Post by dude81 »

Code: Select all

<body onload="Javascript: document.quantity.submit()
Is this accepted by IE??
User avatar
dude81
Forum Regular
Posts: 509
Joined: Mon Aug 29, 2005 6:26 am
Location: Pearls City

Post by dude81 »

Im using apache 1.3 does it have any problems with session functions like session_start and session variables.
I checked, it is not passing the session array variables for every isset condition, so I have to called for every isset codntion.

but I dont think two of my hidden forms in this isset conditons are not submitted when It is called thriouhg IE?
what could be worng??
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Post by shiznatix »

we will never know without looking at your code. php will not mess up in IE because php is browser independent since it is server side and not client side. it is definatly going to be somthing wrong with your javascript. but nobody will be able to help you without seeing your code
User avatar
dude81
Forum Regular
Posts: 509
Joined: Mon Aug 29, 2005 6:26 am
Location: Pearls City

Post by dude81 »

SOLVED
it was silly problem
instead of <?$_SERVER['PHP_SELF]?> I gave the name of the file it worked successfully.
dont know what was IE trying to do with tags of php.
thanks for ur response
Post Reply