Printer Friendly Version
Email this thread to a friend
|
what is best php or html? (In: General Search Engine Optimization)
Featured Web Site Template |
|
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
danka21819
Joined: Jul 26, 2007
# Posts: 1
|
Posted: 2007-Aug-30 15:08
Hi,
I am new to the forum and need an answer for the following case:
I am trying to embed a URL into an html page and cam up fine in all browsers except IE, surprise, surprise. I used the following code:
<!--[if IE]>
<object classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13 style=”height: 300px; width: 500px; display: block;”" data="http://204.202.2.177/jobs/index.php">
<p>backup content</p>
</object>
<![endif]-->
<!--[if !IE]> <-->
<object classid="”clsid:25336920-03F9-11CF-8FD0-00AA00686F13″" data="http://204.202.2.177/jobs/index.php" type="text/html" width="742" height="700">
<embed src="http://204.202.2.177/jobs/index.php" width="742" height="700"><noembed><img src="images/meetings3.jpg" width="742" height="700" /></noembed></embed>
<p>backup content</p>
</object>
<!--> <![endif]-->
I think the problem lies with reading a php. I dont know what the correct clsid value would be for a php.
Does anyone out there have an answer for this? Thanks so much for your help!!!!!!
Danka
|
 |
Prowler
Staff
Joined: Aug 14, 2000
# Posts: 1788
|
Posted: 2007-Aug-31 10:37
Embedding an object element has nothing to do with PHP. What kind of interactive control element you want to embed in the HTML ?
If it has something to do with ActiveX - like embedding a digital media file,then you probably this link could be of help :
[link]
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|