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 Mike Lewis 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. CompOp

    send string

    im so noob. All makes sence now, kinda through the code together from a few different places. I understood the get method but had alot of trouble finding good explanations on the post ajax method. Thanks feherke, This has opend up alot of doors for me now, Iv still got alot to learn but its...
  2. CompOp

    send string

    Thanks feherke, That worked like a dream, had alot of trouble trying to find out how to send that string didnt know that the post method was uriencoded. I am a Novice and didnt even know about uri encoding. Thank you!!!. I guese this is why I should learn DOM. Will study some DOM in future I guese.
  3. CompOp

    send string

    Sorry feherke, here is the full ajax function. I will give this a try. <script type="text/javascript"> function getXMLObject(){ var xmlHttp = false; try { xmlHttp = new ActiveXObject("Msxml2.XMLHTTP") } catch (e) { try { xmlHttp = new...
  4. CompOp

    send string

    Hey guys, Thanks for reading this, I am lost once again. I am having trouble understanding how the string is sent in the post method from ajax and how to feed it in to php correctly. I am able to get all my scripts to work but it apears that an incorrect id value is being passed to the server...
  5. CompOp

    fetch image button broken

    Hey guys, Thanks for taking the time to read this. I am trying fetch a php logon form with ajax, I have set up a form with a button to fetch the php logon page and display it in a div. I am able to get the form to work with a standard button however when I change the inpute type to "image" the...
  6. CompOp

    dissecting an array into array help

    sweet that kinda fixed it script works, not the results i was hopping for but atleast it works. Results of the script runing are: please fill in the following feildsElement[i]Element[i]Element[i] which the desired results I was hoping for was supposed to be: please fill in the following...
  7. CompOp

    Need help with java field validation

    I am still a bit of a rookie at this but have you tried using the onclick function in the submit input?
  8. CompOp

    dissecting an array into array help

    Hi, thank you for looking at this post. I am trying to make my form validation more dynamic, I have never tried to take elements from one array befor and place them in another to be read back to the browser. I am still kinda new to this although I do have an ok grasp on php still noobie at...

Part and Inventory Search

Back
Top