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

    send a query string and it's value is textbox input

    hi all, i just wanna to make a href and send a parameter with this href and this parameter is the input of a textbox. here what i did: <a href="1.html?title_edit='window.document.getElementById('ti').value'>Edit</a> but it has a syntax error...i donot know where and why...?
  2. miroiti

    delete from database problem!!!!!

    hi all i was trying to delete a record from a data base based on the value of hidden filed i made.but this is not performed in a proper way....so how can i do this here is what i get!!! <? $query = "SELECT title, url FROM managelinks"; $queryResult = mysql_query($query); "<div...
  3. miroiti

    add in database

    hi all, i've 2 text boxes and save button and i wanna when i click save button take the values of 2 textboxes then insert in db, i know that js is client side and i cannot connect to db with ,so i try to make a hidden field with 2 textboxes and try when i click submit button i'll reload to the...
  4. miroiti

    delete from database

    iam a beginner in javascript and need some help, i want when user press delete button delete it from interface also delete from databse i successed to remove from interface but i canot remove it from data base becouse it is server side and javascript is client side,.. plus i have to detect...
  5. miroiti

    on change combo box

    hi all, iam just a begineer in java script,and i tried my program that load data from a database in combo box,my table is managelinks that contain 2 fields title and url ,the title column is loaded in combo box and i tried when the user changes the value of this combo box i select from database...

Part and Inventory Search

Back
Top