Url and text(gdi)

hi,
i would like to insert a randomly generated text, which is provided by a server, into a text(gdi) patch in realtime. i tried it using a network patch, but it did not work so far. can anybody solve this problem?
thanks a lot.

ps: this is the connection to the server:
"iframe src=“http://www.poesieautomat.com/poesieautomat.php?type=standard” width=“400” height=“300” frameborder=“0” name=“Poesieautomat”>

you need to use the http (get ) node
and enter the adress in the url pin : http://www.poesieautomat.com/poesieautomat.php?type=standard" width=“400” height=“300” frameborder=“0” name=“Poesieautomat”
thats work for me
I think you should try to insert at the begining and the end of your text some separator like a pipe to can split it easiest in vvvv

i’ll try……thanks a lot sanch

hi,
i’ve tried it the way sanch described it, but it doesn’t work.
i’m using a _http get_node, the body pin connected to the _text_pin of the _text(gdi)_node. the result is a blank screen. by the way: the status pin of the http node says:“http/1.1 400 bad request”.
i don’t know where to look for the problem because i’m not that tough in ‘networking’. does anyone know where the problem is?
thanx

You have to enter this part :
http://www.poesieautomat.com/poesieautomat.php?type=standard

The rest of the string (width=“400” height=“300” frameborder=“0” name=“Poesieautomat”) is HTML-Code.

b