osCmax v2.5 User Manual
Results 1 to 3 of 3

Category Description Update button does not work

This is a discussion on Category Description Update button does not work within the osCMax v2 Features Discussion forums, part of the osCmax v2.0 Forums category; I'm trying to add a drop down menu with links in the category description using a form method. Each and ...

      
  1. #1
    New Member
    Join Date
    Mar 2005
    Posts
    21
    Rep Power
    0


    Default Category Description Update button does not work

    I'm trying to add a drop down menu with links in the category description using a form method. Each and every time I add any type of form element to the category description, the Update and Back buttons will not work. The Cancel button works but not the update.

    The drop down menu looks perfect in the preview.

    I am using osCMax V2.0 RC3. Has anyone experienced this behavior before?

    The code is very simple:

    <form action="http://www.myspacegens.com/handler.php?gen=redirect" method="post"><select name="url" style="width: 150px; height: 20px; font-size: 11px;"><option value="https://myrtlebeachflag.com/product_info.php?cPath=3_590&products_id=2938">2x3 </option><option value="https://myrtlebeachflag.com/product_info.php?cPath=3_590&products_id=2939">3x5 </option><option value="http://www.myspacegens.com/">Get Yours!</option></select> <input type="submit" value="Go!"></form>

    I've also tried Javascript:
    <script type="text/javascript">
    <!--
    // original code by Bill Trefzger 12/12/96
    function go1(){
    if (document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value != "none") {
    location = document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value
    }
    }
    //-->
    </script>
    <script type="text/javascript">
    <!--
    document.write('<form name="selecter1"><select name="select1" size=1>');
    document.write('<option value=none>Select your destination');
    document.write('<option value=none>--------------------');
    document.write('<option value="page1.html">Page 1');
    document.write('<option value="page2.html">Page 2');
    document.write('<option value="page 3.html">Page 3');
    document.write('</select>');
    document.write(' <input type="button" value="Go" onclick="go1()">');
    document.write('</form>');
    // end hiding contents -->
    </script>

    Same results. The preview looks great but you cannot click on the Back or Update button.

  2. #2
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Post Re: Category Description Update button does not work

    You're asking in the wrong section.
    Also, RC3 is well out of date and should be upgraded as a matter of urgency.
    Encapsulate code using the # button in Advanced mode - makes it easier to read and retains the format.

    EJ
    Hosting plans with installation, configuration, contributions, support and maintenance.

  3. #3
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Category Description Update button does not work

    RC3 is obsolete and should no longer be used in production (unsupported and several major vulnerabilities).

    Check the bugtracker regarding your issues:
    osCMax Bug Tracking System
    osCMax Bug Tracking System

    That issue was resolved almost five years ago!
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

Similar Threads

  1. 2a update for osCMax RC3 will not work
    By hairbear100 in forum osCmax v2 Installation issues
    Replies: 6
    Last Post: 12-04-2008, 09:59 PM
  2. Category Description v1.00
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 09-04-2008, 06:10 AM
  3. Add Category Description v1.0 by frofi
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 03-08-2008, 03:03 AM
  4. Category Description v1.00
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 01-25-2007, 03:13 AM
  5. Does your "Buy Now" button work in category view?
    By treb in forum osCmax v2 Installation issues
    Replies: 7
    Last Post: 06-21-2005, 11:45 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •