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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Shadiman

  1. Shadiman

    Cookie Java Script Not Working. Help please.

    The problem was caused by a leading space in the variable depending on where in the cookie the value pair was. I have re-writtent the script; function Update_Cookie(){ // Write a set of cookies document.cookie = "Session_ID=15" document.cookie = "First_name=Shad" document.cookie =...
  2. Shadiman

    Cookie Java Script Not Working. Help please.

    Dear All, I am new to Java and Java Script. I have a need to read a cookie and update the expiry date on a particular cookie; so I have written the following; function Update_Cookie(){ // Write a set of cookies document.cookie = "Session_Tolken=123" document.cookie = "First_name=Shad"...
  3. Shadiman

    Variable losing its value - Very Odd.

    Kevin. Thanks. I do want to split on space. I have since tracked down the problem. There are some extra charecters that are comming over the serial port. If I open up the log file I gate @^@^@^@^@^@^@^DID etc. I now need to work out how to remove them to clean up my input. Again I would...
  4. Shadiman

    Variable losing its value - Very Odd.

    Sorry the bit in the line in the middle should read; ($t,$Extn,$Trunk,$Dialed,$Digits,$Start_time,$Elaspesd_time,$Cost,$Account_Code) = split ;
  5. Shadiman

    Variable losing its value - Very Odd.

    Dear All, I'm taking input from a Serial Port. # # open the logfile, and Port # open(LOG,">>${LOGDIR}/${LOGFILE}") ||die "can't open smdr file $LOGDIR/$LOGFILE for append: $SUB $!\n"; open(DEV, "<$PORT") || die "Cannot open $PORT: $_"; select(LOG), $| = 1; # set nonbufferd...

Part and Inventory Search

Back
Top