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

    Passing arguments dynamically to onclick event / Scope of variables

    Hi, I have the following function. Everything works except the assignment of the onclick event. I need to pass 3 arguments dynamically to the function call like this: rmdep(this, i, d). How do I go about this? Thanks for your time, Csanád function rmdep(what,i,d) { // i is the index of...
  2. Csanad

    setAttribute issue

    Hi, Here's my form: http://www.steinrogan.com/SecureSite_v2_beta/addthis.php When I add two or more Dependant Items and remove one that's not the last that I added, I won't be able to remove any more Dependant Items. Say I deleted the first Dependant Item and try to remove the second...
  3. Csanad

    Funky Remove - Take 2

    Hello again :) Here's my form: http://www.steinrogan.com/SecureSite_v2_beta/new_category.html Please do the following: 1. Add about 9 more New Items by clicking on the Add Another Item. 2. Go back to Item[1] and start removing the Item[1]. (Renumbering the following Items in the list is...
  4. Csanad

    Funky Remove

    Hi, Here's my form - it's still work in progress, but I got stuck with the Remove Item option. http://www.steinrogan.com/SecureSite_v2_beta/new_category.html Here's my dilemma: As long as I don't remove the very first Item, everything works as expected, i.e. I can add Dependant Items. But...
  5. Csanad

    Formatting help for dynamically created new form elements

    Hello! Here's my form: http://www.steinrogan.com/SecureSite_v2_beta/new_item_single.html Please create a Dependant Item in Item[1] for comparing purposes. When a New Item is created dynamically by clicking the "Add Another Item" button, and then inside the New Item the "Add a Dependant...
  6. Csanad

    Formatting help for dynamically created new form elements

    Hello! Here's my form: http://www.steinrogan.com/SecureSite_v2_beta/new_item_single.html Please create a Dependant Item in Item[1] for comparing purposes. When a New Item is created dynamically by clicking the "Add Another Item" button, and then inside the New Item the "Add a Dependant...
  7. Csanad

    Separate form variables

    Hello, I have a form: http://www.steinrogan.com/SecureSite_v2_beta/new_item_single.html The idea is that every time the "Add a Dependant Item" button is clicked, the Item whose "Add a Dependant Item" button was clicked will have an additional field for another dependant item. (Thanks to...
  8. Csanad

    Form variables vs. modified form

    Hello there! I have a simple form, buttons are not functional yet with the exception of "Add a Dependant Item" button: http://www.steinrogan.com/SecureSite...em_single.html When the "Add a Dependant Item" button is clicked, the form is being changed, such that there is an additional field for...

Part and Inventory Search

Back
Top