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

    unique

    How can i define in mysql table that a field is unique??
  2. filipel

    radio button

    Hi.I have 2 radio buttons with name"newsletter".How can i store its value on a mysql table?
  3. filipel

    property by href

    Hi i want to pass the value of a input type="text" by this <a href="novidades.php?id=dominio.value">Ver Novidades</a> dominio is the id of the input text
  4. filipel

    radio button

    Hi.I have 2 radio buttons with name"newsletter".How can i store its value on a mysql table?
  5. filipel

    foreign key

    Hi.I have a record in this table with id=0: DROP TABLE IF EXISTS `junta`.`modelo`; CREATE TABLE `junta`.`modelo` ( `id` int(10) unsigned NOT NULL default '0', `foto1` varchar(200) default '', `descri1` varchar(500) default '', `foto2` varchar(200) default '', `descri2` varchar(500)...
  6. filipel

    insert record

    i have this table with auto increment id DROP TABLE IF EXISTS `junta`.`subdominios`; CREATE TABLE `junta`.`subdominios` ( `id` int(10) unsigned NOT NULL auto_increment, `nome` varchar(45) NOT NULL default '', `descricao` varchar(45) NOT NULL default '', PRIMARY KEY (`id`) )...
  7. filipel

    display textarea

    hi.How to display a textarea below a button when i click on it?
  8. filipel

    div on the bottom

    how to put a div always on the botom of page?
  9. filipel

    heading different positions between browsers

    Why the header appears in different positions between explorer and mozilla??? <div id="header"> <h1>Bidoeira</h1> </div> css: #header { width:90%; height:70px; background-color:#0066CC; padding:10px; } #header h1{ z-index:1; font-size:45px; font-family:Georgia, "Times...
  10. filipel

    Passing style property to function

    Can i do this? <input type="button" onClick="insereTexto(this.style.top)" value="Insere Texto" />
  11. filipel

    input box

    How can i make a input text box multiline like a memo when i click on a button?
  12. filipel

    dialog box

    Hi.How to create a dialog box for open a image file?Thanks

Part and Inventory Search

Back
Top