February 8, 201115 yr Guys and girls, I really really need some help! Why wont this iframe work in Internet Explorer? alexentertainment DOT co DOT uk / test - ignore Username: demo123 Password: demo123 When you login when viewing the site in Chrome, Firefox... etc... it intergrates perfectly however in IE, it breaks somewhere and asks you to login again and again.... I've tried various forms of code: <!DOCTYPE HTML> <html> <body> <iframe sandbox="allow-forms" frameborder="0" width="100%" height="600px" src=":// www DOT alex entertainment.co .uk/ clientlogon DOT html"></iframe> </body> </html> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "://w w w DOT w3 . org/TR/xh tml 1 / DTD / x htm l1-tran siti onal.dtd"> <html xmlns=": //w ww.w3.o rg/1999/xh tml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <iframe sandbox="allow-forms" frameborder="0" width="100%" height="600px" src=": / / ww w . alexente rtainm ent.co.uk/clien tlogo n DOT ht ml"></iframe> </body> </html> I really really hope someone can help me out here as I'm going insane!!!!! Please note I've removed some wording in the links to be able to post... but as coders you should understand what I've changed.
February 8, 201115 yr Just tried it in IE6 & IE7 (via IETester)... Minus a few script errors, it worked fine & didn't make me login multiple times. IE6 Script Errors: Line: 256 Char: 42 Error: Expected ')' Code: 0 URL: http://alexentertainment.co.uk/test-ignore'>http://alexentertainment.co.uk/test-ignore'>http://alexentertainment.co.uk/test-ignore'>http://alexentertainment.co.uk/test-ignore Line: 430 Char: 42 Error: Expected ')' Code: 0 URL: http://alexentertainment.co.uk/test-ignore IE7 Script Errors: Line: 182 Char: 42 Error: Expected ')' Code: 0 URL: http://alexentertainment.co.uk/test-ignore Line: 356 Char: 42 Error: Expected ')' Code: 0 URL: http://alexentertainment.co.uk/test-ignore Edited February 8, 201115 yr by jacksaidwhat
February 8, 201115 yr Author Hmmm strange! Ok I'll do a screen recording of what happens when I do it.... and hopefully someone will be able to see what I mean PS: Ie Tester popped up errors for me too, but when looking at the PHP scripting and the iframe's HTML it all seems good.. which is wierd! LOL
February 8, 201115 yr Author Ok... I've just uploaded a screen recording of what happens for me: ================================================ alexs design . co .uk / logon / logon .html ================================================ You'll see what happens when I "logon" via Chrome... it works You see a menu bar and informations appear When I log in via Internet Explorer 8... it just refreshes the logon screen! Is this happening for ANY one else??
February 8, 201115 yr Try using Internet Explorer 7 Compatibility mode, see if you notice any improvements. Just add the following meta: <meta http-equiv="X-UA-Compatible" content="IE=7">
February 8, 201115 yr Author FOUND THE PROBLEM!!!! It's to do with enabling session cookies! Now to work out out to fix the issue!! lol Edited February 8, 201115 yr by AlexsDesign
Create an account or sign in to comment