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: iralh
  • 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

    Victor, that did it. Thanks so much. Ira
  4. iralh

    Layer onClick

    Thanks Victor, I think I see how it works. I do get some errors (an excepted '}' in line 36, I added another ). Also, I cannot get the layer to appear or disappear. I tried changing the visibility property of the style and in the script but to no avail. Basically, I want to have users click...
  5. 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
  6. iralh

    Calling perl from javascript

    Beautiful..... Thanks for the help. Ira
  7. iralh

    Calling perl from javascript

    Neil, Your right in that I want to open the new window form a link in the parent. At the moment the link is setup as follows: <a href=&quot;javascript:window.open('http://pl.2cc.com/scripts/we4.0/rates.pl','rates','width=600,height=320,scrollbars=yes,location=yes');&quot...
  8. iralh

    Calling perl from javascript

    thanks neil, the window.open function worked. I did write the newWindow() function but it didn't work. The only problem I'm having is that when the new window opens the parent window gets wiped and only has [object] printed in the upper left corner. Any ideas? thanks again, Ira
  9. 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...
  10. iralh

    Form mailing problems

    Thanks, that did it.
  11. 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 =...
  12. 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