<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002601" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002601</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-and-frames-help-problem-putting-2-forms-same-frame-posted-mbsoares#comment-1011544</link>
    <description> &lt;p&gt;No worries&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;a href=&quot;mailto:lloydhass@hotmail.com&quot; class=&quot;bb-email&quot;&gt;lloydhass@hotmail.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://go.to/hass&quot; class=&quot;bb-url&quot;&gt;http://go.to/hass&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 08 Nov 1999 00:07:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1011544 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-and-frames-help-problem-putting-2-forms-same-frame-posted-mbsoares#comment-1011543</link>
    <description> &lt;p&gt;It Works !!)&lt;br /&gt;
Thanks lloydhass&lt;/p&gt;
 </description>
     <pubDate>Sun, 07 Nov 1999 00:39:00 +0000</pubDate>
 <dc:creator>mbsoares</dc:creator>
 <guid isPermaLink="false">comment 1011543 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-and-frames-help-problem-putting-2-forms-same-frame-posted-mbsoares#comment-1011542</link>
    <description> &lt;p&gt;This is what you need to do with the second form&lt;/p&gt;
&lt;p&gt;function load(form) {&lt;br /&gt;
  if (form != &amp;quot;&amp;quot;) {&lt;br /&gt;
   win = window.open(form,&amp;quot;useful&amp;quot;,&amp;quot;status=no,toolbar=no,location=no,menu=no,width=400,height=280&amp;quot;);&lt;br /&gt;
   }&lt;br /&gt;
  }&lt;/p&gt;
&lt;p&gt;&amp;lt;form name=&amp;quot;secondForm&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;select name=&amp;quot;menu&amp;quot; onChange=&amp;quot;javascript:load(this.options[selectedIndex].value)&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;useful/photo.asp&amp;quot;&amp;gt;E-mail Eclipse Egancy&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;/select&amp;gt;&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;/p&gt;
&lt;p&gt;I&#039;m not sure what you mean by &amp;quot;useful&amp;quot;? Is that just a name or a directory?&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;a href=&quot;mailto:lloydhass@hotmail.com&quot; class=&quot;bb-email&quot;&gt;lloydhass@hotmail.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://go.to/hass&quot; class=&quot;bb-url&quot;&gt;http://go.to/hass&lt;/a&gt; - &lt;a href=&quot;http://connect.to/wpd&quot; class=&quot;bb-url&quot;&gt;http://connect.to/wpd&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 06 Nov 1999 17:17:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1011542 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-and-frames-help-problem-putting-2-forms-same-frame-posted-mbsoares#comment-1011541</link>
    <description> &lt;p&gt;lloydhass,&lt;br /&gt;
to make it simple, check the site: &lt;a href=&quot;http://www.eclipseagency.com/index2.htm&quot; title=&quot;www.eclipseagency.com/index2.htm&quot;&gt;www.eclipseagency.com/index2.htm&lt;/a&gt;&lt;br /&gt;
-enter the site&lt;br /&gt;
-then choose &amp;quot;dirk lambrechts&amp;quot; where you see &amp;quot;select the artist for artwork&amp;quot;&lt;br /&gt;
now you have the same forms, but with frames&lt;br /&gt;
-choose &amp;quot;how to get there&amp;quot; where you see &amp;quot;useful Informations&amp;quot;&lt;br /&gt;
There is the problem I cant resolve.&lt;br /&gt;
Can you check the code and tell me what I&#039;m doing wrong.&lt;br /&gt;
Thank you&lt;/p&gt;
 </description>
     <pubDate>Sat, 06 Nov 1999 02:51:00 +0000</pubDate>
 <dc:creator>mbsoares</dc:creator>
 <guid isPermaLink="false">comment 1011541 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-and-frames-help-problem-putting-2-forms-same-frame-posted-mbsoares#comment-1011540</link>
    <description> &lt;p&gt;---Ok, this is how I&#039;m trying to do the code for the page that has the forms:---&lt;/p&gt;
&lt;p&gt;&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;form name=&amp;quot;menuform&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;select name=&amp;quot;info&amp;quot; onChange=&amp;quot;loadpage();&amp;quot; size=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;&amp;quot;&amp;gt;Select Artist For Artwork&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
_______________________&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;&amp;quot;&amp;gt;PHOTOGRAPHERS&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;1/frame.htm&amp;quot;&amp;gt;Dirk Lambrechts&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;2/frame.htm&amp;quot;&amp;gt;Gilles Marie Zimmermann&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;3/frame.htm&amp;quot;&amp;gt;Massimo Forcato&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;&amp;quot;&amp;gt;_______________________&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;&amp;quot;&amp;gt;MAKE UP&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;4/frame.htm&amp;quot;&amp;gt;Chrintine Bossard&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;5/frame.htm&amp;quot;&amp;gt;Marie Laurance Mausset&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;index.htm&amp;quot;&amp;gt;HOME&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;/select&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;SCRIPT LANGUAGE=&amp;quot;JavaScript&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!-- Begin&lt;br /&gt;
function loadpage(){&lt;br /&gt;
var URL = document.menuform.info.options[document.menuform.info.selectedIndex].value;&lt;br /&gt;
if (URL == &amp;quot;&amp;quot;) URL=&amp;quot;home.htm&amp;quot;&lt;br /&gt;
parent.parent.location.href = URL;&lt;br /&gt;
// End --&amp;gt;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;SCRIPT LANGUAGE=&amp;quot;JavaScript&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;function load(form) {&lt;br /&gt;
    if (form.menu.options[form.menu.selectedIndex].value!=&amp;quot;&amp;quot;)&lt;br /&gt;
      top.window.location.href = form.menu.options[form.menu.selectedIndex].value&lt;br /&gt;
 }&lt;/p&gt;
&lt;p&gt;function openUseful(url,useful) {&lt;br /&gt;
win =&lt;br /&gt;
window.open(url,useful,&amp;quot;status=no,toolbar=no,location=no,menu=-no,width=400,height=280&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
//--&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;form name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;select name=&amp;quot;menu&amp;quot; onChange=&amp;quot;load(this.form)&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;Useful Infomations...&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;javascript:openUseful(&#039;useful/photo.asp&#039;,&#039;&#039;)&amp;quot;&amp;gt;E-mail Eclipse Egancy&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;javascript:openUseful(&#039;useful/get_there.asp&#039;,&#039;&#039;)&amp;quot;&amp;gt;How to get there&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;javascript:openUseful(&#039;useful/a4.asp&#039;,&#039;&#039;)&amp;quot;&amp;gt;How to print A4 format&lt;br /&gt;
&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&amp;quot;javascript:openUseful(&#039;useful/save_photo.asp&#039;,&#039;&#039;)&amp;quot;&amp;gt;How to save a picture&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;/select&amp;gt;&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/p&gt;
&lt;p&gt;----the frame looks like that, where main.htm is the htm that has the forms. When selecting on the first form it should load on top of all the frames---&lt;/p&gt;
&lt;p&gt;&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;frameset cols=&amp;quot;350,350&amp;quot; frameborder=&amp;quot;NO&amp;quot; border=&amp;quot;0&amp;quot; framespacing=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;frame src=&amp;quot;photo.htm&amp;quot; name=&amp;quot;photo&amp;quot; scrolling=&amp;quot;NO&amp;quot; marginwidth=&amp;quot;0&amp;quot; marginheight=&amp;quot;0&amp;quot; frameborder=&amp;quot;NO&amp;quot; noresize&amp;gt;&lt;br /&gt;
 &amp;lt;frameset rows=&amp;quot;350,160&amp;quot; frameborder=&amp;quot;NO&amp;quot; border=&amp;quot;0&amp;quot; framespacing=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;frame src=&amp;quot;main.htm&amp;quot; frameborder=&amp;quot;NO&amp;quot; noresize scrolling=&amp;quot;NO&amp;quot; marginwidth=&amp;quot;0&amp;quot; marginheight=&amp;quot;0&amp;quot; name=&amp;quot;main&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;frameset cols=&amp;quot;200,150&amp;quot; frameborder=&amp;quot;NO&amp;quot; border=&amp;quot;0&amp;quot; framespacing=&amp;quot;0&amp;quot; bordercolor=&amp;quot;#FFFFFF&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;frame src=&amp;quot;arrow.htm&amp;quot; scrolling=&amp;quot;NO&amp;quot; frameborder=&amp;quot;NO&amp;quot; noresize marginwidth=&amp;quot;0&amp;quot; marginheight=&amp;quot;0&amp;quot; name=&amp;quot;arrow&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;frame src=&amp;quot;book.htm&amp;quot; noresize frameborder=&amp;quot;NO&amp;quot; marginwidth=&amp;quot;0&amp;quot; marginheight=&amp;quot;0&amp;quot; name=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;/frameset&amp;gt;&lt;br /&gt;
 &amp;lt;/frameset&amp;gt;&lt;br /&gt;
&amp;lt;/frameset&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/p&gt;
&lt;p&gt;I hope its clear now.&lt;br /&gt;
thanks&lt;/p&gt;
 </description>
     <pubDate>Thu, 04 Nov 1999 18:52:00 +0000</pubDate>
 <dc:creator>mbsoares</dc:creator>
 <guid isPermaLink="false">comment 1011540 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-and-frames-help-problem-putting-2-forms-same-frame-posted-mbsoares#comment-1011539</link>
    <description> &lt;p&gt;Can you post the html here so I can take a look.&lt;/p&gt;
 </description>
     <pubDate>Thu, 04 Nov 1999 03:29:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1011539 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-and-frames-help-problem-putting-2-forms-same-frame-posted-mbsoares#comment-1011538</link>
    <description> &lt;p&gt;Thanks lloydhass&lt;br /&gt;
The user can select either from the first or the second form.&lt;br /&gt;
The first form is the main one. For exemple, here you choose the differents products from the company.&lt;br /&gt;
The second form is about useful informations, for exemple: how to get to the company, contacts, telephones, site map...&lt;/p&gt;
&lt;p&gt;It work ok when I put the two forms together without having any frames.&lt;br /&gt;
But with frames I cant make it work.&lt;br /&gt;
Cause the first form dont load on top of all the other forms.&lt;/p&gt;
&lt;p&gt;Thanks again&lt;/p&gt;
 </description>
     <pubDate>Wed, 03 Nov 1999 22:02:00 +0000</pubDate>
 <dc:creator>mbsoares</dc:creator>
 <guid isPermaLink="false">comment 1011538 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-and-frames-help-problem-putting-2-forms-same-frame-posted-mbsoares#comment-1011537</link>
    <description> &lt;p&gt;I am not too sure what you are after. Do you want the users to select an option from the first form? What page do you want to display from the second form? Please explain yourself a little clearer.&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;a href=&quot;mailto:lloydhass@hotmail.com&quot; class=&quot;bb-email&quot;&gt;lloydhass@hotmail.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://go.to/hass&quot; class=&quot;bb-url&quot;&gt;http://go.to/hass&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 Nov 1999 00:46:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1011537 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
