Page 1 of 1
IE problem for my code.
Posted: Sun Sep 25, 2005 11:41 pm
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
Posted: Sun Sep 25, 2005 11:49 pm
by feyd
it'd help to see your code.
Posted: Mon Sep 26, 2005 1:34 am
by dude81
Cant it be possible without code. I jus need general problems that will cause this kind of error
Posted: Mon Sep 26, 2005 2:09 am
by dude81
Code: Select all
<body onload="Javascript: document.quantity.submit()
Is this accepted by IE??
Posted: Mon Sep 26, 2005 2:46 am
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??
Posted: Mon Sep 26, 2005 6:48 am
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
Posted: Tue Sep 27, 2005 1:15 am
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