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 SkipVought 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
  • 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, There are between 50-100+ items on each page of the catalogue page...! My plan is to scan the catalogue page.. Then I copy the page to a new layer... On the new layer I apply a transparent color overlay. Then I want to make slices of each item...and when an item is rolled over, it shows...
  4. langoo

    Combination of rollover and image slices - is it possible?

    Hi, Thanks for your reply. Yeah, kinda like the header of pcroadshows.com… What I’m specifically trying to do: I scanned a catalogue that I want to put online, and when the mouse goes over each item of the catalogue I want the item, that the mouse is over, to do a rollover – the rollover...
  5. 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...
  6. 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...
  7. langoo

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

    Hi, Thanks for your reply, Well that's odd, in firefox, I was getting 0 for my result. I have tested the new reformated code you posted and I do get some values back - 870 & 870px. Which I din't get before... Why would that be?... To be continued... Thanks, - Joel
  8. 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