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 gkittelson 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. cybernetic

    Problem using Loadmovie

    Thankyou for your reply, but I have already tried that also. I cannot seem to get it to refer to the text field after I have used the loadmovie action. I would like to be able to pass variables to the loaded movie, but am unsure how. How do you set up the variables and send them in the...
  2. cybernetic

    Problem using Loadmovie

    I have a movieclip called circle, which has a movieclip inside it called internal. I have loaded an external movie (Symbol4.swf) into circle.internal. Symbol4.swf has a textfield in it called text1. I need to be able to set this value, and have tried using the syntax...
  3. cybernetic

    dynamic selection statements

    I am trying to generate dynamic selection statements using PHP which will be populated from mysql database. The options show up alrite, but when the form is submitted the variables are blank. Has anyone else had this problem or is there someone who could show me how to do this successfully? Thanx
  4. cybernetic

    help with form autocomplete

    Im trying to write a fnction which automatically completes the address details in a web form, by reloading the page with the values in it. can anyone help me?
  5. cybernetic

    Postcode Lookup

    I am getting a Warning page but was putting the warning in the URL bar. I was trying to do something like: function postcodes () { if ($streetname&&$houseno) { $conn=mysql_connect("localhost","name","password"); $db=mysql_select_db("agency")...
  6. cybernetic

    Postcode Lookup

    I have a postcodes tabel in mysql database and a form requiring peoples details. After clicking on a "Find Address " link the street and housenumber or the postcode and house number will be looked up in the database and the form reloaded with the remainder of the form completed...

Part and Inventory Search

Back
Top