<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>HTML Help</title>
  <link>http://www.htmlcodetutorial.com/help/index.php</link>
  <description>Please &lt;a href=&quot;http://www.htmlcodetutorial.com/help/search.php&quot;&gt;Search&lt;/a&gt; for the answer to your question before asking it! Thanks.</description>
  <language>english</language>
  <copyright>(c) Copyright 2009 by HTML Help</copyright>
  <managingEditor>design@htmlcodetutorial.com</managingEditor>
  <webMaster>design@htmlcodetutorial.com</webMaster>
  <pubDate>Sat Nov 21, 2009 11:55 am</pubDate>
  <lastBuildDate>Sat Nov 21, 2009 11:55 am</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>HTML Help</title>
    <url></url>
    <link>http://www.htmlcodetutorial.com/help/</link>
    <description>Please &lt;a href=&quot;http://www.htmlcodetutorial.com/help/search.php&quot;&gt;Search&lt;/a&gt; for the answer to your question before asking it! Thanks.</description>
  </image>

                                      <item>
                                        <title>Re: How to have multiple images to one selection on a drop down</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=52281#52281</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=13957'&gt;PayneLess Designs&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Jul 03, 2009 2:45 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      You browser is controlling whether the links open in a new window/tab. Have you set the options correctly? Web pages can not control how viewers open links/pages in their browsers. Nor should they ever have that control.&lt;br /&gt;
&lt;br /&gt;
You say current frame. Are you using frame pages?</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=52281#52281</comments>
                                        <author>PayneLess Designs</author>
                                        <pubDate>Fri Jul 03, 2009 2:45 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=52281#52281</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to have multiple images to one selection on a drop down</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=52280#52280</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=26579'&gt;GottaBeKD&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Jul 03, 2009 1:15 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hey this is pretty much exactly what I'm looking to do as well, but I don't want it to open up a whole new tab, i just want it to open up in the current frame that it's already in. How do I add that? Thanks for the help!</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=52280#52280</comments>
                                        <author>GottaBeKD</author>
                                        <pubDate>Fri Jul 03, 2009 1:15 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=52280#52280</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to have multiple images to one selection on a drop down</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51649#51649</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=13957'&gt;PayneLess Designs&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Jun 09, 2009 12:47 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      This may help a little better. This will open new window/tab to the other page.&lt;br /&gt;
&lt;br /&gt;
Between Head tags:&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;script type=&amp;quot;text/JavaScript&amp;quot;&amp;gt;&lt;br /&gt;
function MM_jumpMenu&amp;#40;targ,selObj,restore&amp;#41;&amp;#123; //v3.0&lt;br /&gt;
var s = selObj.options&amp;#91;selObj.selectedIndex&amp;#93;.value;&lt;br /&gt;
window.open&amp;#40;s&amp;#41;;&lt;br /&gt;
if &amp;#40;restore&amp;#41; selObj.selectedIndex=0;&lt;br /&gt;
&amp;#125;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
Between body tags:&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;form name=&amp;quot;form1&amp;quot; action=&amp;quot;null&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;select name=&amp;quot;menu1&amp;quot; onChange=&amp;quot;MM_jumpMenu&amp;#40;'parent',this,0&amp;#41;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;option selected&amp;gt;-- select --&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;area.html&amp;quot;&amp;gt;Area&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;calahonda.html&amp;quot;&amp;gt;Calahonda&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;mijas_golf.html&amp;quot;&amp;gt;Mijas Golf&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;benalmadena.html&amp;quot;&amp;gt;Benalmadena&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;fuengirola.html&amp;quot;&amp;gt;Fuengirola&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;el_faro.html&amp;quot;&amp;gt;El Faro&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;/select&amp;gt;&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
Each HTML file is using a relative path, but insert whatever path you plan to use to link. Now all you need is the code for each page as named to show the contents as you want. Either as a photo album or gallery. Might look into using something like &lt;a href=&quot;http://www.huddletogether.com/projects/lightbox/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;LightBox&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
I hope this is closer to what you want.</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51649#51649</comments>
                                        <author>PayneLess Designs</author>
                                        <pubDate>Tue Jun 09, 2009 12:47 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=51649#51649</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to have multiple images to one selection on a drop down</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51616#51616</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=26183'&gt;JoanneP&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Jun 08, 2009 6:00 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Yes, thats it exactly.  I have worked out a crappy way of doing it! Which is to create an album page in &amp;quot;my Pictures&amp;quot; and then up load one page with four different images on, but then I don't get script space!</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51616#51616</comments>
                                        <author>JoanneP</author>
                                        <pubDate>Mon Jun 08, 2009 6:00 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=51616#51616</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to have multiple images to one selection on a drop down</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51550#51550</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=13957'&gt;PayneLess Designs&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Jun 05, 2009 9:32 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      If that's the way you want it to work. On select of &amp;quot;Calahonda&amp;quot;, it can jump to that page with all your images for that region is that how you want to lay it out?</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51550#51550</comments>
                                        <author>PayneLess Designs</author>
                                        <pubDate>Fri Jun 05, 2009 9:32 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=51550#51550</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to have multiple images to one selection on a drop down</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51546#51546</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=26183'&gt;JoanneP&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Jun 05, 2009 6:18 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Yaaaa! So if Calahonda is selected, I get say 4 pictures with the captions! &lt;br /&gt;
&lt;br /&gt;
J</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51546#51546</comments>
                                        <author>JoanneP</author>
                                        <pubDate>Fri Jun 05, 2009 6:18 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=51546#51546</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to have multiple images to one selection on a drop down</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51540#51540</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=13957'&gt;PayneLess Designs&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Jun 05, 2009 3:24 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Basically, when you make one of those selection, would you like it to go to a separate page that has the images with the captions related to each?&lt;br /&gt;
&lt;br /&gt;
That can be done.</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51540#51540</comments>
                                        <author>PayneLess Designs</author>
                                        <pubDate>Fri Jun 05, 2009 3:24 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=51540#51540</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to have multiple images to one selection on a drop down</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51535#51535</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=26183'&gt;JoanneP&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Jun 05, 2009 12:02 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      DUFUS! Sorry I was so tied up with trying to figure out the codes I might need I didn't read your reply properly! I seem to be making my life difficult at the moment!&lt;br /&gt;
&lt;br /&gt;
Anyway, here is the basic code I am using, when one of the towns is selected I would like to show at least 4 photos.&lt;br /&gt;
&lt;br /&gt;
I haven't published it to my website yet as I don't have all the pictures I want.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;form method=post action=&amp;quot;/cgi-bin/example.cgi&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;right&amp;gt;&lt;br /&gt;
Select an Area:&lt;br /&gt;
&amp;lt;select&amp;gt;&lt;br /&gt;
&amp;lt;option selected&amp;gt;Area&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;Calahonda&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;Mijas Golf&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;Benalmadena&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;Fuengirola&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;El Faro&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;/select&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
My web builder is playing up at the mo so I can't send you the codes which include the picture links!&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
Joanne</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51535#51535</comments>
                                        <author>JoanneP</author>
                                        <pubDate>Fri Jun 05, 2009 12:02 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=51535#51535</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to have multiple images to one selection on a drop down</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51519#51519</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=13957'&gt;PayneLess Designs&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Jun 04, 2009 7:42 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;img src=&quot;images/smiles/icon_razz.gif&quot; alt=&quot;Razz&quot; border=&quot;0&quot; /&gt; To help, we need the code you are working with and I would like to see the code in place on your web site to make sure no other code may be giving additional problems.</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51519#51519</comments>
                                        <author>PayneLess Designs</author>
                                        <pubDate>Thu Jun 04, 2009 7:42 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=51519#51519</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to have multiple images to one selection on a drop down</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51509#51509</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=26183'&gt;JoanneP&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Jun 04, 2009 6:42 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I am not even sure I know what you mean, thats how much of a newbie I am am!</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51509#51509</comments>
                                        <author>JoanneP</author>
                                        <pubDate>Thu Jun 04, 2009 6:42 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=51509#51509</guid>
                                      </item>
                                      <item>
                                        <title>Re: How to have multiple images to one selection on a drop down</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51493#51493</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=13957'&gt;PayneLess Designs&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Jun 04, 2009 1:12 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Don't know unless you post all code you're working with and preferably an online link to problem page.</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51493#51493</comments>
                                        <author>PayneLess Designs</author>
                                        <pubDate>Thu Jun 04, 2009 1:12 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=51493#51493</guid>
                                      </item>
                                      <item>
                                        <title>How to have multiple images to one selection on a drop down</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51489#51489</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=26183'&gt;JoanneP&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Jun 04, 2009 12:00 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi Guys, Please be gentle with me as I am an HTML virgin!&lt;br /&gt;
&lt;br /&gt;
I have my drop down box codes, but when say London is selected I want it to show all of my London properties? At the moment I can only show one picture.  There maybe up to 6 apartments per destination!&lt;br /&gt;
&lt;br /&gt;
Is this possible? I have googled and googled and can't find any codes.  I have even tried my own variations.&lt;br /&gt;
&lt;br /&gt;
thank you!&lt;br /&gt;
  &lt;img src=&quot;images/smiles/icon_rolleyes.gif&quot; alt=&quot;Rolling Eyes&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51489#51489</comments>
                                        <author>JoanneP</author>
                                        <pubDate>Thu Jun 04, 2009 12:00 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=51489#51489</guid>
                                      </item></channel></rss>