Forums

Embedded PHP in not working in IE (3 posts)

  1. hroen1
    Member
    Posted 6 months ago #

    Hello,
    please help me find a solution:

    I have the following "text" widget:

    <object
    type="text/html"
    data="http://mylocalserver/test.php"
    width=195
    height=180>
    <embed src="http://mylocalserver/test.php">
    </embed>
    alt: <a href="http://mylocalserver/test.php">test.php</a>
    </object>

    test.php retrieves data from MySQL database.
    The retrieved data is a piece of HTML code stored as text in a database field.
    This piece of HTML code retrieves a picture.

    In Firefox, it works fine - i can see the picture.
    In IE8 - I can only see the borders of the picture with no picture inside.

    Is there any way to fix it in IE?

    Thank you in advance!

  2. hroen1
    Member
    Posted 6 months ago #

    Do I really have to build a custom plugin to make that picture visible in IE too?

  3. hroen1
    Member
    Posted 6 months ago #

    Oh is there any way out??? :(

Reply

You must log in to post.

About this Topic