28, May 2012

image button / IE issue? - webmaster forum

 
Webdigity webmaster forums
[ Home | Help | Search | Forum's Shop | Archive | Login | Register | Webmaster Directory ]
Webdigity Webmaster Forums  >  Web Development  >  PhP  >  PHP classes @finalwebsites.com  >  Access_user Class (Moderator: Olaf)
Topic: image button / IE issue?
« previous next »
Pages: [1] Print

Author Topic: image button / IE issue?  (Read 1260 times)
Atari ST fan
*
Posts: 7
54 credits
Members referred : 0


« on: Jun 04, 2006, 06:14:30 am »

Hello Olaf

I have successfully installed the script and it is fantastic - just what I need.

However I have an IE issue. (The below has worked for me in Safari and Netscape)

I am having trouble using an image button for the pages to login, register, and forgotten password.
It does not submit the form.

e.g <input type="image" src="test_enter.gif" name="Submit" value="Submit">

However the password activation page works with an image button.

Do you know what causes this?

Thanks in advance
Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6691
34714 credits
Members referred : 374


It's time to use PHP5!


« Reply #1 on: Jun 04, 2006, 03:24:23 pm »

The image form element is not recognized inside the post area within IE.

you need to do another test like:
Code:
<?php
if (isset($_POST['some_other_real_form_field'])) {
  
// your code here
}

Atari ST fan
*
Posts: 7
54 credits
Members referred : 0


« Reply #2 on: Jun 05, 2006, 04:25:07 am »

Thanks Olaf

I found this worked

Code:
if (isset($_POST[''some_other_real_form_field_x'])) {
// your code here
}

appended the _x after variable name as this is what IE does when submitting form.

bad IE!

Thanks once again for your work on AUC and continued support!

Smiley
Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6691
34714 credits
Members referred : 374


It's time to use PHP5!


« Reply #3 on: Jun 05, 2006, 10:02:42 am »

Quote
bad IE!

there are so much bad things inside this bad browser Sad

Quote
Thanks once again for your work on AUC and continued support!
you're welcome Smiley

Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=2719
Tags : internet explorer browsers Bookmark this thread : Digg Del.icio.us Dzone more....

Pages: [1] Print 
Webdigity Webmaster Forums  >  Web Development  >  PhP  >  PHP classes @finalwebsites.com  >  Access_user Class (Moderator: Olaf)
Topic: image button / IE issue?
« previous next »
Jump to:
User Area
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 28, 2012, 10:36:52 am





Login with username, password and session length

Donate to our community, and get a permanent link back to your site!

Donate to our community, and get a permanent link back to your site!






Web Design Gallery · Whois Lookup · Pagerank · Tag Browsing · Lo-fi version · Syndication · Webmaster forum history · Advertise
Developed by HumanWorks © 2005 - 2012 Webdigity webmaster community · sublime directory
Webdigity Webmaster Forums | Powered by SMF 1.0.12. © 2001-2005, Lewis Media. All Rights Reserved.