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: questhaven
  • Order by date
  1. questhaven

    question about Locking jobs/ commiting transactions

    I am new at using jobs to perform tasks in SQL Server. I was wondering if it is possible for me to lock the table that is being affected by the job while the job is occurring and then unlock it when it is done. Alternatively, I have tried using Begin/Commit transaction to ensure that...
  2. questhaven

    page loading problems with IE 5.1 on a MAC

    Hi there - I'm having a problem when loading a page with a Mac IE 5.1 browser. The page contains 3 framesets, however when the page loads, it hangs for about 2 minutes and then I get a an alert message that says "The attempt to load 'Accessing URL: http://192.168.1.67/calendar/index.asp'...
  3. questhaven

    page loading problems with IE 5.1

    Hi there - I'm having a problem when loading a page with a Mac IE 5.1 browser. The page contains 3 framesets, however when the page loads, it hangs for about 2 minutes and then I get a an alert message that says "The attempt to load 'Accessing URL: http://192.168.1.67/calendar/index.asp'...
  4. questhaven

    HELP WITH FORM SUBMITTING WITH IE 5 for MAC

    Sorry - the last few lines of this were cut off somehow: <a name=&quot;btnSubmit&quot; id=&quot;btnSubmit&quot; class=&quot;btn2&quot; onFocus=&quot;attachmentEvent();&quot; title=&quot;Submit note&quot; href=&quot;javascript:fillForm();&quot; >Submit</a> <a name=&quot;btnReset&quot...
  5. questhaven

    HELP WITH FORM SUBMITTING WITH IE 5 for MAC

    Hi there - I am so frustrated! For the life of me I cant figure out why this code works on my PC (both IE and Netscape) - but does not work on IE5 for the Mac. I am simply trying to submit a form. I am fairly new to javascript and below I have included the code. Any help would be appreciated...
  6. questhaven

    Please Help! Problems with ASP/Javascript interaction &amp; frames

    Hi - I'm sorry - I dont think I am explaining what I am trying to do clearly. I am trying to fill the value of a textbox within a frame, based on a selection made in a pop-up window. I have been doing it successfully, using javascript, but it only gives me the exact value of the drop-down from...
  7. questhaven

    Please Help! Problems with ASP/Javascript interaction &amp; frames

    Hi Pete - My problem is that I can't have the opening page (which is actually the left portion of a frame set) be posted to, because it would refresh the contents. There is too much unknown user data that could possibly exist on this page that would be wiped out if the page refreshed. This is...
  8. questhaven

    Please Help! Problems with ASP/Javascript interaction &amp; frames

    Below you will find my original post in the javascript forum - from which I was told is not feasible because ASP does not work this way, and to try and post here for ideas for a work around. I desperately need to find another solution! What I am trying to do is launch a pop-up that contains a...
  9. questhaven

    Help getting form values submitted by javascript into an ASP function.

    Hi there - I would really appreciate any help anyone could give me. I am trying to get the value of the drop down in the form below, which I am submitting using javascript, and use it within an ASP function, prior to submitting the results of that ASP function to the opening page. I have...
  10. questhaven

    Can you catch a window closing w/ a click of the 'X' button ??

    dwarfthrower - You are the BEST forever!! Thank you so, so, SO much for your help!! :) This totally worked! :) - Michele
  11. questhaven

    Can you catch a window closing w/ a click of the 'X' button ??

    Thanks a lot for your help! I'm going to try this and see if it works out for me. I **REALLY** appreciate your time! ~ Michele
  12. questhaven

    Can you catch a window closing w/ a click of the 'X' button ??

    Actually, I tried using the onUnload function, however the child window contains a variety of help links, and when clicked they load into the child window. When I use the onUnload method, everytime I click a link in the child window, it closes itself. Do you have any other ideas?
  13. questhaven

    Can you catch a window closing w/ a click of the 'X' button ??

    Thanks for the quick response. What I am trying to do though is have an event get triggered in the parent window by the closing of the child window, if a user clicks on the 'X'. Most people are used to closing windows this way, so I was hoping this would be possible. For an example of what...
  14. questhaven

    Can you catch a window closing w/ a click of the 'X' button ??

    Hi there - Does anyone know if there is any way I can catch the window close event when someone clicks on the &quot;X&quot; window button?
  15. questhaven

    PLEASE HELP!! window.opener.document IS NULL

    rac2 - thanks for the idea - but I am afraid it won't work. You see I have one page (let's call it page A) that has to call a pop-up (Page B) that generates a drop down based on database contents (as you have above). My problem is that I need to post these results to another processing page...
  16. questhaven

    PLEASE HELP!! window.opener.document IS NULL

    I'm using IE6. I'm going to try this and let you know. In any case - thanks SO MUCH for taking the time to respond. :):)
  17. questhaven

    PLEASE HELP!! window.opener.document IS NULL

    YES!!! :) That is exactly what I am trying to do. Do you have any suggestions??
  18. questhaven

    PLEASE HELP!! window.opener.document IS NULL

    Help! I am ripping my hair out with this one! Here's the situation: I have a full ASP page with a link that launches a pop-up containing a drop down list of items. Upon selecting an item I am posting back to the same pop-up in order to process the selection and customize the results using...
  19. questhaven

    HELP! Problems with REPLACE and SUBSTRING!

    Nevermind - I figured it out. The third parameter of Substring is Length. I guess it was working on the first &quot;token&quot; because it was the first item in the string. Thanks anyway!
  20. questhaven

    HELP! Problems with REPLACE and SUBSTRING!

    Hi there - I am trying to create a system in which I can pass &quot;tokens&quot; within a string and then parse them out within a stored procedure and replace them with alternate words. Using the code I wrote below (I am just running this is in query analyzer so far), I can get the first...

Part and Inventory Search

Back
Top