Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Re: How do i chec a radio button in Perl?

by earthboundmisfit (Chaplain)
on Aug 08, 2001 at 20:08 UTC ( [id://103107]=note: print w/replies, xml ) Need Help??


in reply to Re: How do i chec a radio button in Perl?
in thread How do i check a radio button in Perl?

The JS method is ok, but what if users have JS turned off? You could also do <INPUT TYPE=IMAGE SRC="..." border=0 ALT="alt text">

Replies are listed 'Best First'.
Re: Re: Re: How do i chec a radio button in Perl?
by bladx (Chaplain) on Aug 08, 2001 at 21:23 UTC
    Good point, earthboundmisfit!

    It would be a good idea to use:
    <input type="image" src="..." border="0" alt="submit">


    because personally, I turn JS off many times, since I am not really impressed by everything JS can do... anyhow, it would be a good idea to choose to go this route rather than risk people not being able to use the button.

    Andy

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://103107]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-18 19:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found