Jump to content

phpme1221

Members
  • Posts

    51
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

phpme1221's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. thanks aykay, should i follow example 2 #2: "function submitAllDocumentForms()" - Submit all forms in document ?
  2. Thanks aykay, what should be in the form, so that the js code can use to reference? keep in mind this is an unknown array of servers. thanks <form name = ? or value = ? <input type='submit' name='entdb' value='Register' > </form>"; should it be a type = submit or type = button ?
  3. Aykay you around , yes im short of begging, thanks
  4. i saw this, will something like this work? count=0 while(document.forms[count]){ document.forms[count].submit() count++ }
  5. so in the function something to increment the form name using count , like name=form1 name=form2 but how do you code that ?
  6. Hi Aykay, Thanks again, again we dont know # of forms this will generate, a user can have 1 server to register or 10 server to register. Whats really confusing in the after th foreach; there is only 1 <form tag so there is only 1 name but if you run the function you mention in you last poist there are 3 different form names to consider but i have only 1, even though it appears as more depending on amount a servers onwned by the user passed in the url
  7. Thanks aykay for getting back to me, but the function knows the # of forms to submit? just dont kow enough fo js to do it.
  8. Hi aykay, doesn't it appear as 1 form in the code after the foreach but in the browser it contains possibily multiple forms, so how to i submit once? thanks
  9. there have been soo many different response not sure which one to go with, use button intead fo submit , use a function use js use ajax, well i dont know enough of either gosh please help aykay
  10. okay sounds easier with 1 submit button, now can you start me off with my example? please please
  11. the problem now with multiple submits button based on the # of servers a user needs to register ( in the array ) how do you submit each form without refreshing the page?
  12. i just want each individual owner of the server to register their server/s in the link they each get in the email. I have show how the link looks like in the previous post, it will show each of the server they own and now they have to just register it by filling in the forms, either i have 1 submit button for all forms but that seems way too difficult for me OR have multiple submit buttons for each servers they need to regiseter (own) , remember a user may only need to register 1 server ( own 1 server ) hope that explains it much simpler than it sounds and to code THANKS AYKAY
  13. Hi Aykay, Can you help me out once more, please how do i submit the multiple form with the different host? Here is what the form looks like [attachment deleted by admin]
  14. Hi Aykay, Now how to i have only 1 submit for multiple hosts? I changed it to one submit instead everytime a user have to hit the submit button. Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.