Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't get my applet to run

Status
Not open for further replies.

bthale

Programmer
Oct 31, 2001
108
US
I have an applet in a jsp page and logging code to see when it init(), start(), etc. but nothing seems to happen. It is not visible so I can't tell if it's loading or not. Here is my tags

<object name="printerApp"
codebase="tarrant.civil.applets.PrinterApplet"
width="0" height="0" mayscript="true">
<param name="selectedIds" value="">
</object>
 
I found I had a couple of syntax problems and changed
<param name="selectedIds" value=""> to
<param name="selectedIds" value=""/> and removed the mayscript attribute, but still not loading.

Any help appreciated
 
You should move this question to the Java forum.

Anyway, any messages in the console?

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top