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 wOOdy-Soft 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: kimera
  • Content: Threads
  • Order by date
  1. kimera

    Schedule a SP

    Can somebody give me a Stored Procedures which is scheduled? E.G. If a record set is updated check for a value in a field of it's record. bye the way. Any good links to SQL stored procedure tutorials? thanks Kimera
  2. kimera

    Change z-index with JavaScript

    How can I change Z-Index with JavaScript layername.style.z-index = 10; This code reports en error message (I assume because it interprets the hyphen as a minus operator) thanks
  3. kimera

    CSS on <Input type="text">

    Can somebody tell me how they created the input fields at http://www.feelfree.ch . They look awesome without the borders! Did they use a selector?
  4. kimera

    moveBy(x,y)

    can anybody tell me how I can move a <div>-layer with the moveBy(x,y) method? I'd like to know how it's done in a function e.g. function MoveLayer() { document.MyLayer.moveBy(x,y) (is that correct?) } thanks, I appreciate any constructive hint and help. brayan
  5. kimera

    checkbox / onclick / display: visible - none

    I'm looking for a way to make a layer (<div></div) disappear and visible by clicking on a checkbox. Unfortunately I always can execute 1 of them either 'visible' or 'none' work but not both of them. I used the script below 'onclick' function CheckBoxes() {...
  6. kimera

    DOM - select field and JS event ... does that work?

    Hi. I try to hide a <div> object when the user clicks or focus' the an option within a select field. But that doesn't work. However, it works if I put that onclick event right after <select name=... onclick=&quot;akfja()&quot;>. Can somebody tell me how I could have appear second select filed...
  7. kimera

    how to insert SRC= string from a external js file?

    How can I insert an image link from a external js. file at a specific place of my HTML page so that I can change it in the external file only. thanks for your help. I appreciate your effort.
  8. kimera

    OnLoad

    What's the correct prog. text to start 2 or more functions onLoad of the HTML-Body? is this correct? OnLoad=&quot;test(); go(); bla()&quot; thanks

Part and Inventory Search

Back
Top