OpenGL calls using JavaScript/Ajax

Hello,

  Is there any way to make OpenGL call from the JavaScript / Ajax. I want to write a OpenGl rendered in JavaScript.

Thanks In Advance

No. You could however create an Applet which has some public drawing-methods calling OpenGL internally. You can call the exposed methods appletId.methodName()