<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Help required on Perl GUI in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/help-required-on-perl-gui/m-p/3868643#M98608</link>
    <description>Usually these kind of pop-ups are implemented as some JavaScript code embedded in the HTML sent by the webserver, and are executed at an onClick event on behalf of the client's agent/browser (client side execution).&lt;BR /&gt;I think to remember that there once was a project dedicated to client side Perl execution.&lt;BR /&gt;But this would require all your clients to have Perl (presumably with a special module) installed which is quite unlikely.&lt;BR /&gt;Besides, nowadays everyone seems to go mad about so called Web 2.0 technologies like Ajax etc.&lt;BR /&gt;However, nothing prevents you from discarding any client side action (very client friendly as it doesn't reuire them to have any additional interpreters or plug-ins installed ) and instead completely rely on server side scripting in Perl.&lt;BR /&gt;The simplest technique would be to have the href attribute point to a cgi Perl script on your server that generates the form.&lt;BR /&gt;However, I have no idea how this can be cast into a pop-up window since this to my notion is usually generated by the browser's rendering machine and thus some form of client side execution?&lt;BR /&gt;Maybe if you search a little in CPAN you also  might come accross some client side Perl module, or similar?</description>
    <pubDate>Tue, 26 Sep 2006 03:23:24 GMT</pubDate>
    <dc:creator>Ralph Grothe</dc:creator>
    <dc:date>2006-09-26T03:23:24Z</dc:date>
    <item>
      <title>Help required on Perl GUI</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-required-on-perl-gui/m-p/3868642#M98607</link>
      <description>I want to generate a POP UP using Perl.&lt;BR /&gt;&lt;BR /&gt;When I click on a link a pop up should be displayed with a FORM having a submit button.&lt;BR /&gt;&lt;BR /&gt;I should be able to provide data to his pop up as well as submit data from it .&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Sep 2006 01:27:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-required-on-perl-gui/m-p/3868642#M98607</guid>
      <dc:creator>Pankaj Yadav_1</dc:creator>
      <dc:date>2006-09-25T01:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help required on Perl GUI</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-required-on-perl-gui/m-p/3868643#M98608</link>
      <description>Usually these kind of pop-ups are implemented as some JavaScript code embedded in the HTML sent by the webserver, and are executed at an onClick event on behalf of the client's agent/browser (client side execution).&lt;BR /&gt;I think to remember that there once was a project dedicated to client side Perl execution.&lt;BR /&gt;But this would require all your clients to have Perl (presumably with a special module) installed which is quite unlikely.&lt;BR /&gt;Besides, nowadays everyone seems to go mad about so called Web 2.0 technologies like Ajax etc.&lt;BR /&gt;However, nothing prevents you from discarding any client side action (very client friendly as it doesn't reuire them to have any additional interpreters or plug-ins installed ) and instead completely rely on server side scripting in Perl.&lt;BR /&gt;The simplest technique would be to have the href attribute point to a cgi Perl script on your server that generates the form.&lt;BR /&gt;However, I have no idea how this can be cast into a pop-up window since this to my notion is usually generated by the browser's rendering machine and thus some form of client side execution?&lt;BR /&gt;Maybe if you search a little in CPAN you also  might come accross some client side Perl module, or similar?</description>
      <pubDate>Tue, 26 Sep 2006 03:23:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-required-on-perl-gui/m-p/3868643#M98608</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2006-09-26T03:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help required on Perl GUI</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-required-on-perl-gui/m-p/3868644#M98609</link>
      <description>Actually I have a Perl cgi file and a HTML template file.&lt;BR /&gt;I give values to the template file from Perl cgi.&lt;BR /&gt;&lt;BR /&gt;Can u give me the code of POP UP using Javascipt which I will put in the HTML template file and generate it ?&lt;BR /&gt;&lt;BR /&gt;I want to give some values to a SELECT statement inside the POP UP(for combo box) and a Submit button to submit the selected value ?</description>
      <pubDate>Tue, 26 Sep 2006 04:18:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-required-on-perl-gui/m-p/3868644#M98609</guid>
      <dc:creator>Pankaj Yadav_1</dc:creator>
      <dc:date>2006-09-26T04:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help required on Perl GUI</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-required-on-perl-gui/m-p/3868645#M98610</link>
      <description>Hi,&lt;BR /&gt;for starters, how about:&lt;BR /&gt;&lt;A href="http://www.tizag.com/javascriptT/javascriptpopups.php" target="_blank"&gt;http://www.tizag.com/javascriptT/javascriptpopups.php&lt;/A&gt;</description>
      <pubDate>Tue, 26 Sep 2006 04:26:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-required-on-perl-gui/m-p/3868645#M98610</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-09-26T04:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help required on Perl GUI</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-required-on-perl-gui/m-p/3868646#M98611</link>
      <description>I am no web developer.&lt;BR /&gt;All I did was Perl server side scripting.&lt;BR /&gt;Only with my first attempts did I do a little JavaScript scripting to get an idea of it.&lt;BR /&gt;Because the only websites where I occassionally do some CGI scripting are for internal administrative purposes there is no need for fancy pop-ups or page adornment.&lt;BR /&gt;But there are lots of sites on the WWW dedicated to server and client side scripting.&lt;BR /&gt;I for once would load an url where I know to be nagged with those pop-ups (don't forget to allow them in your browser settings ;-)&lt;BR /&gt;and simply would look at the received html source, especially at the html comment blocks that define appropiate JavaScript functions.&lt;BR /&gt;Maybe a basic notion of the document object model that also the various JavaScript methods and attributes refer to would help?&lt;BR /&gt;Basically I would think it boils down to one or two lines in those JavaScript functions that simply open a new window (maybe with optional positioning) with the url of your input form.&lt;BR /&gt;Finally, a big caveat (why I am not that fond of client side scripting).&lt;BR /&gt;You say that you want to feed the input to a database select statement.&lt;BR /&gt;Never trust any client input, attributes or variables!!!&lt;BR /&gt;Don't trust the data that passed a client side JavaScript input checker!&lt;BR /&gt;Always test client input against a set of allowed characters before you use it as input for some database query!&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Sep 2006 04:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-required-on-perl-gui/m-p/3868646#M98611</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2006-09-26T04:58:14Z</dc:date>
    </item>
  </channel>
</rss>

