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!

Search results for query: *

  • Users: Shadiman
  • Content: Threads
  • Order by date
  1. 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"...
  2. 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