just make them fill out a forum, then when the submit (<input type="submit" onClick="generateCode()">)
it will change the actual source of the page by using document.write
example:
function generateCode() {
document.write("<img src=\""+document.forumName.imageSrc.value+"\">");
}
this uses forumName as the forum name and imageSrc as the name of the input value
----------------------------
Aeon of Darkness MUD - Free Online Roleplaying Game
http://aeonofdarkness.com