User Profile

Collapse

Profile Sidebar

Collapse
pricejt
pricejt
Last Activity: Oct 18 '06, 06:35 PM
Joined: Oct 18 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Post some code, it sounds like your just not putting it into the session correctly. I have had some problems with this and found it easiest to pass my information to a page that its only purpose is to create the sessions.

    Basically I don't load my sessions on the same page as my information.

    Justin
    See more | Go to post

    Leave a comment:


  • pricejt
    replied to javascript table row sort?
    This is what I use, it seems to be a very fast sorting algorithm

    http://www.kryogenix.o rg/code/browser/sorttable/

    Justin
    See more | Go to post

    Leave a comment:


  • pricejt
    started a topic Form Submission

    Form Submission

    I have an Ajax page that is submitting a form. Everything worked great but then when I added a function to make sure everything was valid in the form i can not get it to work.

    Code:
    <form name="quickSubmit" id="quickSubmit" method="post" onsubmit="return validate();" action="javascript:get();">
    
    <table id="tblCalForm" cellpadding="0" cellspacing="0"
    ...
    See more | Go to post
No activity results to display
Show More
Working...