Click here to Skip to main content
15,885,890 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionJquery quering the db Pin
frostcox18-May-12 8:20
frostcox18-May-12 8:20 
AnswerRe: Jquery quering the db Pin
Vitaly Tomilov20-May-12 11:31
Vitaly Tomilov20-May-12 11:31 
GeneralRe: Jquery quering the db Pin
frostcox21-May-12 6:00
frostcox21-May-12 6:00 
GeneralRe: Jquery quering the db Pin
BobJanova21-May-12 6:42
BobJanova21-May-12 6:42 
GeneralRe: Jquery quering the db Pin
Vitaly Tomilov21-May-12 8:33
Vitaly Tomilov21-May-12 8:33 
QuestionHow to get td background value? Pin
elelont218-May-12 7:43
elelont218-May-12 7:43 
AnswerRe: How to get td background value? Pin
ZurdoDev25-May-12 8:51
professionalZurdoDev25-May-12 8:51 
QuestionSend XML data from a Windows Gadget Pin
Scolpit16-May-12 6:09
Scolpit16-May-12 6:09 
Hi. I want to send XML data from a windows Gadget to a aspx.net server. What is the best way to do it?
This is what i have so far, thank you Smile | :)
PS: I can't use submit forms. My gadget disapears and a small white square shows up instead.

XML
var xmlString = "<info>" +
                "  <FirstName>" + escape(first) + "</FirstName>" +
                "  <LastName>" + escape(last) + "</LastName>" +
                "  <PhoneNumber>" + escape(phone) + "</PhoneNumber>" +
                "</info>";

AnswerRe: Send XML data from a Windows Gadget Pin
DaveAuld20-May-12 11:44
professionalDaveAuld20-May-12 11:44 
QuestionGoogle And Bing MAps Pin
hunain.esh15-May-12 22:35
hunain.esh15-May-12 22:35 
AnswerRe: Google And Bing MAps Pin
Manfred Rudolf Bihy16-May-12 0:05
professionalManfred Rudolf Bihy16-May-12 0:05 
GeneralRe: Google And Bing MAps Pin
hunain.esh16-May-12 0:49
hunain.esh16-May-12 0:49 
GeneralRe: Google And Bing MAps Pin
Manfred Rudolf Bihy16-May-12 2:05
professionalManfred Rudolf Bihy16-May-12 2:05 
GeneralRe: Google And Bing MAps Pin
hunain.esh16-May-12 2:20
hunain.esh16-May-12 2:20 
GeneralRe: Google And Bing MAps Pin
Manfred Rudolf Bihy16-May-12 2:42
professionalManfred Rudolf Bihy16-May-12 2:42 
GeneralRe: Google And Bing MAps Pin
hunain.esh16-May-12 2:59
hunain.esh16-May-12 2:59 
GeneralRe: Google And Bing MAps Pin
Manfred Rudolf Bihy16-May-12 4:31
professionalManfred Rudolf Bihy16-May-12 4:31 
AnswerRe: Google And Bing MAps Pin
ZurdoDev25-May-12 8:52
professionalZurdoDev25-May-12 8:52 
QuestionHow to get url parameter in jquery? Pin
Member 895932410-May-12 19:22
Member 895932410-May-12 19:22 
QuestionRe: How to get url parameter in jquery? Pin
DaveAuld16-May-12 4:26
professionalDaveAuld16-May-12 4:26 
AnswerRe: How to get url parameter in jquery? Pin
Sandeep Mewara16-May-12 7:18
mveSandeep Mewara16-May-12 7:18 
GeneralRe: How to get url parameter in jquery? Pin
ZurdoDev25-May-12 8:54
professionalZurdoDev25-May-12 8:54 
AnswerRe: How to get url parameter in jquery? Pin
frostcox18-May-12 8:49
frostcox18-May-12 8:49 
AnswerRe: How to get url parameter in jquery? Pin
frostcox18-May-12 8:50
frostcox18-May-12 8:50 
AnswerRe: How to get url parameter in jquery? Pin
ZurdoDev25-May-12 8:55
professionalZurdoDev25-May-12 8:55 

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.