Joomla Extensions Demo

Support

Do not submit a bug report if you need technical support or have questions.

Forums

Post your suggestions ask for help in the community forums

Contact Me

Missing images/links, any comments, suggestions, need help? Contact me

Skype

Need desperately help?
Skype Me™! But dont abuse of it!

How to insert a java applet in a web page

Valid HTML 4.01 Frameset opera safari chrome firefox ie

I did learn a lot today while trying to validating my new sub domain: http://websitesasgraphs.waltercedric.com/ I found a huge number of examples using the tag <applet> which has been deprecated and create errors and warning in W3C validation engine. But no example using the  the new HTML <object> tag.  Hence I decide to publish this small post.

The following page are now XHTM 1.0

While this one is

Here is the code to insert a java applet into an XHTML 1.0 Strict web page

<div>
<object classid="java:mkv_htmlgraph.class"  
        type="application/x-java-applet"
        archive="mkv_htmlgraph.jar"
        width="600" height="600">
    <param name="code" value="mkv_htmlgraph" />
    <param name="archive" value="mkv_htmlgraph.jar" /> 
    <param name="image" value="loading.gif" />
    <param name="boxmessage" value="Loading Processing software..." />
    <param name="boxbgcolor" value="#FFFFFF" />
    <param name="urlFromForm" value="http://websitesasgraphs.waltercedric.com/getDataFromURL.php?url=&amp;lt;?php echo $url ?>" />
      <strong>
        This browser does not have a Java Plug-in.
      </strong>
      <br />
      <a href="http://java.sun.com/products/plugin/downloads/index.html">
        Get the latest Java Plug-in here.
      </a> 
</object>
</div>
www.waltercedric.as.graph_thumb 
The source code websiteasgraph.v01.00.00.zip has been changed and is available here: Download now

References

By the way, I discover huge issues in IE8, less in IE7 with my homepage, none in Opera or Firefox. And since my homepage is currently not valid, I will correct everything to make it XHTML 1.0 compliant today.

You might also like:
Send created pdf with javamail
1695 days ago
Send created pdf with javamail
public void testSendPDWithJavamail() catch (MessagingException e) catch (IOException e) System
blog comments powered by Disqus
Category: Useful Code

Donations

Thank You for supporting my work
Subscribe to me on YouTube

Latest Articles

  • In this series of post I will outline some common techniques to help Joomla extensions development. As you know Jooml... ...
  • CedTag  has been updated to version 2.5.3 and correct a lot of bugs and contains some nice features. CedTag is t... ...
  • CedThumbnails has been updated to version 2.5.5 and contains 1 new features for both Joomla 1.7 and Joomla 2.5. For ex... ...
  • CedSmugmug  has been updated to version 2.5.2 and correct some bugs and contains some nice features. CedSmugmug&... ...
  • If you want an extra gigabyte of storage on your Dropbox account, the online cloud service invites you to compete in i... ...

Subscribe

Latest Comments

Popular Posts

rockettheme advertisement

dropbox logo

Help Us & Leave Feedback!

  • Do you have an excellent article idea you would like to read about here? Share it!
  • Do you have some interesting tips how we could improve our site?
  • Something missing here? Help us make this blog a better place, leave feedback!
We would love to hear from you! Be active! Write us now!