I have a ASP page witch reads from set files to show names
within these files, Now organize these names I would like add color to them witch I have done. But now on the result page I would like to create a input box that would in its action somehow write the write responce some what like this
<% If Handle="The NAME" then
Response.write "<div><A href=" addy to info about the name"><b><font color='#00FF00'></A>"
end if %>
makeing THE Name a link itself to the data pages within the database I have built
one I would like the name to be a link and two I would like to know to make input boxes to allow Me or a user to write/input new data within the field
currently it does add color to the name but I want to make it easier to input the name into the database
The code look like this as it is now
<% If Handle="THE NAME" then
Response.write "<b><font color='#00FF00'>"
end if %>
within these files, Now organize these names I would like add color to them witch I have done. But now on the result page I would like to create a input box that would in its action somehow write the write responce some what like this
<% If Handle="The NAME" then
Response.write "<div><A href=" addy to info about the name"><b><font color='#00FF00'></A>"
end if %>
makeing THE Name a link itself to the data pages within the database I have built
one I would like the name to be a link and two I would like to know to make input boxes to allow Me or a user to write/input new data within the field
currently it does add color to the name but I want to make it easier to input the name into the database
The code look like this as it is now
<% If Handle="THE NAME" then
Response.write "<b><font color='#00FF00'>"
end if %>