Jump to content

form alt or title tag not working inside frame in ie


elyfrank

Recommended Posts

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!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.