Novice: inserting text from external source

D

Derek Fountain

G

Grant Wagner

Derek said:
I have a piece of text which is generated by an external CGI-alike method.
That is, if I go to "http://myserver/cgi-bin/translate.pl?word=aardvark" I
get back the translation of the given word. I would like to use Javascript
to insert that translation into the document, something along the lines of:

document.write( "http://myserver/cgi-bin/translate.pl?word=aardvark" )

but where the string is evaluated as a URI and the result is written into
the document.

Can I do that using Javascript?

<iframe src="http://myserver/cgi-bin/translate.pl?word=aardvark"></iframe>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top