|
-
How do I Embed an applet and have it run?
I need to embed an applet in an HTML based email and have it run when you
either open the email or click on a button. I managed to include it as a
mime attachment with a Content-ID like an image but it doesn't seem to work
the same way:
-- this works...
<IMG src="cid:mypicture.gif@work" align=bottom>
-- this doesn't work...
<APPLET name=HelloWorldApplet code="cid:HelloWorldApplet.class@work"
width=320 height=200>
</APPLET>
I assume that the problem is "code=cid:".
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks