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 TouchToneTommy 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: iralh
  • Content: Threads
  • Order by date
  1. iralh

    Frames and anchors

    Hi, I need to target a link to an anchor that is on a page that is part of a frameset. Every page on this site consists of a frameset with 3 pages. I want to go from the home page to a 2nd level page but have it go to a specific anchor on one of the pages in the frameset. can I do this?? If...
  2. iralh

    Rollover Slideshow

    Hi, I have a slideshow script that changes images using mouseovers. Basically I have 4 images that I want to change when a user mouses over the image. The only way I could get it to work was by using 4 scripts (same script for each image with changes to the variable names). Ideally I could make...
  3. iralh

    Layer onClick

    Hi, I have been trying to get a layer displayed when users click on a link but haven't been able to get it working. Actually, I'm fairly new to layer use. If sombody has come code or advice it would be greatly appriciated. Ira
  4. iralh

    Calling perl from javascript

    Hi, I am using javascript to open a new (smaller) window. I would like to get the data for the page form perl but haven't had any luck getting the link to work. I tried something simple like <a href=&quot;javascript:newWindow('path to perl script')>blah balh</a> but it is a no go. Any ideas...
  5. iralh

    Form mailing problems

    Hi, I am having a problem with my form mailer. At the moment the script will send me a message but there are no contents. Where have I gone wrong? script is: #!c:\Perl\bin\Perl.exe -w use strict; use CGI ':standard'; my($to, $company, $name, $email, $problem1); my $mailprog =...
  6. iralh

    password redirect

    I need some help on redirecting a user to a url after the enter the correct password. My current script is a simple conditional (security isn't an issue in this case) that sends users a link to the page they need. I would like to bypass the extra page. Any ideas? Thanks

Part and Inventory Search

Back
Top