Advertisement

1 - 10 of 14 containing alltags:("perl, javascript") (0.002 seconds)
Is there a way to let the user know they have completed something within a form but is leaving without clicking submit (ie. clicking another link)? Thanks in Advance!
Zones: JavaScript, PerlDate Answered: 08/25/2008 Grade: B Views: 0
Can I execute Javascript on the client browser without writing the HTML header in Perl? Example: #!/usr/bin/perl -w use strict; .... need some javascript here but "print <script> .... </scr...
Zones: PerlDate Answered: 02/06/2006 Grade: B Views: 0
Is it possible to reference a particular command in a cgi/perl file by adding a suffix to a line of JavaScript?  For example: WOULD THIS COMMAND IN MY HTML SCRIPT --- <script language="JavaS...
Zones: PerlDate Answered: 02/07/2006 Grade: A Views: 0
Hi All, I know WWW:Mechanize doesn't support javascript, but is there any other module or workaround I can use? Basically I need to use Mechanize to automate some form submissions but before ...
Zones: PerlDate Answered: 10/17/2006 Grade: B Views: 0
I would like a perl script that can remove <!-- --> from a page, possibly spanning several lines BUT not if it is inside <SCRIPT....> </SCRIPT> or <STYLE....> </STYLE> tags. And also not if it is a...
Zones: PerlDate Answered: 04/06/1999 Grade: A Views: 0
What is the best way (if there is a way) to take a variable defined in a Javascript script> and pass it to the PERL code within the same CGI script? This is all located in the same PERL script, ...
Zones: PerlDate Answered: 03/20/2002 Grade: A Views: 0
I'm setting a cookie which includes a customer ID and Customer name.  After the cookie is set, I want to immediately retrieve it and use it in the code shown below (the problem area is marked).  If...
Zones: PerlDate Answered: 11/23/2007 Grade: A Views: 0
I have this script below. I'm new to perl so this is pretty basic. Its a simple login #!\xampp\perl\bin\perl.exe # Academics are us Admin Login use CGI; $upload_form = new CGI; print $up...
Zones: CGI, Perl, Web DevelopmentDate Answered: 12/10/2007 Grade: A Views: 10
Hi all. I'm trying to create a PHP page, which contains a drop down menu that will basically format the page. Say I have 3 options; change the font to blue change the font to red change the...
Zones: CSS, JavaScript, PHPDate Answered: 01/06/2008 Grade: A Views: 0
Hi, I've written a small web page using AJAX. The client will display some information based on 200+ xml files it downloaded from the server. The thing is that these 200+ xml files are showing s...
Zones: JavaScript, Perl, XMLDate Answered: 02/04/2008 Grade: A Views: 0