Page 1 of 1

replace buttons with hyperlinks

Posted: Wed Oct 05, 2005 7:31 am
by handshakeit
I have a script that uploads file push buttons, but i want to replace buttons with hyperlinks.

Please send suggessions

Thanks

http://www.handshakeit.com

Posted: Wed Oct 05, 2005 7:45 am
by feyd
Suggestion: post your code.


Side note: In the future, please avoid double posting and/or cross posting. We really really don't like it.

Posted: Thu Oct 06, 2005 2:16 am
by LetoAtreides
I have the same problem, someone know the solution?
Letoduke

Posted: Thu Oct 06, 2005 3:53 am
by onion2k
Do you ever get the impression that at a college somewhere a homework assignment has been handed out and we're being asked to provide the answers..

Posted: Thu Oct 06, 2005 4:07 am
by pilau
onion2k wrote:Do you ever get the impression that at a college somewhere a homework assignment has been handed out and we're being asked to provide the answers..
No, but now that you point it out ;)

Posted: Thu Oct 06, 2005 9:16 am
by $var
well, here you go kiddies...


to replace buttons with links

Code: Select all

<input name="" onClick"" class="text">
would be

Code: Select all

<a href=""# name="" onClick"" class="text">Link</a>
This isn't PHP though.
Perhaps that could be addressed in a different forum.