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: *

  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

    devedge doc would you mind to let me know where that is?
  6. kimera

    checkbox / onclick / display: visible - none

    great. bye the way.... if you have read a doc on that... is it possible to name several layers (<div></div> all on the same level) the same e.g. TestLayer, and then make them disappear using the block attribute? There must be a way to do so (I guess). however, I don't want to claim info the...
  7. kimera

    checkbox / onclick / display: visible - none

    I LOOOOOOOOOOOOVE YOUUUUUUUUUUUUUUUUUUUUU! You are just THE (WO)MAN! GREAT! how did you find out? If you are Canadian I'll send you Swiss Chocolate for free! Brayan www.brayan.com
  8. kimera

    checkbox / onclick / display: visible - none

    I LOOOOOOOOOOOOVE YOUUUUUUUUUUUUUUUUUUUUU! You are just THE (WO)MAN! GREAT! how did you find out? If you are Canadian I'll send you Swiss Chocolate for free!
  9. kimera

    checkbox / onclick / display: visible - none

    thanks Iza. Unfortunately id didn't work. a. onchange doesn't work at all b. it has to be display because other text has to move up (anyway visibility come up with the same result. I can hide it but no visible or reverse) c: thanks any other ideas? however, thanks for your help. I...
  10. 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() {...
  11. kimera

    Uploading files from visitor and email them

    First. you need to know how this form (and file) will be submited. Will the user send it via it's email program (which is usual if no smtp server is on target)? What dynamic language do you use? ASP, PHP, ColdFusion? You would need one of them in order to send an attachement without an email...
  12. kimera

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

    I regret it doesn't work on the level <OPTION value ...> of the select field. On the top level of the select field only!!! Any other ideas? anyway, thanks for your help
  13. 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...
  14. 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.
  15. 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