Click here to Skip to main content
16,014,650 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to call instiantiate a class that has only initialization code [modified] Pin
mr_lasseter15-Jun-06 5:15
mr_lasseter15-Jun-06 5:15 
QuestionHandling <img> tag Pin
jaymacher13-Jun-06 1:08
jaymacher13-Jun-06 1:08 
Questioncombo box drop down length Pin
Shajeel12-Jun-06 23:47
Shajeel12-Jun-06 23:47 
AnswerRe: combo box drop down length Pin
Vasudevan Deepak Kumar16-Jun-06 1:48
Vasudevan Deepak Kumar16-Jun-06 1:48 
Questionphp form email issue Pin
JackIsMe77712-Jun-06 22:47
JackIsMe77712-Jun-06 22:47 
AnswerRe: php form email issue Pin
Graham Nimbley14-Jun-06 10:13
Graham Nimbley14-Jun-06 10:13 
AnswerRe: php form email issue Pin
CWIZO14-Jun-06 10:14
CWIZO14-Jun-06 10:14 
Questiona javascipt qustion Pin
Xiaoming Qian12-Jun-06 21:39
Xiaoming Qian12-Jun-06 21:39 
Hi everybody,I'm a new comer to javascript.I have a question.English is not my mother language.I'll try my best to explain clearly what I mean.
Look at the following code:
<br />
<script type="text/javascript" language="javascript"><br />
<br />
var CallComplete;<br />
function MyFunction()<br />
{<br />
  CallComplete = false;<br />
<br />
  //Make asynchronous call of a server method<br />
  SeverMethod(CallBack);<br />
<br />
  //wating for CallComplete<br />
  //but it takes such a long time to waiting the call complete<br />
  while (!CallComplete)<br />
  {<br />
  }<br />
  return something;<br />
}<br />
<br />
function CallBack(response)<br />
{<br />
  ...<br />
  CallComplete = true;<br />
}<br />
<br />
</script><br />


The ServerMethod is quite simple,and it will return immediately if I remove the while loop from the above code.But MyFuntion must wait for the severmethod's data to return values.
Is there any better way waiting for the asynchronous call complete? Any idea will be appropriate.
AnswerRe: a javascipt qustion Pin
Guffa12-Jun-06 23:29
Guffa12-Jun-06 23:29 
Questiondisable an HTML textbox Pin
coolpali_girl12-Jun-06 20:41
coolpali_girl12-Jun-06 20:41 
AnswerRe: disable an HTML textbox Pin
vivek-g12-Jun-06 21:42
vivek-g12-Jun-06 21:42 
GeneralRe: disable an HTML textbox Pin
coolpali_girl12-Jun-06 22:55
coolpali_girl12-Jun-06 22:55 
GeneralRe: disable an HTML textbox Pin
Vasudevan Deepak Kumar16-Jun-06 3:19
Vasudevan Deepak Kumar16-Jun-06 3:19 
QuestionCSS link problems Pin
JackIsMe77712-Jun-06 12:55
JackIsMe77712-Jun-06 12:55 
AnswerRe: CSS link problems Pin
Guffa12-Jun-06 19:06
Guffa12-Jun-06 19:06 
AnswerRe: CSS link problems Pin
JackIsMe77712-Jun-06 22:40
JackIsMe77712-Jun-06 22:40 
QuestionIs Inheritance of class possible in VBScript? Pin
Karthikeyan_A12-Jun-06 12:01
Karthikeyan_A12-Jun-06 12:01 
AnswerRe: Is Inheritance of class possible in VBScript? Pin
Guffa12-Jun-06 19:13
Guffa12-Jun-06 19:13 
Questionxml and netscape 6.2 Pin
ritu432112-Jun-06 0:49
ritu432112-Jun-06 0:49 
Questionhow to add to fields from a access database to a list box using asp code Pin
bobolov11-Jun-06 23:33
bobolov11-Jun-06 23:33 
AnswerRe: how to add to fields from a access database to a list box using asp code Pin
Paddy Boyd12-Jun-06 2:02
Paddy Boyd12-Jun-06 2:02 
Questionits still doesnt work same error message.. [modified] Pin
bobolov12-Jun-06 18:46
bobolov12-Jun-06 18:46 
QuestionSend Mail Without Using SMTP Server Pin
Sushant Duggal11-Jun-06 20:18
Sushant Duggal11-Jun-06 20:18 
QuestionJavascript Problem In IE - Please Help Pin
JodieWanKenobi11-Jun-06 13:15
JodieWanKenobi11-Jun-06 13:15 
QuestionCapturing XMLHTTPRequest Event using Javascript / IE Library API ? Pin
Paulino De Assis Fong11-Jun-06 10:47
Paulino De Assis Fong11-Jun-06 10:47 

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.