User Profile
Collapse
-
is there any way, for example, like nested query? -
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'... -
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\',... -
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>';"...
No activity results to display
Show More
Leave a comment: