toolman
02-19-2004, 11:44 AM
How do i use a text link instead of a button in a form?
|
View Full Version : text link instead of a submit button toolman 02-19-2004, 11:44 AM How do i use a text link instead of a button in a form? Sheila 02-19-2004, 11:58 AM I found this... http://forums.devshed.com/t80647/s.html Hope it helps. toolman 02-19-2004, 12:02 PM Thanks.. that way uses javascript (personally dislike). Do you think theres a way to do it in just html or css? Sheila 02-19-2004, 12:12 PM The ones I keep finding all use javascript. Sorry :sad: toolman 02-19-2004, 12:21 PM Ok, thank you :) Does javascript work in all browsers? Sheila 02-19-2004, 12:23 PM Here is a browser reference chart: http://hotwired.lycos.com/webmonkey/reference/browser_chart/ toolman 02-19-2004, 01:51 PM Hi again, Im trying to use the javascript way, but i cant seem to get it to work. This is what i want to change: <input class=addbtn type="submit" value="Sign the guestbook"> |