On Wed, Aug 01, 2001 at 12:16:34PM +0530, Rahul Garg wrote:
>   What i want is a hyperlink after activated once get disabled..............
>   I am using HTML/PERL....
>   Can i use onClick event in hyperlink......and onClick make the hyperlink
>   disabled if there is no other way out......and how to do this....i dont
>   know javascript

I'm not seeing how this is a Perl question.  Changing the state of a
hyperlink in the browser requires client-side code, which usually involves
Javascript.  Now, if the link goes to some CGI script you have on your
server, which then outputs the page again, it's possible it can become a
Perl question.  Judging from how you're phrasing your question this seems
unlikely.

Please ask your question in the appropriate forum.


Michael
--
Administrator                      www.shoebox.net
Programmer, System Administrator   www.gallanttech.com
--

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to