Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

same thing

Status
Not open for further replies.

MAWarGod

Programmer
Feb 15, 2002
352
US
I am trying to make a input for users on MY asp page to allow new users to make ther names limegreen<FORM METHOD=&quot;post&quot; ACTION=&quot;/????????&quot;>
Please enter your name:<font size=1><INPUT TYPE=&quot;text&quot; NAME=&quot;name&quot;><INPUT TYPE=&quot;hidden&quot; NAME=&quot;color&quot; value=&quot;#00FF00&quot;> <INPUT TYPE=&quot;submit&quot; VALUE=&quot;Submit&quot;>
</form>
Now on My asp page I have setup it reads from a asp file
that looks like this
<!-- mod.asp script -->

<!-- reScripting by: MA WarGod -->
<!--=Head-Administrator= -->
<% On Error Resume Next %>
<% If Handle=&quot;WarGod MA&quot; then
Response.write &quot;<b><font color='gold'>&quot;
end if %>
<% If Handle=&quot;~*WarGod MA*~ *Venna*RGW&quot; then
Response.write &quot;<b><font color='gold'>&quot;
end if %>
<% If Handle=&quot;IMORATEC`*Never say Neve&quot; then
Response.write &quot;<b><font color='yellow'>&quot;
end if %>
<% If Handle=&quot;-=Head-Administrator=-&quot; then
Response.write &quot;<b><font color='gold'>&quot;
end if %>
<% If Handle=&quot;-=Head-Administrator=--=&quot; then
Response.write &quot;<b><font color='gold'>&quot;
end if %>
My question is how do I make a input that will write the if handle in full to that file?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top