looking for a javascript class like swfobject to embed java and have a simple fallback if the user doesn't have java or refuses the security prompt.
thanks,
Josh
|
|
looking for a javascript class like swfobject to embed java and have a simple fallback if the user doesn't have java or refuses the security prompt. thanks, Josh
|
||
|
|
|
|
You could build one pretty easily. Have something like a div set up like this:
Then add Java Plugin Detection (builder) to your JavaScript. Then if that returns true, then do something like:
|
||
|
|
|
|
appletobject may work, but I have not used it. |
||
|
|
|
|
Just embed the applet like you normally do and insert the fallback inside or insert a javascript snippet to remove the object: Besides param, you can add other elements, e.g. paragraphs with text or javascript calling some function to replace the object.
|
|||
|
|