Click here to Skip to main content
15,892,537 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Javascript menu not working properly in Opera Pin
Marc Firth5-May-09 3:24
Marc Firth5-May-09 3:24 
GeneralRe: Javascript menu not working properly in Opera Pin
Martin310885-May-09 3:40
Martin310885-May-09 3:40 
GeneralRe: Javascript menu not working properly in Opera Pin
Marc Firth5-May-09 3:43
Marc Firth5-May-09 3:43 
GeneralRe: Javascript menu not working properly in Opera Pin
Martin310885-May-09 4:11
Martin310885-May-09 4:11 
GeneralRe: Javascript menu not working properly in Opera Pin
Marc Firth5-May-09 22:23
Marc Firth5-May-09 22:23 
QuestionHow to pass actionscript variable to PHP? Pin
Member 32301075-May-09 0:24
Member 32301075-May-09 0:24 
AnswerRe: How to pass actionscript variable to PHP? Pin
Marc Firth5-May-09 3:22
Marc Firth5-May-09 3:22 
GeneralRe: How to pass actionscript variable to PHP? Pin
Member 32301075-May-09 17:19
Member 32301075-May-09 17:19 
My problem is dunno how to pass the variable num to PHP...and this is declare inside private function, so we need to make it global var 1st? kindly refer to my question and solve my problem..

This is in ..\project\application\chat\flex\src\main\cmd.as

....
...
private function UpdateFriendListHeader():void {
var num:String = '';
if (friendList.length > 0) {
num = ' (' + GetListOnlineCount(friendList) + ' / ' + friendList.length + ')';
}
uxFriendListHeader.label = 'Friends' + num;
}
....
....


and i wan pass to and display it in ..\project\application\views\scripts\index\home.tpl

How can i do ?

http://codebasic.net
QuestionDynamiv Menu based on Role Pin
Member 40066485-May-09 0:02
Member 40066485-May-09 0:02 
QuestionMaking a PDF file available to website visitors Pin
Dalek Dave4-May-09 22:04
professionalDalek Dave4-May-09 22:04 
AnswerRe: Making a PDF file available to website visitors Pin
Marc Firth4-May-09 22:09
Marc Firth4-May-09 22:09 
GeneralRe: Making a PDF file available to website visitors Pin
Dalek Dave4-May-09 22:11
professionalDalek Dave4-May-09 22:11 
GeneralRe: Making a PDF file available to website visitors Pin
Reelix12-May-09 20:35
Reelix12-May-09 20:35 
Questionautomatically update client display based on server data.. Pin
p_19604-May-09 0:40
p_19604-May-09 0:40 
AnswerRe: automatically update client display based on server data.. Pin
Marc Firth4-May-09 21:57
Marc Firth4-May-09 21:57 
Questionuploading files in a secure manner Pin
Ahmad Hamid4-May-09 0:25
Ahmad Hamid4-May-09 0:25 
AnswerRe: uploading files in a secure manner Pin
Marc Firth4-May-09 22:01
Marc Firth4-May-09 22:01 
Question[Message Deleted] Pin
obscurant1st3-May-09 18:34
obscurant1st3-May-09 18:34 
QuestionRetrieve data at intervals using either ASP or JavaScript?? Pin
djhankypark3-May-09 7:37
djhankypark3-May-09 7:37 
AnswerRe: Retrieve data at intervals using either ASP or JavaScript?? Pin
Aman Bhullar3-May-09 20:00
Aman Bhullar3-May-09 20:00 
GeneralRe: Retrieve data at intervals using either ASP or JavaScript?? Pin
djhankypark9-May-09 3:04
djhankypark9-May-09 3:04 
Questioncannot dynamically resize Frameset in JavaScript (using IE8) [modified] Pin
BillWoodruff3-May-09 2:07
professionalBillWoodruff3-May-09 2:07 
QuestionReload parent page Pin
LordLothar2-May-09 1:13
LordLothar2-May-09 1:13 
AnswerRe: Reload parent page Pin
Marc Firth4-May-09 22:08
Marc Firth4-May-09 22:08 
QuestionSite Crashes with IE7, 8 and addons enabled Pin
nickmaroulis1-May-09 18:36
nickmaroulis1-May-09 18:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.