<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1034024" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1034024</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/submit-buttons-1#comment-1198491</link>
    <description> &lt;p&gt;I just think the buttons look better. If you know where I can download those graphic buttons or how to do the mouse-over, please let me know.&lt;/p&gt;
 </description>
     <pubDate>Fri, 28 Apr 2006 05:34:34 +0000</pubDate>
 <dc:creator>xyphlo</dc:creator>
 <guid isPermaLink="false">comment 1198491 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/submit-buttons-1#comment-1198166</link>
    <description> &lt;p&gt;you can actually achieve a button link effect using css...&lt;br /&gt;
You can do a mouse-over or on-click event...&lt;/p&gt;
&lt;p&gt;To give you an idea, visit this site I made for a client, the navigation at the top looks like a button, try to move your mouse over the links...&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.weborganize.net&quot; class=&quot;bb-url&quot;&gt;http://www.weborganize.net&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Apr 2006 16:50:37 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1198166 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/submit-buttons-1#comment-1198164</link>
    <description> &lt;p&gt;If that&#039;s the case then a graphic button would be better and it is still a straight link rather than a form&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Apr 2006 16:46:10 +0000</pubDate>
 <dc:creator>The Webmistress</dc:creator>
 <guid isPermaLink="false">comment 1198164 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/submit-buttons-1#comment-1198163</link>
    <description> &lt;p&gt;Probably because a button would probably look better on this page and stand out more than a regular link.&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Apr 2006 16:44:33 +0000</pubDate>
 <dc:creator>ablaye</dc:creator>
 <guid isPermaLink="false">comment 1198163 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/submit-buttons-1#comment-1198142</link>
    <description> &lt;p&gt;Why are you wanting to use forms when this seems to be a straight forward internal link to another page?&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Apr 2006 09:02:16 +0000</pubDate>
 <dc:creator>The Webmistress</dc:creator>
 <guid isPermaLink="false">comment 1198142 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/submit-buttons-1#comment-1198120</link>
    <description> &lt;p&gt;If you are using the Javascript method posted by &quot;ablye&quot;, you might want to use a function instead of the inline method.  This allows for more flexibility for browser sniffing or alternate handling for the user.&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 Apr 2006 19:57:33 +0000</pubDate>
 <dc:creator>seavista</dc:creator>
 <guid isPermaLink="false">comment 1198120 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/submit-buttons-1#comment-1198114</link>
    <description> &lt;p&gt;Here is the code:&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 Apr 2006 16:08:13 +0000</pubDate>
 <dc:creator>ablaye</dc:creator>
 <guid isPermaLink="false">comment 1198114 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/submit-buttons-1#comment-1198058</link>
    <description> &lt;p&gt;You can do this:&lt;/p&gt;
&lt;p&gt;page1&lt;br /&gt;
&lt;a href=&quot;page2.html&quot;&gt;go to page 2&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;page 2&lt;br /&gt;
&lt;a href=&quot;page1.html&quot;&gt;go to page 1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;or if you want the form method, you can do this:&lt;br /&gt;
page1&lt;/p&gt;
&lt;p&gt;page 2&lt;br /&gt;
&lt;a href=&quot;page1.html&quot;&gt;go to page 1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I gave the form method first off as you asked for form values, ideally the first example here is the best (text links), just rename page1 and page2 to whatever your pages are called&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 Apr 2006 21:54:05 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1198058 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/submit-buttons-1#comment-1198040</link>
    <description> &lt;p&gt;When I tried to rename the file &quot;nextpage.html&quot;, it gave me a &quot;405 Method Not Allowed The requested method POST is not allowed for the URL /~bonus-in/nextpage.html.&quot; message. I thought I needed to link the pages somehow.&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 Apr 2006 18:17:08 +0000</pubDate>
 <dc:creator>xyphlo</dc:creator>
 <guid isPermaLink="false">comment 1198040 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/submit-buttons-1#comment-1197586</link>
    <description> &lt;p&gt;Just a form as normal with action=&quot;location&quot; (location being next page).&lt;/p&gt;
&lt;p&gt;Really you can just use &#039;next&#039; text links, or a image link, or button (is html tag but doesn&#039;t work in all browsers thou)&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 Apr 2006 10:32:04 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1197586 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
