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 bkrike 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
  • Content: Threads
  • 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

    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...
  5. questhaven

    Please Help! Problems with ASP/Javascript interaction & 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...
  6. 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...
  7. 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 "X" window button?
  8. 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...
  9. questhaven

    HELP! Problems with REPLACE and SUBSTRING!

    Hi there - I am trying to create a system in which I can pass "tokens" 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...
  10. questhaven

    Problem getting results from a temp table

    I'm trying to open a resultset from a stored procedure with ADODB.Recordset. The stored procedure returns the content of a temp table with a SELECT at the end. It is working fine inside the query analyzer - but doesnt't return any data when I run the query from an ASP page and try and display...
  11. questhaven

    Joining multiple queries with different requirements

    If I have 9 queries, six of which are looking for the same fields within the same 3 tables and three that only require information out of one of the 3 tables, and can not be joined with the remaining 2 tables, what would be the best way of going about this? Would I select everything into a temp...
  12. questhaven

    creating lists from an array and inserting into a database

    Hi there - I am trying to figure out how to do something. Below I have included some code I have been working on which takes a list of images and their associated tpNum and deletes them from table individually and logs the deletion. oldTPNum = "" 'loop through the array which holds...
  13. questhaven

    LCID - Internet Explorer for Windows vs. for Macintosh

    Please forvie me for posting this in multiple forums - I am at a loss here and am hoping someone know s the answer! Hi there - I am having an issue with trying to read the LCID value from the Macintosh version of Internet Explorer. With IE for Windows this works fine: <% strAcceptLanguage =...
  14. questhaven

    LCID - Internet Explorer for Windows vs. for Macintosh

    Hi there - I am having an issue with trying to read the LCID value from the Macintosh version of Internet Explorer. With IE for Windows this works fine: <% strAcceptLanguage = Request.ServerVariables(&quot;HTTP_ACCEPT_LANGUAGE&quot;) Select Case LCase(strAcceptLanguage) Case &quot;en-us&quot...
  15. questhaven

    Problem with multiple select statements in a stored procedure

    Hi - I am trying to create a program that searches through a log file and create various type of reports based on the information selected in check boxes. Unfortunately the information contained within the log can be different from each other, and require joins of different tables. I've tried...
  16. questhaven

    Help Inserting records into TEMPORARY table

    Hi - I am trying to create a temporary table that will contain 10 columns whose values are coming out of join between 3 other tables. There also needs to be an 11th column in this temporary table. The contents of the 11th column need to be dependant on whether or not one specific field that I...
  17. questhaven

    Problem passing values from popup to parent

    Hi there - I am working with a page that uses frames - the right frame - called &quot;main&quot; contains a link for a pop-up address book. The window that pops up contains links for different email addresses that can be selected. When the link is clicked it triggers a javascript function that...
  18. questhaven

    Help with having Multiple checkboxes unchecked to disable one

    I have a series of checkboxes called share_1, share_2, share_3, etc. There can be multiple number of the above checkboxes (like at least 3 or 4 of each on the same page, but there is no limit as to how many because they are create on the fly). I also have a checkbox called SendEmail. I am...
  19. questhaven

    Problem with loading frames using javascript

    Hi there! I am having a problem with the code below and was hoping someone might see why it is not working as it should. What is supposed to happen is as follows: When a user clicks on the word &quot;Share&quot; (which is located in the left frame) it is supposed to refresh the left frame...
  20. questhaven

    checkbox and frameset help needed!

    Hi there - I am trying to solve an issue. I am working on a page using frames (I know, it's the worst!) and I am trying to solve the following issue: Ok - pretend that I am in the frame on the right side, and that there are checkboxes that were checked on that side have changed (these are...

Part and Inventory Search

Back
Top