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!

Recent content by desktophero

  1. desktophero

    Forward traffic on IP to another HPUX machine

    Actually, I want the traffic to go to the other side of the B2000 NIC #2. The destination IP is 10.250.22.101. The only way to get to that IP address is through 10.250.22.102. Sorry about that.
  2. 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...
  3. desktophero

    NEWBY HELP: Setting up our RED HAT managed server for FTP

    When you initially connect to the FTP server through the CuteFTP client, are you able to specify a remote directory...such as /home/thisUser? What I am wondering is if the host set you with a chdir command on your login, thus moving you to a directory that you are not expecting.
  4. desktophero

    window.opener.location not working with IE6

    I tested this on that same version, and it worked (different machine). It appears that the later versions of (after installing the service pack) cause the issue...??? I can't find anything else on it, so I guess I will not be able to go down that path - especially since this is for a portion...
  5. 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...
  6. desktophero

    Refresh Window Previously Opened with Window.Open

    In ASP1, you could use the open method, setting the opened window as ASP2, example: openASP2=open('asp2.asp','openASP2','your options here') Then, in ASP1, you would change the content on ASP2 with the document.writeln() statement. I have this same type of thing, but my ASP2 page is just a log...
  7. desktophero

    Javascript not working with IE6 after Win2K to Win XP upgrade

    Found the solution. Thanks
  8. 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...
  9. desktophero

    Redirects making ugly folders

    What about the cars folder having just a default document (asp page) that redirects to your code. You could implement a case statement, to show information based on the redirect. So /cars would have one file in it, say 'default.asp'. Within default.asp, you redirect to...
  10. desktophero

    Help with video card

    I had the same basic problem - running PCI GeForce 4 MX 420. I installed the nView program and the issue popped up. I had to uninstall all the video drivers to get rid of nView. then reinstalled JUST the drivers, and everything is fine - I just omitted the nView installation.
  11. desktophero

    When opening a recordset, I want to

    Or you can use an include virtual statement pointing to the adovbs.inc file.
  12. desktophero

    retrieving recordset-help needed urgent

    mmcg, When are you passing the SQL statement to the rs object? In your example, it does not appear that you actually open a recordset. Where you have 'set rs=comm.execute()', shouldn't there be a statement with the parens? I suppose I am missing something, since I am not that familiar with...
  13. desktophero

    How to accept wierd characters entered in forms

    I don't know if this is the best fix all, but it has worked fine for me. Here is what I would do: Go through each variable being passed (that's assuming that the "t3's" value is coming from a variable) and run it through the replace function. replace all of the single qoutes with...
  14. desktophero

    Interdev or Front Page

    InterDev - or Macromedia Dreamweaver Ultradev.
  15. desktophero

    How do I call a server-side js function when coding in server sidevbs?

    I have used this: VBSCRIPT with if statements if this then &quot;%>&quot; <- end my vbscript run javascript here &quot;<%&quot; <- start vbscript back else &quot;%>&quot; <- end my vbscript run javascript here &quot;<%&quot; <- start vbscript back end if...

Part and Inventory Search

Back
Top