You are not logged in.

marbel1990

Beginner

  • "marbel1990" started this thread

Posts: 9

Date of registration: Feb 14th 2009

  • Send private message

1

Sunday, March 1st 2009, 9:54pm

Übergabe von daten über http

Hallo,

Ist es mit jabaco möglich die Daten, die im HTML code beim einbinden des Applets angegeben werden

Source code

1
2
3
<applet code="test.jar">
<param name=TESTNAME value="testwert">
</applet>


auszulesen? wenn ja wie?

A1880

Intermediate

  • "A1880" is male

Posts: 500

Date of registration: Jan 1st 2009

Location: Hanover, Germany

Occupation: Software Engineer

Hobbies: Hilbert Curves

  • Send private message

2

Sunday, March 1st 2009, 11:01pm

parent.getParameter() greift auf Applet-Parameter zu

Hallo,
das geht im Applet über

Source code

1
parent.getParameter("TESTNAME")


Gruß!

A1880

marbel1990

Beginner

  • "marbel1990" started this thread

Posts: 9

Date of registration: Feb 14th 2009

  • Send private message

3

Wednesday, June 17th 2009, 4:47pm

Hallo,

ich erhalte folgende Meldung:

Source code

1
2
3
Fehler in Applet1 Zeile 8

Es existiert keine Methode 'getParent' mit dieser Signatur!


mein code:

Source code

1
ipadresse = Me.Parent.getParent("ipaddr")


einer eine idee?

Manuel

Administrator

  • "Manuel" is male

Posts: 256

Date of registration: Jul 16th 2008

Location: Erlangen, Germany

Occupation: Software Developer

Hobbies: Jabaco, game theory, text-mining

  • Send private message

4

Wednesday, June 17th 2009, 5:06pm

Ersetze dein

Quoted

ipadresse = Me.Parent.getParent("ipaddr")
durch

Quoted

IPAdresse = Parent.getParameter("ipaddr")

Rate this thread
WoltLab Burning Board