Hi All!
I'm doing a web application (jsp) where I have several texts displayed and highlights the text rolling mouse over it.
I would like to pass an entire text as an applet parameter, so that the the text can be seen in a text pane/editor.
At the moment I have an <iframe> that shows the text from the source. I would like to pass this text as a parameter to the applet and see it in the webpage. I've seen examples where they pass a String and it works fine. However, I would like to pass the whole text.
Thank you for your help.