User Profile

Collapse

Profile Sidebar

Collapse
achotto
achotto
Last Activity: May 10 '10, 12:38 PM
Joined: Aug 13 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • achotto
    started a topic Navigate selected TABPANEL

    Navigate selected TABPANEL

    hi.. i want to redirect the page to the 2nd tab, but i dont have any idea how to do it.
    this is the sample codes..

    Code:
    <div id="TabbedPanels1" class="TabbedPanels">
      <ul class="TabbedPanelsTabGroup">
        <li class="TabbedPanelsTab" tabindex="0">Tab 1</li>
        <li class="TabbedPanelsTab" tabindex="0">Tab 2</li>
    ...
    See more | Go to post
    Last edited by gits; May 7 '10, 09:35 AM. Reason: fix code tags

  • asp classic vb6: upload multipe image. Rename files and delete.

    hi, i try to upload a multiple image files. after that i will rename the files name.
    the problem is when i upload a 2 or more same files name exp-goal.jpg, it will return "files already exist". ok this is my codes,
    Code:
    Set Upload = Server.CreateObject("Persits.Upload.1")
    Count = Upload.Save("d:\cmsupload\cimg\")
    
    for each File in upload.Files
    '
    '...sme operation here..
    ...
    See more | Go to post
    Last edited by jhardman; Nov 9 '09, 03:46 PM. Reason: add code tags

  • achotto
    replied to How to count frequen data in database
    thank you so much for reply..

    i'm so sorry, this is my bad.
    what i want is to retrieve the phone no that has a most frequent value 4 in vote1 to vote5. and how much it had it.

    please help me..
    See more | Go to post

    Leave a comment:


  • achotto
    started a topic How to count frequen data in database

    How to count frequen data in database

    hii..
    i got a really have kinda complicated problem.

    this is my table

    table participate
    | id |phone_no|vote1 |vote2|vote3 |vote4|vote5|st atus|
    |_1_| +012++_|_1__|__ 3__|__4__|__5_| ___4_|__5_|
    cont another data..

    the situation is like this, i already got the most frequent data that had been inserted from vote1 to vote 5,and the result is 4example.

    now comes the problems, ...
    See more | Go to post
    Last edited by achotto; Aug 13 '09, 12:03 PM. Reason: edit spacing..
No activity results to display
Show More
Working...