473,387 Members | 1,541 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

applet to object

Hello,

I am trying to convert an applet to an object. The applet works, but I
can't get the <objectto work and I'm not getting any error codes, just a
square box with an "x" in it.

Any suggestions with this would be appreciated.

Thanks, sck10


<applet width="100%" height="100%">
<param name="code"
value="com.touchgraph.linkbrowser.LinkBrowserApple t.class" />
<param name="archive" value="TGLinkBrowser.jar, nanoxml-2.1.1.jar,
BrowserLauncher.jar" />
<param name="type" value="application/x-java-applet;version=1.3" />
<param name="scriptable" value="false" />
<param name="browser" value ="yes" />
<param name="targetFrame" value= "targetFrame" />
<param name="externalFrame" value= "externalFrame" />
<param name="initialXmlFile" value="<%=getXmlSpider()%>" />
<%--<param name="initialXmlFile" value="20061127.xml" />--%>
</applet>
<object
classid="java:com.touchgraph.linkbrowser.LinkBrows erApplet.class"
type="application/x-java-applet"
archive="TGLinkBrowser.jar, nanoxml-2.1.1.jar, BrowserLauncher.jar"
width="100%" height="100%" >
<param name="code"
value="com.touchgraph.linkbrowser.LinkBrowserApple t.class" />
<param name="codebase" value="../../xaspx/db_spidergraph/" />
<param name="scriptable" value="false" />
<param name="browser" value ="yes" />
<param name="targetFrame" value="targetFrame" />
<param name="externalFrame" value="externalFrame" />
<param name="initialXmlFile" value="20061127.xml" />
</object>
Dec 19 '06 #1
2 1632
Hi Steve,

The <appletelement is deprecated in HTML 40 and we're recommended to use
the "<object>" element. e.g.

========
<OBJECT codetype="application/java"
classid="AudioItem"
width="15" height="15">
<PARAM name="snd" value="Hello.au|Welcome.au">
Java applet that plays a welcoming sound.
</OBJECT>
===========

Here is the HTML 40 specification on the <object>element(include using
applets)

#13 Objects, Images, and Applets
http://www.w3.org/TR/html4/struct/objects.html

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.

Dec 20 '06 #2
Thanks Steven...
"Steven Cheng[MSFT]" <st*****@online.microsoft.comwrote in message
news:Mx**************@TK2MSFTNGHUB02.phx.gbl...
Hi Steve,

The <appletelement is deprecated in HTML 40 and we're recommended to use
the "<object>" element. e.g.

========
<OBJECT codetype="application/java"
classid="AudioItem"
width="15" height="15">
<PARAM name="snd" value="Hello.au|Welcome.au">
Java applet that plays a welcoming sound.
</OBJECT>
===========

Here is the HTML 40 specification on the <object>element(include using
applets)

#13 Objects, Images, and Applets
http://www.w3.org/TR/html4/struct/objects.html

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no
rights.

Dec 20 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Kookymon1 | last post by:
This is an attempt to respond to an older question (several months). Date: 2002-03-07 13:10:23 PST Subject: On the Common DOM API and Applets. The original message was: >LiveConnect and the...
2
by: George Hester | last post by:
I have an applet which is a cube each face if which is a link. I have a floating <DIV> element which when the mouse is over the applet it pops up showing the text of all the links in the applet....
0
by: Wolfgang Schwanke | last post by:
Dear usenet, I'm having the following small problem. I've been ask to add some Quicktime panoramas to a website. The author of the panoramas has made two versions of each: One in MOV format,...
1
by: M. Magistri | last post by:
Hi all! Why doesn't the following code load my applet under WinXP with Internet Explorer 6? <SCRIPT language="javascript" type="text/javascript"> <!-- if (getBrowser()=="IE"){...
8
by: DKM | last post by:
Here are the source code files to a Java applet that utilizes LiveConnect to communicate with Javascript, and the HTML file. The thing works both in IE 6.0 and FireFox 1.4. but with some...
4
by: yawnmoth | last post by:
I'm currious - how do applet, object, and embed compare to one another? They seem to me to mostly do the same thing, so why would one chose one over another?
5
by: Lambuz | last post by:
First of all, is it possible usign .NET remoting feature inside a .NET applet loaded into a tag object inside an HTML page ? <OBJECT id="myID" height="150" width="300"...
1
by: brickled | last post by:
hello all, i have used the browser objects (using vb6 and vb.net) in the past to do many things "automatically" on the web. now i'm trying to "interact" with a java applet on a website. I am new...
2
by: Richard Maher | last post by:
Hi, Recently on the web I came across documentation discussing Data Source Objects (DSO) in relation to browser and html functionality (in particular the ability to declare a Java applet as a...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.