Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: aadam
  • Order by date
  1. aadam

    perl versions?

    hi mike, how do i run it from the command line? it may be a syntax error but not so sure. all the variables? ..everything that needed to be entered paths: etc were formatted (i'm using TFmail.pl) all i had to do was enter the paths between the quotes. i was using straight html now i've used css...
  2. aadam

    perl versions?

    this is the line i have at the start of my script: #!/usr/bin/perl -wT the isp's server is a hybrid that uses unix and win2000. they the isp seems to think that the tfmail perl version 5.004 is higher than the one they use which is 5.006.001. do u know which version is higher? they the script of...
  3. aadam

    perl versions?

    my isp uses perl v 5.006.001 and the script i'm trying to use needs perl v 5.004.04. will the script run on my server? i keep getting an internal error message everytime i run the script. i've checked my code and it seems o.k.
  4. aadam

    function properties

    it works now. thsnks Dan and trollacious. this site is awesome.you guys are great. many thanks.
  5. aadam

    function properties

    i've added these lines to line 117 in the code: function NoneWithCheck(ss) { if(ss.length > 0;} i <ss.length; i++} { if{ss[i].value.length { return false; } } it seems i get an error for line 117 that i'm missing a bracket [mad]? not sure if its right or what to do.
  6. aadam

    function properties

    i got rid of the quotation marks. it seems i added the field name and type of field namely text .to the error message. i'm going to watch ncis and call it a night. i have some phoning to do for my volunteer work to do tonight as well.
  7. aadam

    function properties

    thanks dan, its working better in that i get a pop up with the missing fields noted except for the member field. and also i get part of the code in the pop up . namely, and its my fault i guess its a quotation mark or something but here's what it says in the pop up... your first name is...
  8. aadam

    function properties

    i'd have to do a lot of copying and pasting so here's the url http://www.templeisraelottawa.ca/adedformjs.html i do have a form called adedformjs and two fields named member . the if statement is to check required fields in the form action code. thanks for your interest, Eric
  9. aadam

    function properties

    if i knew exactly what u meant i'd answer. but if this is what u mean; cause i'm new to javascript just a beginner really i'll copy what i have above the code i've alredy listed. if(NoneWithCheck(document.adedformjs.member.value)) { errormessage += "\n\nPlease check one of the boxes..Yes or...
  10. aadam

    function properties

    the javaconsole is telling me that ss has no properties. i've searched the web but have not found the correct code or don't understand it to correct my error. i think i need an "either " "or" statement or something like that. in the html i have two fields that are named member and one value has...
  11. aadam

    FormMail snag cgi

    i want to hide the email address that a form is going to. so here's the readme file that explains how to do it but .. i can't figure it out @recipients - A list of Perl regular expression patterns that determine who the script will allow mail to be sent...

Part and Inventory Search

Back
Top