• Very Good, it's work.

    Only one question, I have two tables named myWords (its a kind of dictionary) and other named myText,

    I need to use the words in myWords table for change the content to myText. How can I do this. Because the tag <a> must be <a href="test.asp?idWord=1">USA</a>

    Ex. word (idWord int, txtWord nVarchar)

    Values

    id                 txtWord

    1                  USA

    2                  Brasil

    , and so on.

    Please,