However I am able to get it now by
d.getElementByI d('PermissionID ').value
Why is that >???????
f.PermissionID. value = 1 should have worked.
User Profile
Collapse
-
Thanks for the quick reply. Per your instructions I added the ID field. and I still get the same error.
<input type="hidden" name="Permissio nID" id="PermissionI D" value="1" />Leave a comment:
-
Error: f.PermissionID has no properties (whyyyyyyyy)
...Code:<form method="post" action="javascript:void(0);" name="ShareOptionsForm" onsubmit="if (VerifyForm('ShareOptionsForm')) { AddShareJob(); HideShareOptions(); setTimeout('RefreshCart()', 1000); } else { return false; }"> <p><label for="ContactID">Recipient</label><br /> -
Ok so this is what i found out. I can run the scripts in shell. But not when it comes to me running it from PHP
any insights ?Leave a comment:
-
changed permissions on the perl file and now get
ERROR: Cannot find the index in the PDF content
Sigh!!!Leave a comment:
-
Ok i went to shell and tried running it and got this error:
//////////////////
Permission denied
/////////////Leave a comment:
-
Honestly I am just a new programmer on staff. Best of my knowledge nothing was.
And I am not too good at Perl. I call this module via PHP. Just wanted to see if everything looked OK here.
We have had some server inconsistencies . I am just trying to go through a process of elimination.
Oh and thanks for the quick replyLeave a comment:
-
Perl Script that returns the number of pages in a PDF (used to work)
I had this script that used to work in order to return the number of pages but it does not seem to work anymore.
...Code:#!/usr/local/bin/perl -w use CAM::PDF; if (defined($ARGV[0]) && -r $ARGV[0] && $ARGV[0] =~ /\.pdf/i) { my $pdf_file = $ARGV[0]; my $doc = CAM::PDF->new($pdf_file, q{}, q{}, 1) || die "ERROR: $CAM::PDF::errstr\n"; my $size = length
No activity results to display
Show More
Leave a comment: