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. biktoryah

    SQL Backup Error

    When I tried backing up a database in the server this error came up "Backup, CheckAlloc, Bulk copy, Select into, and file manipulation (such as Create file) operations on a database must be serialized. Reissue the statement after the current backup, CheckAlloc or file manipulation...
  2. biktoryah

    refreshing a frame with a focus command on the other frame

    i have two frames...frame_right and frame_left..the frame_right contains my main menu...which i need to refresh once in awhile depending on what screen comes out on the frame_left frame...i have a textbox on the frame_left and on the onload command i am setting the focus on a text box...using...
  3. biktoryah

    how to use history.go(-1) with frames

    i have a problem in incorporating the back, forward and refresh button of the browser... my window has no toolbars on it so i only have an image that acts like the back, forward and refresh button.. my page is consists of two frames...left and right frames..the images are seen in the left...
  4. biktoryah

    scrollbar always at the bottom

    WizyWyg, what i am trying to do is a chat program web-based...i am refreshing the page every 1 second and unfortunately the vertical scroll bar seen at the right hand of the screen is always on top which is a bit of a problem since the screen would post messages one at a time filling up the...
  5. biktoryah

    scrollbar always at the bottom

    i think u miss understood me...i was pertaining to the vertical scroll bar but onLoad of the window the scroll bar would be focused at the bottom part of the screen.. tnx biktoryah
  6. biktoryah

    scrollbar always at the bottom

    anybody can help me? i need a code where the scroll bar appears at the bottom once the window is displayed...thanks biktoryah
  7. biktoryah

    Calling a vbscript function within a javascript even onUnload

    Function unsetFlagUpdate(strAccnt) aConnectionString = "File Name=" & onRequestConnection() set conn = Server.CreateObject("ADODB.Connection") conn.Mode = adModeReadWrite conn.ConnectionString = aConnectionString conn.open strSQL = "Update TBLCACS " _ &...
  8. biktoryah

    Calling a vbscript function within a javascript even onUnload

    function hello() { var x; x = &quot;<%call unsetFlagUpdate(strAccntNum)%>&quot;; return true; } <body onUnload=&quot;hello();&quot;> i have tried using this code but unfortunately when the page loads it already calls the unsetFlagUpdate vbscript function even though the hello() javascript...
  9. biktoryah

    Calling VBScript Function within JavaScript Function

    hi..i m encountering the same problem as u had...may i pls know how u did it..tnx :D

Part and Inventory Search

Back
Top