<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Pull-Down Menu (Preferably Nonmodal) in Javascript Bookmarklet?</title>
	<link>http://ask.metafilter.com/110277/PullDown-Menu-Preferably-Nonmodal-in-Javascript-Bookmarklet/</link>
	<description>Comments on Ask MetaFilter post Pull-Down Menu (Preferably Nonmodal) in Javascript Bookmarklet?</description>
	<pubDate>Mon, 29 Dec 2008 15:20:53 -0800</pubDate>
	<lastBuildDate>Mon, 29 Dec 2008 15:20:53 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Pull-Down Menu (Preferably Nonmodal) in Javascript Bookmarklet?</title>
		<link>http://ask.metafilter.com/110277/PullDown-Menu-Preferably-Nonmodal-in-Javascript-Bookmarklet</link>	
		<description>Is the presentation of a choose-item-from-multiple-choices-presented menu possible to implement into a Javascript bookmarklet? &lt;br /&gt;&lt;br /&gt; Ideally, I would be looking for the menu to act in the same nonmodal fashion like &quot;prompt&quot; does in a Javascript bookmarklet.  (If you don&apos;t know what I mean by that, click on the text &quot;Find in this page&quot; on &lt;a href=&quot;http://www.lifeclever.com/17-powerful-bookmarklets-for-your-iphone/#more-591&quot;&gt;this webpage&lt;/a&gt;.)&lt;br&gt;
&lt;br&gt;
I currently have a bookmarklet that takes the webpage that I&apos;m currently on, and funnels it into a task on Remember the Milk.  The bookmarklet right now is:&lt;br&gt;
&lt;br&gt;
popw=window.open(&apos;http://m.rememberthemilk.com/add?name=&apos; + escape(&quot;Web: Check out \&quot;&quot;) + escape(document.title) + escape(&quot;\&quot;.&quot;) + &apos;&amp;amp;list=&lt;i&gt;[list ID]&lt;/i&gt;&amp;amp;priority=&amp;amp;repeat=&amp;amp;estimate&amp;amp;tags=&apos; + escape(&quot;@web rtmurl&quot;) + &apos;&amp;amp;priority=2&amp;amp;url=&apos; + escape(location.href) + &apos;&amp;amp;add=&apos; + escape(&apos;\&quot;Add Form\&quot;&apos;), &apos;taskForm&apos;,&apos;scrollbars=yes,width=680,height=510,top=175,left=75,status=no,resizable=yes&apos;);if (!document.all) T = setTimeout(&apos;popw.focus()&apos;,50);void(0);&lt;br&gt;
&lt;br&gt;
Essentially, I would like to trigger the bookmarklet, and be presented with a multiple-choice menu appears where I&apos;m presented with choices.  The text of the choice will go into the &quot;tags&quot; section of the URL; it&apos;ll let me do further sorting.&lt;br&gt;
&lt;br&gt;
This seems to be simple enough, but there&apos;s enough stuff out there with similar wording that I can&apos;t seem to pin myself right down to this.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.110277</guid>
		<pubDate>Mon, 29 Dec 2008 14:10:59 -0800</pubDate>
		<dc:creator>WCityMike</dc:creator>
		
			<category>bookmarklet</category>
		
			<category>menu</category>
		
			<category>Javascript</category>
		
			<category>resolved</category>
		
	</item> <item>
		<title>By: niles</title>
		<link>http://ask.metafilter.com/110277/PullDown-Menu-Preferably-Nonmodal-in-Javascript-Bookmarklet#1587075</link>	
		<description>It wouldn&apos;t be in an alert box, and you&apos;d have to do some serious tweaking to your script, but what about the &lt;a href=&quot;http://www.lokeshdhakar.com/projects/lightbox2/&quot;&gt;Lightbox JS&lt;/a&gt; derivative &lt;a href=&quot;http://jquery.com/demo/thickbox/&quot;&gt;ThickBox&lt;/a&gt;? Check out the inline content modal demo for starters.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.110277-1587075</guid>
		<pubDate>Mon, 29 Dec 2008 15:20:53 -0800</pubDate>
		<dc:creator>niles</dc:creator>
	</item><item>
		<title>By: cschneid</title>
		<link>http://ask.metafilter.com/110277/PullDown-Menu-Preferably-Nonmodal-in-Javascript-Bookmarklet#1587114</link>	
		<description>Seconding niles, this is a great use for one of the thousands of lightbox type popups.&lt;br&gt;
&lt;br&gt;
And the approach to take is to have the bookmarklet insert a script tag at the bottom of the document.  That script tag goes and grabs the remote javascript.  That way you don&apos;t have to shove everything in the tiny bookmarklet size.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.110277-1587114</guid>
		<pubDate>Mon, 29 Dec 2008 15:44:59 -0800</pubDate>
		<dc:creator>cschneid</dc:creator>
	</item><item>
		<title>By: WCityMike</title>
		<link>http://ask.metafilter.com/110277/PullDown-Menu-Preferably-Nonmodal-in-Javascript-Bookmarklet#1587532</link>	
		<description>Thanks, guys.  Since it looked as if the coding was going to be far more complicated, I modified the workflow ... I created variants of the bookmarklet for each new tag, then let the &quot;menu&quot; be a bookmark folder in my bookmark toolbar.  Not what I ideally wanted, but far less work invested on my end. :-)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.110277-1587532</guid>
		<pubDate>Mon, 29 Dec 2008 22:16:50 -0800</pubDate>
		<dc:creator>WCityMike</dc:creator>
	</item>
	</channel>
</rss>
