Author Topic: form alt or title tag not working inside frame in ie  (Read 595 times)

0 Members and 1 Guest are viewing this topic.

Offline elyfrankTopic starter

  • Irregular
  • Posts: 25
    • View Profile
form alt or title tag not working inside frame in ie
« on: September 07, 2010, 10:32:04 AM »
The title tag works fine in Firefox, but the alt tag or title tag doesn't work in ie.

This is my iframe in file1.html

<iframe src="file1.php" frameborder="0" scrolling="no" width="560" height="390" marginheight="0px" marginwidth="0px"></iframe>

and this is the form inside file1.php

<form action="file2.php" method="get">
input type="submit" name="button" id="button" value="Results" alt="bla bla bla" Title="See bla bla bla"  />
  </form>
 :confused:
Thank you for your help!