Results 1 to 9 of 9
- 03-20-2009, 12:49 AM #1
[SOLVED] App embed in webpage - netbeans 6.5
Hi, although this may have a simple answer I am trying to embed my application into a html page. I have written a very basic html page thinking that by placing the page in the folder with all the class files, thinking that by naming the application class name into the html page, but I get an error.
Can someone advise is there a particular way to embed the applet?
html page code
frmBmi.class is the JformJava Code:<html> <head> <title>Fatbusters Body Mass Index Readings</title> </head> <body> <applet code="frmBmi.class" width="707" height"454"> [Java Applet] <param name="BgColor" value="adadad"> </applet> </body> </html>
Thanks in advance
- 03-20-2009, 12:53 AM #2
I have embeded an app b4 but this was freeware downloaded from the net, I used the same methods but find I am a little puzzled.
:confused:
- 03-20-2009, 01:00 AM #3
I have just tried the following
I would be grateful if someone could advise as to why either of these does not pick up the application<html>
<head>
<title>Fatbusters Body Mass Index Readings</title>
</head>
<body>
<applet code="frmBmi.class" height="454"
width="707">Browser does not support Java applets!
</applet>
<param name="BgColor" value="adadad">
</applet>
</body>
</html>
Thanks
-
How many fora are you cross-posting this question in? I have to admit, that you really pissed me off with your last thread. I went to the trouble of downloading your app, going through it,... just wasted my time it seems. I've learned my lesson.
- 03-20-2009, 01:19 AM #5
embed
Sorry for that but I was desperate for the answer, I dont usually use the other forum but I was in a bit of a mess.
This post is only in this forum.
:D
-
Then if you respect us at all, at least post links to any and all cross-posts. I know that I for one don't like wasting my time, no matter how desperate you are. My time is valuable too you know.
- 03-20-2009, 01:25 AM #7
I have apologised now, if you dont want to bother then dont but I am not going to get on my knees and beg.
I appreciate the fact that the error was mine and as I say I dont usually post in any other forum.
Yes I know your time is as valuable if not more than mine.
As I say my mistake but can this be an end to the telling off.
:D
-
no problem. no further telling off. best of luck.
Last edited by Fubarable; 03-20-2009 at 01:31 AM.
- 03-20-2009, 01:31 AM #9
Similar Threads
-
Have to embed link to website in JFrame
By pkumar85 in forum New To JavaReplies: 0Last Post: 11-24-2008, 12:01 AM -
Help, Embed video in java applet?
By darthbane13 in forum New To JavaReplies: 0Last Post: 08-29-2008, 10:09 PM -
How to embed Swing and AWT in SWT
By Java Tip in forum SWTReplies: 0Last Post: 07-02-2008, 08:07 PM -
How Do I Embed Java Correctly To A Web Page
By abcd in forum Java AppletsReplies: 7Last Post: 01-28-2008, 07:53 AM -
Email Embed Image
By gui.gomes in forum Advanced JavaReplies: 3Last Post: 11-19-2007, 02:08 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks