[Ekit-info] Changing the text with JavaScript =?iso-8859-1?q?doesn=B4t?= work?!
Brought to you by:
hexidec
|
From: <Seb...@t-...> - 2002-09-03 16:27:16
|
Hi all!
I=B4d like to change the text in the applet using JavaScript (I=B4m writi=
ng a=20
database application with php and would like to use Ekit to edit the cont=
ents=20
of the database. The connection should be made with php, so I=B4m going t=
his=20
way).
The getDocumentText() works, so I added a second funtion for that:
public void setDocumentText(String newText)
{
jptMain.setText(newText);
jptSource.setText(jptMain.getText());
}
This works - but only sometimes. The other times the browser hangs; IE wo=
rks a=20
little better than mozilla.
Any hints?
Sebastian
PS: When testing the applet with Mozilla, it won=B4t read the parameters =
given=20
via html; IE works....
|