Click here to Skip to main content
15,889,479 members
Home / Discussions / Web Development
   

Web Development

 
QuestionDatagrid in vb.net 2003 Pin
saravanaks4-Jul-07 0:32
saravanaks4-Jul-07 0:32 
AnswerRe: Datagrid in vb.net 2003 Pin
koolprasad20034-Jul-07 3:10
professionalkoolprasad20034-Jul-07 3:10 
Questionunable to compare in javascript [modified] Pin
rahul.net114-Jul-07 0:03
rahul.net114-Jul-07 0:03 
AnswerRe: unable to compare in javascript Pin
Luay.Essa4-Jul-07 0:50
Luay.Essa4-Jul-07 0:50 
GeneralRe: unable to compare in javascript Pin
rahul.net114-Jul-07 1:23
rahul.net114-Jul-07 1:23 
GeneralRe: unable to compare in javascript Pin
Luay.Essa4-Jul-07 2:30
Luay.Essa4-Jul-07 2:30 
GeneralRe: unable to compare in javascript [modified] Pin
rahul.net114-Jul-07 2:47
rahul.net114-Jul-07 2:47 
GeneralRe: unable to compare in javascript Pin
Luay.Essa4-Jul-07 3:10
Luay.Essa4-Jul-07 3:10 
Try this:
var msg= new Boolean(oRequest.responseText);
// or var msg= oRequest.responseText;
if (! msg)
{
alert("not");
label.innerHTML = 'NotAvailable';
label.style.color='Red';
}
else
{
alert("available");
label.innerHTML = 'Available';
label.style.color='Green';
}

As for my second advice, see this page: https://addons.mozilla.org/en-US/firefox/addon/1843

Download the extension and use it in FX. Its very helpful to find bugs in the
javascript errors
GeneralRe: unable to compare in javascript [modified] Pin
rahul.net114-Jul-07 3:16
rahul.net114-Jul-07 3:16 
GeneralRe: unable to compare in javascript Pin
Luay.Essa4-Jul-07 19:01
Luay.Essa4-Jul-07 19:01 
AnswerRe: unable to compare in javascript Pin
WoutL4-Jul-07 2:26
WoutL4-Jul-07 2:26 
GeneralRe: unable to compare in javascript Pin
rahul.net114-Jul-07 2:53
rahul.net114-Jul-07 2:53 
GeneralRe: unable to compare in javascript Pin
WoutL4-Jul-07 3:29
WoutL4-Jul-07 3:29 
QuestionConnection help Pin
boyindie3-Jul-07 23:07
boyindie3-Jul-07 23:07 
QuestionCheck if app exists and open from internet Pin
Dimkov3-Jul-07 22:54
Dimkov3-Jul-07 22:54 
AnswerRe: Check if app exists and open from internet Pin
Michael Sync3-Jul-07 23:10
Michael Sync3-Jul-07 23:10 
GeneralRe: Check if app exists and open from internet Pin
Dimkov3-Jul-07 23:18
Dimkov3-Jul-07 23:18 
GeneralRe: Check if app exists and open from internet Pin
Michael Sync3-Jul-07 23:42
Michael Sync3-Jul-07 23:42 
GeneralRe: Check if app exists and open from internet Pin
Dimkov4-Jul-07 0:03
Dimkov4-Jul-07 0:03 
GeneralRe: Check if app exists and open from internet Pin
Johnny ²4-Jul-07 14:27
Johnny ²4-Jul-07 14:27 
QuestionJavaScript Detect Scrollbar Pin
Tamimi - Code3-Jul-07 21:37
Tamimi - Code3-Jul-07 21:37 
AnswerRe: JavaScript Detect Scrollbar Pin
Luay.Essa3-Jul-07 21:51
Luay.Essa3-Jul-07 21:51 
GeneralRe: JavaScript Detect Scrollbar Pin
Tamimi - Code3-Jul-07 22:43
Tamimi - Code3-Jul-07 22:43 
QuestionLooking for CSS script; Hidden button appears Pin
devintm03-Jul-07 14:31
devintm03-Jul-07 14:31 
AnswerRe: Looking for CSS script; Hidden button appears Pin
Luay.Essa3-Jul-07 19:19
Luay.Essa3-Jul-07 19:19 

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.