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

  1. uncle05

    Website Authentication

    Ok, thanks. I didn't think there was a way to do that and I'm not sure why this application wasn't designed with a custom log in page.
  2. uncle05

    Website Authentication

    I don't have a log on page. IIS is configured with basic authentication, which means a user ID and password is required to access the website. When the session ends, I want to be able to force IIS to re-authenticate the user before creating a new session. Hope that makes sense.
  3. uncle05

    Website Authentication

    I have an ASP application. When the IIS session expires, I want to give the user the option to log back in (I'm using basic authentication) without having to close the browser and open a new window. When I execute the following code, it creates a new session within the current window, but the...
  4. uncle05

    Passing large data to ASP

    Thanks guys, that worked! I didn't know you could set the target to "popupWindow". It's not listed in MSDN, or maybe I didn't look hard enough.
  5. uncle05

    Passing large data to ASP

    I have a function that takes the value from a text area in the parent window and passes it into a pop up window. The value is too large to pass into a query string. The value being passed in will be used as an ASP server variable. The pop up window will take the variable (it's a SQL query) and...
  6. uncle05

    activex control not resizing to fit window

    Your code sample worked like a charm. Thanks Dan!
  7. uncle05

    activex control not resizing to fit window

    I'll try attaching this code to the window resize event and let you know if that works. Thanks.
  8. uncle05

    activex control not resizing to fit window

    I'm sorry, I should've explained my problem better. I'm trying make the activex control automatically resize itself every time window is resized using the mouse. Currently, the activex control stays the same size even when the window is resized.
  9. uncle05

    sysmon activex control not resizing to fit window

    Hello, I have a Microsoft sysmon (performance monitor) activex control inside an ASP page. When I resize the window, the activex control does not automatically rezise itself to fit the window. I tried to set the style width and height on the object to 100%, but that didn't work. Does anyone...
  10. uncle05

    activex control not resizing to fit window

    If you are running Windows, you can type in "perfmon" at the command prompt to see what it is. It's a microsoft activex control. This control can be dragged and dropped into any html or asp web page from the Toolbox in Visual Studio 2003. I'm trying to figure out a way to make the control...
  11. uncle05

    activex control not resizing to fit window

    Hello, I have a sysmon, same as perfmon, activex control inside an ASP page. When I resize the window, the activex control does not automatically rezise itself to fit the window. I tried to set the style width and height on the object to 100%, but that didn't work. Does anyone know how this...
  12. uncle05

    resizing sysmon activex control

    Hello, I have a sysmon, or perfmon, activex control inside an ASP page. When I resize the window, the activex control does not automatically rezise itself to fit the window. I tried to set the style width and height on the object to 100%, but that didn't work. Does anyone know how this can be...

Part and Inventory Search

Back
Top