Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2008
    Posts
    7
    Plugin Contributions
    0

    Default Need some help getting started

    I have been trying to get a page up for the last few days and have been running into issues not stop.

    first my css doesn't layout doesn't work correctly so I moved onto tables for now.

    Then my ajax calls wont work at all so I've resorted to page reloads which leads me to my current issue.

    Site: http://24.244.238.29/~rdonnelly/callingcard/zen/

    My form submittion with actuall buttons works no problem, but the letters I have as simple links do not work.

    I tried using onselect="myfun()", which does the trick the first time a letter is selected, but the second time somebody selects the letter the form post doesn't happen.

    So then I moved onto just using window.location and trying to put variables at the end of the url, example

    http://24.244.238.29/~rdonnelly/call...x.php?letter=A

    This gave me the exact same issue. The first time a letter is selected it works, but not the second time.

  2. #2
    Join Date
    Jun 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Need some help getting started

    alright, so I jumped the gun and posted. sorry..


    The solution I ended up using was first adding javascript:void(0) to my <a href""> tag, however that broke Internet explorer.

    so instead I have

    print "<a href='#' onclick='listcountry(\"" . chr($letter) . "\");return false;'>" . chr($letter) . "</a>&nbsp;&nbsp;";


    -----------------------------------------------

    now if anybody can point me to a nice tutorial of how to use ajax with zen cart that would be amazing because it's just not work

 

 

Similar Threads

  1. I need some help with getting Flash to wor
    By fastdc5 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 16 Feb 2009, 08:58 PM
  2. Help needed on getting started
    By ajhb in forum General Questions
    Replies: 3
    Last Post: 17 Aug 2008, 04:22 PM
  3. Need help getting started with ecommerce pages
    By jprine in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 26 Oct 2007, 10:16 PM

Posting Permissions

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