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

  1. 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...
  2. 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...
  3. 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...
  4. 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?
  5. 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?
  6. 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;>
  7. 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...
  8. 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?
  9. 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