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!
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23673291.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21726139.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21727409.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_22025055.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10146358.html
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, ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20277841.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_22979625.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_22988065.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_23050620.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23133690.html