Forum Moderators: open
Basically I have an existing community site built in Perl. On some of the pages, I use a remotely hosted tag board (like a shout box). The board is remotely hosted so the users have to type in their name when posting which is 1) annoying and 2) easy to get spammed.
The board code is pasted within a dynamic template page. On this dynamic page, I am able to call certain variables using some code snippets like the username for example would be: <!--username-->
What I am wondering is if it is possible (using maybe JavaScript or otherwise) to perform an operation that determines the <!--username-->, converts it to the actual username (ie: CodeGuy), inserts the username into the "name" textbox of the tag-board form and then de-activates the text box so that the name cannot be changed?
Am I going way over-board or is this possible? If you can help me I would REALLY appreciate it.
Thanks
[edited by: DrDoc at 2:07 am (utc) on July 21, 2007]
is that the tag-board is not connected to my database which is why they have to type in their name. But the board code is being inserted in one of my dynamic members area pages that can read snippets like <!--username-->
Just wanted to clarify that.
[edited by: Dollface at 10:56 pm (utc) on Mar. 21, 2008]