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 strongm 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: *

  1. jkalos

    pass variables from 1 frame to next w/o cookies

    i tried using a hidden field without much luck. lets say i have two frames with my script in the one on the "left", and if i put the field on the "left", and update it on the "right", its value always comes up null. if i put it on the "right", the update...
  2. jkalos

    image object problem with netscape

    after loading images into array , the following code works fine with ie to display all images properly arr_image[1] = new Image(); arr_image[1] = "images/xella.jpg"; arr_height[1] = 402; arr_width[1] = 383; arr_image[2] = new Image(); arr_image[2] = "images/bella.jpg&quot...
  3. jkalos

    sizing images for different resolutions

    is there a way to determine the resolution size that someone uses on their computer. i have images (jpeg) of a certain size that i do not want to roll off the screen, is there a way to do this, or do i have to create my images to a standard small size thanks
  4. jkalos

    date manipulation

    is there a Perl date object or function that i can use that will allow me to add days to a given date thanks
  5. jkalos

    restrict users to a single logon

    i am curious about how roaming profiles beahve when a user logs on at different workstations simultaneously. this fundamentally seems like a bad idea. i can't seem to find any way to restrict users to a single logon
  6. jkalos

    start/stop services remotely

    is there an easy way to start and stop a service on a remote server from a workstation

Part and Inventory Search

Back
Top