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 Chriss Miller 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: langoo
  • Content: Threads
  • Order by date
  1. langoo

    Are proxy server safe under HTTPS?

    Hi Folks, Is it safe to use an open proxy sever for personal information (such as banking) if the connection is under HTTPS? (Using a proxy directly from a web browser…not CGI proxy) 1.) For example, if I connect to a online bank using a proxy server under HTTPS, can the operator of the proxy...
  2. langoo

    Why is "Page.IsValid = True' even when "args.IsValid = False"?

    Hi Folks, I'm getting strange behavior with custom validation controls - They all stopped working! The Validation Controls do their job...by making args.isValid to False.. but for some reason Page.isValid remains always true...so in fact it is as though the validators had no effect on the...
  3. langoo

    Combination of rollover and image slices - is it possible?

    Hi Folks, I’m trying to create a rollover individually for each Image slice in my image. Essentially, I have an image cut up in different slices, when the mouse goes over each slice in my image I want the slice that the mouse is over to do an “Image Swap”. I must precise, I don’t want the...
  4. langoo

    Problem with wraping text in Nested DIVs.

    Hi Folks, I am trying to implement a liquid layout, in which there is text inside a nested DIV. The parent DIV changes width according to the browser size. I want my text inside the child DIV to wraparound, when it “hits” the edge of the parent DIV… when resizing. However for some reason, my...
  5. langoo

    “document.getElementById();” not working in Firefox!

    Hi Folks, I can’t get “document.getElementById();” to work properly in firefox! Essentially, I am trying to make the size of a DIV the same size as another DIV. I want DIV#1 = DIV#2, because DIV#2 expands dynamically …. My code works fine in I.E but not in firefox: This is my function...

Part and Inventory Search

Back
Top