Click here to Skip to main content
15,894,896 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: HTML Table to Export To Excel Pin
Dennis E White7-May-13 5:18
professionalDennis E White7-May-13 5:18 
QuestionCode translate from AS to Delphi Pin
isaev.mail6-May-13 0:28
isaev.mail6-May-13 0:28 
AnswerRe: Code translate from AS to Delphi Pin
isaev.mail12-May-13 21:12
isaev.mail12-May-13 21:12 
QuestionUsing this.id Pin
ASPnoob5-May-13 7:40
ASPnoob5-May-13 7:40 
AnswerRe: Using this.id Pin
twseitex5-May-13 7:49
twseitex5-May-13 7:49 
GeneralRe: Using this.id Pin
ASPnoob5-May-13 8:01
ASPnoob5-May-13 8:01 
AnswerRe: Using this.id Pin
dusty_dex6-May-13 8:26
dusty_dex6-May-13 8:26 
QuestionSend data with XMLHttpRequest Pin
Mohammad Hussein Fakhravari3-May-13 22:40
Mohammad Hussein Fakhravari3-May-13 22:40 
Hello
Considering to this teaching

http://translate.google.com/translate?hl=fa&sl=fa&tl=en&u=http%3A%2F%2Fwww.srco.ir%2FArticles%2FDocView.asp%3FId%3D558


Good on my test asp answered.

We exchanged html page when I code 2
<pre lang="Javascript">onclick="sendRequest('2.html?id=1')"</pre>
<pre lang="Javascript"><div id="d1">
</div>
<script type="text/javascript">
var q = location.search.substring(1).split('=');

if (q[1] > 0) {
document.getElementById('d1').innerHTML = "اطلاعات شما ثبت شد";
}
else {
document.getElementById('d1').innerHTML = "خطا در ثبت اطلاعات";
}
</script></pre>




If the output is

<pre lang="Javascript"><div id="d1">
</div>
<script type="text/javascript">
var q = location.search.substring(1).split('=');

if (q[1] > 0) {
document.getElementById('d1').innerHTML = "اطلاعات شما ثبت شد";
}
else {
document.getElementById('d1').innerHTML = "خطا در ثبت اطلاعات";
}
</script></pre>


How much to take

هـر جا چراغی روشنه از ترس تنها بودنه ای ترس تنهایی من ، اینجا چراغی روشنه
QuestionRe: Send data with XMLHttpRequest Pin
Sandeep Mewara4-May-13 0:50
mveSandeep Mewara4-May-13 0:50 
AnswerRe: Send data with XMLHttpRequest Pin
Mohammad Hussein Fakhravari4-May-13 11:08
Mohammad Hussein Fakhravari4-May-13 11:08 
NewsForm builder using jQueryUI and Bootstrap Pin
Anup Shinde3-May-13 2:10
Anup Shinde3-May-13 2:10 
GeneralRe: Form builder using jQueryUI and Bootstrap Pin
dusty_dex3-May-13 4:56
dusty_dex3-May-13 4:56 
GeneralRe: Form builder using jQueryUI and Bootstrap Pin
Anup Shinde3-May-13 5:05
Anup Shinde3-May-13 5:05 
GeneralRe: Form builder using jQueryUI and Bootstrap Pin
Anup Shinde3-May-13 5:06
Anup Shinde3-May-13 5:06 
GeneralRe: Form builder using jQueryUI and Bootstrap Pin
Dennis E White3-May-13 5:59
professionalDennis E White3-May-13 5:59 
Questionloading image before loading video on page Pin
meena mehra30-Apr-13 2:17
meena mehra30-Apr-13 2:17 
AnswerRe: loading image before loading video on page Pin
twseitex5-May-13 7:59
twseitex5-May-13 7:59 
QuestionI cant download the source code in the following projet Pin
Baturay E.H.AHMAD27-Apr-13 9:17
Baturay E.H.AHMAD27-Apr-13 9:17 
AnswerRe: I cant download the source code in the following projet Pin
NotPolitcallyCorrect27-Apr-13 12:03
NotPolitcallyCorrect27-Apr-13 12:03 
QuestionjQuery Question Pin
BobInNJ26-Apr-13 13:05
BobInNJ26-Apr-13 13:05 
AnswerRe: jQuery Question Pin
dusty_dex26-Apr-13 13:28
dusty_dex26-Apr-13 13:28 
GeneralRe: jQuery Question Pin
Richard Deeming29-Apr-13 2:31
mveRichard Deeming29-Apr-13 2:31 
GeneralRe: jQuery Question Pin
dusty_dex29-Apr-13 3:28
dusty_dex29-Apr-13 3:28 
GeneralRe: jQuery Question Pin
Jasmine25011-May-13 8:27
Jasmine25011-May-13 8:27 
AnswerRe: jQuery Question Pin
Richard MacCutchan26-Apr-13 22:32
mveRichard MacCutchan26-Apr-13 22:32 

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.