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

  1. lividpixel

    CSS & radio buttons size ...

    You may also want to use this to help get rid of any padding which is included around radio buttons by default. I know that sometimes this padding can cause problems when trying to align text with a radio button. .radiofix { width: 1em; height: 1em; margin: 1px; } I happended to use em in this...
  2. lividpixel

    JSP Page load

    I have been looking for a solution for this also, but in my case it's not a matter of waiting for the page to render. Our product performs a search which takes some time server side. The user has to wait until the search is completed before any info is sent back to the browser. I'm looking for a...
  3. lividpixel

    Page Caching/Loading

    I have a situation where this solution wouldn't work since I have to wait for the file to be returned by the server performing a search. In my case it doesn't take a long time for the page to display rather a long time for the search to complete. Is there anyway to bump the user to a seperate...
  4. lividpixel

    How to load a temp page as search is conducted?

    I have tried searching for a solution to this, but don't know exactly how to word it. I want to load a temporary page while a search is conducted like expedia.com. The search on our product takes a while and was hoping to find out a way to load a page that informed the user their search was...

Part and Inventory Search

Back
Top