All Tags » select (RSS)

Browse by Tags

  • PHP, MySQL Select Columns?

    Hi, I would like to select information from my database then output it but not as rows. IE. $select = "SELECT title, author, description, rating, image, aLocation FROM aArchive"; $query = mysql_query($select); while ($row = @mysql_fetch_array($query,MYSQL_ASSOC)) { $title = $row{'title'...
    Posted to PHP and Databases (Forum) by software on 06-08-2010
  • HTML <SELECT>  Can I define a width.

    I have a page where there are 2 lists, and dynamically you can move one to another. The problem is when I empty one list, the empty list changes widths. It looks very bad. I just want to keep the width of each box Static, so when I move elments to and from each list each list does not change visually...
    Posted to HTML (Forum) by software on 06-04-2010
  • Applying background-image to <SELECT> element

    Hi experts Looking for a quick answer... Anyone know how to make this work? http://technology.amis.nl/blog/?p=994 my code: one two Alan ";0) ps... Code works fine in firefox, but not in IE 7
    Posted to HTML (Forum) by software on 06-02-2010
  • Dynamic Select List/Menu

    I am trying to build a small "Amazon" style online catalogue. I have approximately 3500 items and those are broken down into 130 categories and stored in an Access Database. Because there are so many categories I would like to have a page where the user can have the option of Selecting a category...
    Posted to Adobe Dreamweaver (Forum) by software on 06-02-2010
  • dynamic list box multiple select - option selected problem

    I have an artist information update form, that has all previously selected values (i.e. name,gender,style,etc.) echoed in each of the form fields. The only problem I have is with the dynamically populated multiple select list box. The list box pulls values (style names) from a database table called style...
    Posted to PHP and Databases (Forum) by software on 06-02-2010
  • MySQL: how do i select last 10 rows in ascending order?

    Hi, I am making a shout box, and I want it to display the last 10 messages posted in ascending order. I know how to display the last 10 in descending order but can't figure out how to do it in ascending order. Can you help me please? heres an example: if in the database there were 26 shouts which...
    Posted to PHP and Databases (Forum) by software on 06-01-2010
  • Select last row from mysql qeury

    hi expert am using this code below to select the last row from my database: $sql=mysql_query("SELECT * FROM client WHERE cus_id='".$_COOKIE["client_id"]."' ORDER id DESC LIMIT 1"); if(mysql_num_rows($sql) > 0){ while($row=mysql_fetch_array($sql)){?> This last...
    Posted to PHP and Databases (Forum) by software on 06-01-2010
  • Cancel "onchange" of a <select> box?

    Hi, I have a select box where a user can pick something. One of the selections is "Revert" which I want to throw up an alert asking the user if he really wants to do this. I know with buttons I can do a onclick="return confirm(...)", and a return value of false will effectively cancel...
    Posted to JavaScript (Forum) by software on 06-01-2010
  • Is there really no REAL solution for Dropdown Options getting cutoff in Select Menus in IE?

    I've searched the internet high and low to try and find a solution for this and it boggles my mind that IE still works this way even in IE8. Creating a dropdown select menu that is a fixed width. Options in this menu are wider than the fixed with of the menu. Of course in Firefox and other browsers...
    Posted to Authoring (Forum) by software on 06-01-2010
  • Get the value of HTML select tag using JavaScript

    Dear experts, This is the HMTL code False (+S$200.00) True (+S$123.00) If user select first option (=21), then : 1) how can I get the value of 21 using javascript? 2) how can I get the value of 7 (7 is the index of the select id) using javascript? Thanks & regards.
    Posted to JavaScript (Forum) by software on 06-01-2010
Page 1 of 56 (551 items) 1 2 3 4 5 Next > ... Last ยป