[3866] in java-interest

home help back first fref pref prev next nref lref last post

No subject found in mail header

daemon@ATHENA.MIT.EDU (Oussama.Senaji)
Thu Nov 30 04:58:39 1995

Date: Thu, 30 Nov 1995 09:39:49 +0100
Reply-To: Oussama.Senaji-Rhazi@inria.fr
From: "Oussama.Senaji" <Oussama.Senaji-Rhazi@inria.fr>
To: <java-interest@java.sun.com>

Can someone help me how can i  fill INPUT tags in the HTML's FORM using JAVA. I have tried this, but something is wrong :

     public Document _myDoc = null;
     public Vector      _myVec = null;
 
     _myDoc = new Document(this.documentURL,"STRING");    //this is the current applet

     _myVec = _myDoc.getTags();

      System.out.println(_myDoc.toString());
      System.out.println(_myVec.toString());

As result ::

** Document[url=net.www.html.URL[protocol=http, host=fuisse.inria.fr, file=/SetFirst.html], title = ]

$$ [browser.StyleTagRef[plaintext: pos = 0]]

I don't know why i get <plaintext> tag since my HTML document have title, form, input.... tags.
in ** i have the good URL to my HTML document (SetFirst.html).

-- Oussama   
     
---------------------------xxXXxx-------------------------
E-Mail : Oussama.Senaji@previsia.fr
******************************************

             INRIA Projet PREVISIA
             Domaine de Voluceau - BP.105
             78153 Le Chesnay cedex (France) 
             Tel: (33) 1 39 63 51 62
             Fax :(33) 1 39 63 50 34
---------------------------xxXXxx-------------------------
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post