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 Wanet Telecoms Ltd 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. desktophero

    Forward traffic on IP to another HPUX machine

    I have an HP 11 B2000 with one physical NIC. I added a logical interface to that NIC so now I have two IP addresses. There is a second NIC that connects directly to another server and is isolated from the first NIC. What i would like to do is create a redirect on the logical interface that...
  2. desktophero

    window.opener.location not working with IE6

    Here is the code: function RefreshOpener(whatPage){ window.opener.location.href = whatPage; } An anchor tag is kicking off this event with the onClick event. onClick="javascript: RefreshOpener('datapage.asp');" I have found an article on Microsoft regarding this issue, however...
  3. desktophero

    Javascript not working with IE6 after Win2K to Win XP upgrade

    Okay. I have tried everything, looked at all of my settings, uninstalled and reinstalled, search the internet and Tek-tips, but I can not find a solution to my problem. Background - On a Dell C600 Latitiude laptop, I was running Win2K. Our IS department just released a schedule for WinXP to...
  4. desktophero

    Website based on scripts

    Question for the group: Which way is better? 1.) One ASP page that has server side includes, and is based upon options within the URL to change the body, title, and any images on the site...every link recreates the one web page with new information 2.) Individual pages for each portion of the...
  5. desktophero

    Using OLE with PowerTerm Pro

    I am trying to use VB6 to control Powerterm Pro (includes VBA), but have been unsuccessful creating the class object. Has anyone out there had any luck on this? Thanks in advance! JDubya
  6. desktophero

    Updating and Deleting from access 2k w/ ASP

    I am having trouble switching code from a SQL server to Access 2000 - I hate to say it but I have to! Anyway, I can run SELECT statements all day long, but as soon as I try to do DELETE or UPDATE or INSERT - the errors start to fly. I have tried DSNs, etc. but I can't get anything (except the...
  7. desktophero

    Using DATE to calculate a value for yesterday

    Does anyone have any suggestions for using DATE to calculate yesterday's date? I am writing a script file that runs binaries. The binaries require a specific date in the command line. I think that I have tried everything (that I can think of) to format a variable as the date -1 day. I have gone...
  8. desktophero

    remshd configuration

    In the /etc/hosts.equiv, make sure that you have the correct entries for the host that you are connecting from. Telnet to the remote host, and run `who -Rub`. This will show the host that you connected from. Sometimes in your /etc/hosts file the "localhost" may be resolved by the...
  9. desktophero

    remshd: Login incorrect - AARRGGHH!

    I have set up the /etc/hosts.equiv and /home/admin/.rhosts file identically on 3 HP-UX boxes. However, I am only able to remsh from one of these boxes to the other 2. On a second box, I can run remsh on 1 other box. I can't get them all of them to allow this access. i checked /etc/inetd.conf...
  10. desktophero

    Menu ON a command button

    Is there a way to create a menu pop up from the right mouse button on command button?
  11. desktophero

    Setting up elm to send external email (i.e john.doe@domain.com

    I am new to elm, and want to find out how to send an email to my company email address within scripts. That way if something happens during a reboot, etc - pass or fail - I get a message. Thanks in advance

Part and Inventory Search

Back
Top