User Profile

Collapse

Profile Sidebar

Collapse
smileyangeluv
smileyangeluv
Last Activity: Nov 30 '07, 05:05 AM
Joined: Oct 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • smileyangeluv
    replied to Calculate percentage for each row
    is there any way, for example, like nested query?
    See more | Go to post

    Leave a comment:


  • smileyangeluv
    started a topic Calculate percentage for each row

    Calculate percentage for each row

    Hi,

    Would like to get percentage for generated column. Any idea on how to do that??

    Following SQL statement

    [CODE=mysql]SELECT s.Selection_Des c, count(u.user_id )
    from tbl_system_sele ction s, tbl_user u, tbl_user_compan y c
    where s.selection_typ e = 'INDUSTRY'
    and u.User_Company_ ID = c.Company_ID
    and c.Company_Indus try_ID = s.Selection_ID
    and u.user_activate d = '1'...
    See more | Go to post
    Last edited by mwasif; Nov 9 '07, 10:24 AM. Reason: Added code tags.

  • smileyangeluv
    started a topic window.open in asp page not working

    window.open in asp page not working

    [CODE=asp]dim output
    output = "output = '<a href=# onclick=window. open\'http://www.google.com\ ');>popup</a>';"
    Response.Write( output + "document.write (output);")[/CODE]


    This is working however, when i want to resize the width and height,


    [CODE=asp]dim output
    output = "output = '<a href=# onclick=window. open\'http://www.google.com\ ', \'EProfile\',...
    See more | Go to post
    Last edited by acoder; Oct 1 '07, 10:12 AM. Reason: Added code tags

  • smileyangeluv
    started a topic window.open in ASP page not working

    window.open in ASP page not working

    dim output
    output = "output = '<a href=# onclick=window. open\'http://www.google.com\ ');>popup</a>';"
    Response.Write( output + "document.write (output);")


    This is working however, when i want to resize the width and height,


    dim output
    output = "output = '<a href=# onclick=window. open\'http://www.google.com\ ', \'EProfile\', \'width=50,heig ht=50\');>popup </a>';"...
    See more | Go to post
No activity results to display
Show More
Working...