<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1032163" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1032163</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/asking-impossible-html-form-control#comment-1188836</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;bja888 wrote:&lt;/strong&gt; Thank you for a shove in the wrong direction dk01.&lt;/p&gt;
&lt;p&gt;Filling it with content will be the easy part. Getting the html to work is the hard part.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; :jump:&lt;/p&gt;
 </description>
     <pubDate>Sat, 24 Dec 2005 10:16:59 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1188836 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/asking-impossible-html-form-control#comment-1188808</link>
    <description> &lt;p&gt;Thank you for a shove in the wrong direction dk01.&lt;/p&gt;
&lt;p&gt;Filling it with content will be the easy part. Getting the html to work is the hard part.&lt;/p&gt;
 </description>
     <pubDate>Sat, 24 Dec 2005 01:29:53 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1188808 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/asking-impossible-html-form-control#comment-1188784</link>
    <description> &lt;p&gt;This can be done with AJAX.   Its a combination of dhtml and serverside components.  It works in FF and IE 5.5+ at least.  Basically you create a connection to the server when the page is loaded.  This connection can be worked over without having to reload the page. So it works kind of like Gmail does.  This is just one AJAX example:&lt;br /&gt;
&lt;a href=&quot;http://www.yourhtmlsource.com/examples/ajaxformsubmission.html&quot; class=&quot;bb-url&quot;&gt;http://www.yourhtmlsource.com/examples/ajaxformsubmission.html&lt;/a&gt;&lt;br /&gt;
and the tutorial for that form:&lt;br /&gt;
&lt;a href=&quot;http://www.yourhtmlsource.com/javascript/ajax.html&quot; class=&quot;bb-url&quot;&gt;http://www.yourhtmlsource.com/javascript/ajax.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And this one example here is very complex. Try typing in a first name like bob or jim. It will update without reloading the page:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.farleyfamily.net/school/project/client/&quot; class=&quot;bb-url&quot;&gt;http://www.farleyfamily.net/school/project/client/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can learn more on AJAX on the wikipedia page.  Anyhow this is all quite complex and may not be worth doing unless you know your stuff and are fluent in php, mysql, and javascript. Anyhow its possible though!&lt;/p&gt;
&lt;p&gt;Jim&lt;/p&gt;
 </description>
     <pubDate>Fri, 23 Dec 2005 23:42:14 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1188784 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/asking-impossible-html-form-control#comment-1188779</link>
    <description> &lt;p&gt;Sorry, I have kinda been on an unexpected hiatus.&lt;/p&gt;
&lt;p&gt;If you want a button to expand/hide results thaen it needs done in flash but if you just want a text area with options then it can be done in JavaScript.&lt;/p&gt;
 </description>
     <pubDate>Fri, 23 Dec 2005 23:22:43 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1188779 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/asking-impossible-html-form-control#comment-1188684</link>
    <description> &lt;p&gt;I seen it done in flash&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Dec 2005 19:03:45 +0000</pubDate>
 <dc:creator>lex</dc:creator>
 <guid isPermaLink="false">comment 1188684 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/asking-impossible-html-form-control#comment-1188642</link>
    <description> &lt;p&gt;Thanks to the helpful folks that responded! In particular,&lt;br /&gt;
JeevesBond - Thanks for the confirmation. I know now I was just imagining things =).&lt;br /&gt;
bja888 - Great to hear! Please update me and everyone else on your progress! Although I dont&#039; think I can implement anything non-trivial in Flash =)&lt;/p&gt;
&lt;p&gt;I&#039;ve started to implement a workaround (google suggest style) to see if I can use a regular text input field with the suggest-like feature attached to the bottom as the user starts to type in the text field.&lt;/p&gt;
&lt;p&gt;Thanks again!&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Dec 2005 03:11:00 +0000</pubDate>
 <dc:creator>triapply</dc:creator>
 <guid isPermaLink="false">comment 1188642 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/asking-impossible-html-form-control#comment-1188430</link>
    <description> &lt;p&gt;I started working on it... (the javascript)&lt;br /&gt;
I can make it so it is cross browser but you there is no way is JavaScript or CSS is turned off.&lt;/p&gt;
&lt;p&gt;On the other hand... The best way to do it would be Javascript/Flash combo&lt;/p&gt;
 </description>
     <pubDate>Sat, 17 Dec 2005 04:12:33 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1188430 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/asking-impossible-html-form-control#comment-1188401</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: Thanks so very much and have a wonderful Christmas everyone (it&#039;s only 10 days away)!!&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;And Happy Christmas to you too! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 16 Dec 2005 18:50:38 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1188401 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/asking-impossible-html-form-control#comment-1188400</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: I&#039;d like to ask if anyone can come up with a creative way to accomplish the following:&lt;br /&gt;
- have an input text box AND&lt;br /&gt;
- have a dropdown list&lt;br /&gt;
... into ONE&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Am afraid the answer is a firm no to this one, not unless you can find some amazing JavaScript trickery (very inadviseable and really really really not worth the effort due to the accessibility issues it&#039;ll cause).&lt;/p&gt;
&lt;p&gt;This functionality isn&#039;t built into forms at the moment. Sorry.&lt;/p&gt;
 </description>
     <pubDate>Fri, 16 Dec 2005 18:49:42 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1188400 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/asking-impossible-html-form-control#comment-1188349</link>
    <description> &lt;p&gt;Hi, what you see in start/run is an overflow of the input field (previous chosen items, like in your tool bar address bar)&lt;/p&gt;
&lt;p&gt;The input box uses the input tag&lt;br /&gt;
The drop down uses the select tag&lt;/p&gt;
 </description>
     <pubDate>Fri, 16 Dec 2005 07:51:40 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1188349 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
