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 John Tel 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: kristinac13
  • Content: Threads
  • Order by date
  1. kristinac13

    controlling length of string from prompt

    Is there a way to control the length of the string a user enters into a prompt window? I have an asp, html, java filled web app and at one point the user receives a prompt and must enter a string. If the string is longer than the width of the prompt window, altho the prompt window allows the...
  2. kristinac13

    span tag length

    Good morning! I have a page with ASP, HTML, and java. In the HTML I have a span tag that brings up a little text box for the user to type in a "reason" for something. I cannot seem to control the length of the text entered in the span. I cannot find any attributes that will prevent the user from...
  3. kristinac13

    zip code proximity search

    I am trying to create a search page for users to search for our affiliates based on their zip code. I want to retrieve all affiliates within a 50 mile radius. I have looked all over the web and must admit I have no idea where to even start. I've seen everything but an idea of how to do it in...
  4. kristinac13

    confirm then redirect

    I have links that are dynamically placed on my page. At the moment, when the links are clicked the page goes to that link. I have changed the code so a confirm dialog comes up first saying "Are you sure you want to leave this page?" to give me a chance to reset some session variables. The...
  5. kristinac13

    if statement involving link

    Let's say you can make the body of my page unload two ways - a button which does one thing, and a link which takes you somewhere else altogether. I want to write an if statement that says If the unload is caused by the user clicking a link, do this... If the unload is NOT caused by the user...

Part and Inventory Search

Back
Top