23, November 2008

image button / IE issue? - webmaster forum

 
Webdigity webmaster forums
This forum shares its ad revenue with its members!
[ 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 737 times)
Atari ST fan
*
Posts: 7
54 credits
Members referred : 0


« on: Jun 04, 2006, 07: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: 6441
39470 credits
Members referred : 374


It's time to use PHP5!


« Reply #1 on: Jun 04, 2006, 04: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
}


Last blog : Just a better Internet portal provided by Google
Atari ST fan
*
Posts: 7
54 credits
Members referred : 0


« Reply #2 on: Jun 05, 2006, 05: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: 6441
39470 credits
Members referred : 374


It's time to use PHP5!


« Reply #3 on: Jun 05, 2006, 11: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


Last blog : Just a better Internet portal provided by Google
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....

Topic sponsors:
Get a permanent link here for $1.99!


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?
Nov 23, 2008, 04:31:03 PM





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!


Forum Statistics
Total Posts: 37.756
Total Topics: 7.652
Total Members: 4.400
Tutorials : 56
Resources : 143
Designs : 220
Latest Member: GregH

31 Guests, 4 Users online :

11 users online today:



Readers

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