Author: DeepPowder | Posted on: 6/27/2010 10:47:16 AM | Views : 1383

 THis is a dumb question, but I have been playing with this for over an hour.  I need to put a vbscript line in an html form to add a button to a form.  I can't seem to get the quotes or whatever right around the href.  THe href = the text ToPage.asp.
<% if intUserID = 60 then
      response.write ("<input type='button' id='butTest' onclick='href="ToPage.asp"'>")
      end if %>
Help! Help!
...

Go to the complete details ...