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 TouchToneTommy 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: Bobs390
  • Content: Threads
  • Order by date
  1. Bobs390

    Call variable from other frame

    I am trying to get the value of a variable from another frame called middle which has a procedure called validform() in it. Within this function is a variable called checkok. I am using the following function called fom a button, in the other frame called bottom, which tries to call the...
  2. Bobs390

    Call function onSubmit

    Hi, Basically I have 2 frames called middle and bottom the middle frame holds a form and the bottom frame holds a javascript form submit buttom. <a href="javascript:parent.middle.document.faultform.submit()">Submit</a> If I click on this it submits the form fine, however there is a...
  3. Bobs390

    Call function on submit

    Hi, Basically I have 2 frames called middle and bottom the middle frame holds a form and the bottom frame holds a javascript form submit buttom. <a href="javascript:parent.middle.document.faultform.submit()">Submit</a> If I click on this it submits the form fine, however there is a...
  4. Bobs390

    Close Recordset Error

    I am using the code below to track hits from banners, It works but if I use the RS.Close at the end to close the recordset object it throws up an error: Operation is not allowed when the object is closed. /click/clicks/redirect.asp, line 23 But if I remove the RS.Close the it works fine ...
  5. Bobs390

    Counter

    Hi, I have the following asp page that processes data submitted from links in other pages. <% 'declare variables passed from links SiteURL = Request.QueryString("URL") site = Request.QueryString("site") city = Request.QueryString("city") If Len(SiteURL) > 0 Then Set objConn =...

Part and Inventory Search

Back
Top