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 IamaSherpa 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: ghorr
  • Order by date
  1. ghorr

    OnChange for JComboBox

    combo.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { yourMethodHere(); } });
  2. ghorr

    jscript DATE verify

    heh ... i was just going to thank you for the tip you gave me ... it helped a lot ... was it really that bad that i asked about it before losing precious time looking for it? It's not like i asked you to do it for me ... And about the involvement thingie ... i didn't know it's a must to try...
  3. ghorr

    jscript DATE verify

    what does "singling you out" mean? if you don't want to help .. don't. Nobody is forcing you to do it ... Don't blame people for asking. Maybe they don't afford a developer.
  4. ghorr

    jscript DATE verify

    can anyone please show me an example of a jscript that verifies a date depending on the current date ... any verify that you want... thnx.
  5. ghorr

    simple style-change jscript

    i need a jscript that changes the style of the cursor when i mouseover an image... i am currently trying this but it doesn't work: function stylePointer(x) { //alert(x.style.cursor.type); x.style.cursor.type = &quot;hand&quot;; } <td onclick=&quot;submitDown()&quot...
  6. ghorr

    select jscript

    could please anyone show me a simple example that does something like: i have a select and depending on what i select i want to show or hide some textboxes ... thnx
  7. ghorr

    jScript on OPTION of SELECT

    can i put a JScript function on an OPTION of a SELECT? something like select name=&quot;xx&quot;> <option value=&quot;yy&quot; ???ONSELECT=&quot;function()&quot;???>active</option>
  8. ghorr

    textbox characters restriction

    one more thing ... it should not allow this on keyPress ... not on 'Submit'
  9. ghorr

    textbox characters restriction

    i need a script that can set restrictions concerning the characters i can enter in a textbox ... for example i want a NAME field that would not allow the user to enter some special characters (E.G. '%','^','&','*') help me pls ;)
  10. ghorr

    SUBMIT on a .gif?

    ...<img src=&quot;your.gif&quot; name=&quot;img1&quot;> it is not working..:(
  11. ghorr

    SUBMIT on a .gif?

    I want the submit button to have a name.. How can i send the name of the submit button with this method?
  12. ghorr

    SUBMIT on a .gif?

    i need a .gif to perform as a submit button... cand i use style somehow to make a submit button look like a .gif ?
  13. ghorr

    more 'submit' buttons with different functions

    aham ... yup ... the different names thingie did the trick. you'll have to excuse me but HTML is just not my thing.
  14. ghorr

    more 'submit' buttons with different functions

    i have a form and i need to be able to do more things to it than a simple submit. So i would need to be able to have more submit targets ... can it be done?
  15. ghorr

    submit on a link?

    thanx a lot chris ... it was exactly what i needed
  16. ghorr

    can i make a smaller checkbox

    feh ... this works too <input type=&quot;checkbox&quot; style=&quot;width:10px;height:10px;&quot;>
  17. ghorr

    submit on a link?

    can i make a (submit) button look like a link? or can i make a link perform as a submit button? thanx.
  18. ghorr

    can i make a smaller checkbox

    thanx a lot ...
  19. ghorr

    can i make a smaller checkbox

    okay... that would be pretty cool but unfortunately i don't know jscript ... can anyone pls show me an example ?
  20. ghorr

    can i make a smaller checkbox

    i need a checkbox inside a table but i want it to be smaller than the normal checkbox ... can it be done?

Part and Inventory Search

Back
Top