You are not logged in.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

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