elyfrank Posted September 7, 2010 Share Posted September 7, 2010 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> Thank you for your help! Link to comment https://forums.phpfreaks.com/topic/212772-form-alt-or-title-tag-not-working-inside-frame-in-ie/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.