popup_menu

2004-06-24 Thread Werner Otto
Hi All, Any idea how to disable a popup_menu? Regards Otto -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Re: popup_menu

2004-06-24 Thread Wiggins d Anconia
Hi All, Any idea how to disable a popup_menu? This is client side, javascript or XForms. See the 'disabled' attribute, but this will be highly browser dependent. http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Unexpected CGI and HTML

2004-06-24 Thread Sean Davis
I have an odd result (at least to me) that I can't explain. I am using CGI::Application and have the following subroutine that returns $output, the html for the page (only a toy example, but illustrates the point, I think): sub return_probe_details { # Get OligoMap object (actually, just

Re: Unexpected CGI and HTML

2004-06-24 Thread Wiggins d Anconia
I have an odd result (at least to me) that I can't explain. I am using CGI::Application and have the following subroutine that returns $output, the html for the page (only a toy example, but illustrates the point, I think): sub return_probe_details { # Get OligoMap object (actually, just

Re: popup_menu

2004-06-24 Thread Octavian Rasnita
BTW, regarding XForms, does anyone know if they are supported by the browsers, and if yes, where can I get more information/manual about using them? Thank you. Teddy - Original Message - From: Wiggins d Anconia [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Unexpected CGI and HTML

2004-06-24 Thread William McKee
On Thu, Jun 24, 2004 at 01:42:35PM -0400, Sean Davis wrote: From where is the tagset div/div coming? It isn't a problem here, of course, but if I try to use this with HTML::template, it is causing problems. Any ideas? Hi Sean, That's a good question. I don't understand what problems you