> > [reply]
> > <select name="story_id">
> > <?php
> > while ($row = mysql_fetch_array($result,MYSQL_ASSOC)){
> > echo "<option
> value='{$row['story_id']}'>{$row['story_name']}</option>";
> > }
> > ?>
> > </select>
>
> Thanks, one more question: how do I limit the display size of that
> drop down list box? I have 250 items in it and it's taking the rest
> of the bottom of my page. I'd like to show just 10 items at a time,
> and scroll down from there.
That is probably different for each browser. Sometimes, the behavior may be outside your control.
Are you seeing this in both IE and FF? Which platform?
James
Community email addresses:
Post message: [email protected]
Subscribe: [EMAIL PROTECTED]
Unsubscribe: [EMAIL PROTECTED]
List owner: [EMAIL PROTECTED]
Shortcut URL to this page:
http://groups.yahoo.com/group/php-list
SPONSORED LINKS
| Php mysql | Job postings |
YAHOO! GROUPS LINKS
- Visit your group "php-list" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
