Hello,
I like the "sticky" fields that the cgi.pm module gives me.

Anyway, I have the following line (traditional HTML style) and the CGI.pm
style. I want to use the cgi.pm style, but need to call my javascript. The
traditional line of course works, but how do I make that same javascript
call with the cgi.pm param???


    print textfield(-name=>lbpassword1,-size=>25); # need the javascript
call here ... How?


#<input type=\"password\" name=\"lbpassword1\" size=25 maxlength=25
onFocus=\"JavaScript:deselectOther()\"><p>\n"; # good line


Thanks,
Scott Purcell

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to