Calling an APPLET from an ASPX Webform

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to call an APPLET from my webform.
Does anyone know if it works, if I´ll have any problem.
Please, i appreciate if anybody help me.
 
You don't call an applet. You create HTML that puts the appplet into the
client-side page. It's a client-side element that is created with an applet
tag.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Sometimes you eat the elephant.
Sometimes the elephant eats you.
 
Back
Top