hi guys, i know javascript can write text or html tags in your html document with a document.write();
is the a way that a javascript could call a cgi script that will print out an html tag?
the cgi script reads external html tags from a file, and the javascript's job is to call this cgi script
to print the html tag that the cgi script prints.
thanks in advance.