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 Mike Lewis 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. RonAckerman

    Capturing IE not working

    You didn't read my post very well, I already tried that and it didn't work. Yes alt-prnt-screen works, but that is a lot of extra steps. I want the other to work properly.
  2. RonAckerman

    Capturing IE not working

    I use PSP to capture areas in IE then place that area in either a help doc or tutorial. After starting the capture session with a Shift C I could start the capture by hitting Fll and selecting the area in IE with the mouse. Now when I do this process it's like focus was taken away from PSP and...
  3. RonAckerman

    Grabbing Text From a Text File

    Is it possible to grab text from a text file? Example, I have a javascript that displays a photo and text below. I need to be able to change the text below say ever 2 hours. Since the Javascript displays this on 10 websites it would be impractical to go to every site to change the text...
  4. RonAckerman

    JavaScript and a PHP page

    I have a php page called rssClient.php that I'm trying to call with a JavaScript. Here is my syntax. <script language=&quot;JavaScript&quot; src=&quot;http://nc-firefighter.com/rssClient.php?url=http://www.nc-firefighter.com/backend/nc-firefighter.rss&quot;></script> Go ahead and try the...
  5. RonAckerman

    sendmail.pm - Send email ok but give server overload error

    Disregard my previous post I seem to be onto something, However now I'm get a response saying something like no recipient specified however a recipient is specified and it appears to be in the sendmail.pl instead of the sendmail.pm. So I imagine that it has something to do with the format of...
  6. RonAckerman

    sendmail.pm - Send email ok but give server overload error

    I have downloaded sendmail.pm ver 2.09 Everything seems to be configured properly but during a test I get a Server Overload error. I suspect it should give me a html verification page. Any Ideas?
  7. RonAckerman

    sendmail.pm

    I notice that when I installed Perl that sendmail.pm was not included (windows version 5.6.1). If I put sendmail.pm in the perl/lib directory should it work or is there something else I need to do?
  8. RonAckerman

    Load page instead of frame?

    Thanks, I just found that this works too... window.top.location.href = '../accessviolation.htm';
  9. RonAckerman

    Load page instead of frame?

    I have this code on a page that opens in a frame. Is there a way to force it to open as a full page instead of in the frame. window.location.href = '../accessviolation.htm'; } } //--></SCRIPT> </HEAD> <BODY onLoad=&quot;get()&quot;>
  10. RonAckerman

    Cookie Help

    I'm getting close with this: ==== function get() { email = Get_Cookie(&quot;name&quot;); if (name != null) { window.location.href = 'samepage.htm '; } else { window.location.href = 'index.htm'; } ==== However the line windows.location.href-...
  11. RonAckerman

    Logon...showModalDialog...check password...redirect....

    Check out Login Script Creator (4 different versions) I use ver 4. I think you'll find it quite useful. http://members.iinet.net.au/~biab/login.htm
  12. RonAckerman

    File Copy

    I take it from the lack of replies that this is not possible.
  13. RonAckerman

    Cookie Help

    I have a javascript that sets a cookie to redirect the user to a specific page which works just fine. However now I need it to redirect if the cookie is not set and stay on the page if the cookie is set. Here is the portion of the script that does the redirect. Basically I want to redirect back...
  14. RonAckerman

    File Copy

    I need to add to a script a line that will copy a file from the cgi-bin directory to a directory that has been created by the script. Can someone help with this?
  15. RonAckerman

    Document.write from a text file

    Good to know, I'll fix that. Thanks.
  16. RonAckerman

    Document.write from a text file

    I've already solved that problem. Take a look at www.ackerman-family.com/vacation/
  17. RonAckerman

    Document.write from a text file

    Last resort maybe, but I'm sure it can be done. It will just take some creativity and digging to find a solution.
  18. RonAckerman

    Document.write from a text file

    Hmmm, ok! I'll have to think about this. I'm sure there must be another way to accomplish this? What I have is a slideshow that automatically sequences thru the pictures onto the page from another directory and I wanted to include a text discription for each picture. I know that I can put an...
  19. RonAckerman

    Document.write from a text file

    I need to know how to do a document.write from a text file and lineno basically pulling the information from the text file. I'm not real sure of the syntax to accomplish this. I'm thinking something like this: document.write('somefile.txt lineno(1)') Any ideas? Eventually I will want to pull...

Part and Inventory Search

Back
Top