I am trying to run an applet embedded in web browser . But if teh client system is not having JRE, applet is not running in the client system.
what i want is, if jre is not installed in client system, it has to do as like how the flash plugin is getting installed if it is not there in client system.
Hope you are clear with my question
User Profile
Collapse
-
Alert only is not working.Here i am not finding any error.
...Code:<form method="post" name="frm"> <script src="richtext.js" type="text/javascript" language="javascript"></script> <script src="config.js" type="text/javascript" language="javascript"></script> <script> <!-- initRTE('This -
i have installed firebug and i have tested. but fierebug also is not giving any error in the consoleLeave a comment:
-
I have checked the error console of firefox whcih was located in Tools -> Error Console. It didn't show any error thereLeave a comment:
-
I have tried it out. But its not working. its not giving any alert. Any browser settings i have to changeLeave a comment:
-
The text content will be inside the iframe. I have already mentioned that the editor will get initialised using one javascript function initRTE('text to be displayed in iframe','exampl e.css') and this function is defined in js files.
when i mouseover on one of the word present in inframe, it has to give an alert box.
Please adviceLeave a comment:
-
I am using two JS files here to display the rich text editor. see below the JS files
1) richtext.js
...Code:function getXHTML(data) { return new Html2Xhtml(data).parse() }; function Html2Xhtml(data) { this.data = data || '' }; Html2Xhtml.prototype.setHTML = function(data) { this.data = data || this.data }; function test(name) {Leave a comment:
-
Hi,
My requirement is using iframe only. from iframe i want to call a javascript function.Leave a comment:
-
How to call a Javascript function from iframe
Hi,
I have used a rich text editor in my application. I got it from one of the site.all are JS files.
My problem is, i want to call a javascript function from the iframe.
Can anybody help me in this regard -
How to restrict iframe inserting the tags after formatting was done
Hi,
I am facing a problem in using iframes.
For example..<h2><f ont color="blue"><s pan class="article-title">Translat ion</span></font></h2><span class="subtitle ">Malathi is a name</span>
if i am selecting the part "Translatio n Malathi" and applying any formatting (for suppose center align) to that then after saving,... -
Restricting the user not to paste,delete or update content in iframe
Hi,
i am having a text editor which uses iframe. Here if the user is trying to paste some text into the iframe, how i can restrict the user not to do that. in the same manner, i don't want the user to delete the content from iframe directly. if the user is trying to do that, it has to alert the user. -
How to get the start and end of selected text from iframe in javascript
Hi,
I am trying to do the following in firefox.Please suggest the solution that will be applicable to firefox only.
I am having one xml and xslt file. I kept the xml file content in iframe. Now what i want is, when i select the text in iframe and click on bold link, it has to get the selected text start and end and it has to insert <b> beginning and closing tags.
For example ; This is a text... -
Yes, it should happen with out page reload. Its just like , when i click on a link it should open a folder immediately.Leave a comment:
-
How to open a folder located in server from client side using javascript
Hi,
In my web application, in one of the screen when the user clicks on one link, it has to open a folder that was located in server in client side. -
-
All teh xml files will be very complex and large files. we can not bring reverse xslt concept here.Leave a comment:
-
i think we can not go with this solution.
Any other solution pleaseLeave a comment:
-
Could you pelase explain with an exampleLeave a comment:
-
First of all let me explain you clearly about my requirement
My application is as follows.
The author will login to out application. He will select a file to edit it.That file will be an xml file. we will display for the author with all the styles and formattings by converting xml file to html using xslt in text editor. so teh author can do text changes, delete text, insert and also he can format. after doing all the...Leave a comment:
-
Could you please explain me clearly. i didn't get you properly...Leave a comment:
No activity results to display
Show More
Leave a comment: