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

  • Users: Gmon
  • Order by date
  1. Gmon

    Rollover images not displaying with https

    I am thinking it may have something to do with the Apache web server. When I use a JSP include tag to import a document that has jpgs, the jpgs download ok with https. If I use an standard html doc with no include tag and the usual IMG SRC tags, the jpg doesn't download with https. Very...
  2. Gmon

    Rollover images not displaying with https

    Thanks for the response. Actually, I did more debugging and replaced the jpg image with a gif image within https and it works. In summary my jpg images are not displaying with https. I am using Apache for a WS.
  3. Gmon

    Rollover images not displaying with https

    My rollover images display in http but not https. I tried using explict https urls, but it still doesn't work. I am using the follow script for the rollover routine. Is there something I need to do to make rollovers work in https? Thanks for your help. <script language="JavaScript"...
  4. Gmon

    Parsing ONLY DATA from XML Doc

    I downloaded the IBM/Apache DOM and SAX parsers from IBM's site. It's the XML4J from the Apache XML project. Greg
  5. Gmon

    Parsing ONLY DATA from XML Doc

    I have found XML parsers that extract everything but the data. Are there any XML parsers that just extract the data from an XML doc? If not, any suggestions? Thanks Gmon
  6. Gmon

    Using UDP - Good or Bad?

    I am considering using UDP to transfer inputed variables from a client side VB app to a Server-side VB app. Should I being doing this or not? Could I possibly have problems and drop packets? Is this a solid solution. Unfortunately, due to time constrainsts and learning curve, Com/Dcom is not...
  7. Gmon

    Cookies question

    Why doesn't this routine work? I can get the cookie to set using other more elborate ways, but I would like to just use something simple. What am I missing here with this routine? Thanks for your help. <head> <script language=&quot;javascript&quot;> function setcookie() { var name...
  8. Gmon

    Cookies question

    So, if I want to set a cookie outside a function, would this work. If not, what would? <head> <script language=&quot;javascript&quot;> document.cookie=&quot;test&quot; </script> </head> Thanks
  9. Gmon

    Cookies question

    Can't a cookie be set by just placing document.cookie in the header or body? Or, does it need to be in a function? If it needs to be in a function, does the cookie function have to called based on an Event handler? Thanks
  10. Gmon

    Passing ASP variables to Javascript

    Great! Thanks for you help!!!
  11. Gmon

    Passing ASP variables to Javascript

    Thanks for your prompt reply guy's. For clarification on my part, I have captured the login to a variable called UserLogin in the VB routine below. <% 'Get the NT login name UserLogin=Request.ServerVariables(&quot;AUTH_USER&quot;) %> Now, in the JavaScript routine below, what would go...
  12. Gmon

    Passing ASP variables to Javascript

    I am capturing the NT login with the Request.ServerVariables method. I then need to pass it to Javascript to place a cookie. What is the best way to do this? Thanks.
  13. Gmon

    How do I use NT Login/pw to automatically login into web page

    Thanks for the answer. I will try it in ASP. Gmon.
  14. Gmon

    How do I use NT Login/pw to automatically login into web page

    On my company's web site, I need to capture the users NT login and password and use it to automaticaly login into to specific areas of the site. How can this be done with Javascript? If not Javascript, what language? Thanks for your help. Gmon

Part and Inventory Search

Back
Top