Click here to Skip to main content
15,921,577 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: alt property in img tag Pin
Marc Firth26-Apr-09 22:30
Marc Firth26-Apr-09 22:30 
QuestionUsing Paypal Pin
Mohammad A Gdeisat25-Apr-09 4:30
Mohammad A Gdeisat25-Apr-09 4:30 
AnswerRe: Using Paypal Pin
Yusuf25-Apr-09 9:44
Yusuf25-Apr-09 9:44 
AnswerRe: Using Paypal Pin
SayreCC26-Apr-09 18:00
SayreCC26-Apr-09 18:00 
AnswerRe: Using Paypal Pin
Marc Firth26-Apr-09 22:26
Marc Firth26-Apr-09 22:26 
QuestionHtml-iFrame-Javascript Pin
LordLothar25-Apr-09 4:06
LordLothar25-Apr-09 4:06 
AnswerRe: Html-iFrame-Javascript Pin
Yusuf25-Apr-09 9:47
Yusuf25-Apr-09 9:47 
GeneralRe: Html-iFrame-Javascript Pin
LordLothar25-Apr-09 22:23
LordLothar25-Apr-09 22:23 
QuestionFading news Pin
Ahmad Hamid24-Apr-09 21:33
Ahmad Hamid24-Apr-09 21:33 
AnswerRe: Fading news Pin
Yusuf25-Apr-09 9:48
Yusuf25-Apr-09 9:48 
GeneralRe: Fading news Pin
Ahmad Hamid25-Apr-09 17:39
Ahmad Hamid25-Apr-09 17:39 
GeneralRe: Fading news Pin
Marc Firth26-Apr-09 22:32
Marc Firth26-Apr-09 22:32 
QuestionInstall ActiveX Pin
p_196024-Apr-09 21:28
p_196024-Apr-09 21:28 
AnswerCross Posted Pin
led mike27-Apr-09 4:38
led mike27-Apr-09 4:38 
QuestionUDDI Pin
daniel kuperberg24-Apr-09 21:11
daniel kuperberg24-Apr-09 21:11 
AnswerRe: UDDI Pin
Yusuf25-Apr-09 9:51
Yusuf25-Apr-09 9:51 
QuestionJavaScript: Need help understanding what's happening in this loop. Pin
durango7724-Apr-09 13:38
durango7724-Apr-09 13:38 
AnswerRe: JavaScript: Need help understanding what's happening in this loop. Pin
Parinay Bansal24-Apr-09 18:41
Parinay Bansal24-Apr-09 18:41 
GeneralRe: JavaScript: Need help understanding what's happening in this loop. Pin
durango7725-Apr-09 3:40
durango7725-Apr-09 3:40 
Questionjavscipt: hex to string conversion problem: Pin
Parinay Bansal24-Apr-09 10:35
Parinay Bansal24-Apr-09 10:35 
hello,

I am trying to develop a project using smart card.

I am using SCardX_easy activex control in my webpage to extract info from my smart card.

what i recieve in DataBuffer is a string of hex values separated by a white space and without a leading zero.

for example
ReceivedDataBuffer = "5B 50 0A 3E 5C 77 D8" and so on.

now i need to convert this to a meaningful string
say "test"

how do i do that.
this is what i am currently doing:
------------------------------------------
var data = new Array();
data = ReceivedDataBuffer.split("0A");

for (i=0; i<data.length;> {
AddSubLine(data[i]);
}
--------------------------------------------

but instead of the data[i] containing hex i need string.
"0A" is the newline character in hex
i intend to separate data using newline as data length is variable in nature which is being stored in the card.

thanks

also any suggestions regarding my approach would be appreciated as i am basically a c programmer and have been taked javascript.
i have gone through the basics but am stuck
Questionhelp me Pin
tidelgl24-Apr-09 7:08
tidelgl24-Apr-09 7:08 
AnswerRe: help me Pin
Rolando CC24-Apr-09 7:50
professionalRolando CC24-Apr-09 7:50 
AnswerRe: help me Pin
Yusuf24-Apr-09 10:18
Yusuf24-Apr-09 10:18 
QuestionAuthorization Required Pin
p_196023-Apr-09 20:56
p_196023-Apr-09 20:56 
AnswerRe: Authorization Required Pin
Paddy Boyd24-Apr-09 1:54
Paddy Boyd24-Apr-09 1:54 

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.