PDA

View Full Version : HTML Help!


Neo
02-23-2003, 11:33 PM
Hey there gang

I need to make a link like

<a href="">This</a>

but when its clicked it will submit forum info

I know about the <input type="image"> but I want to use a <a href=""> instead so it can be a timed submit

thanks all
- Neo :bandit:

Erwin
02-24-2003, 01:23 AM
What do you mean "it will submit forum info"?

Please describe exactly what you want it to do. I don't understand your request.

Neo
02-24-2003, 07:09 AM
I ment Form info.. but I figured it out.

OnClick="submit(this.form)"