Click here to Skip to main content
15,897,187 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: embed javascript code in c# Pin
mrx10026-May-12 4:33
mrx10026-May-12 4:33 
Questionis javascript enabled Pin
Member 890934530-Apr-12 17:40
Member 890934530-Apr-12 17:40 
AnswerRe: is javascript enabled Pin
Richard MacCutchan30-Apr-12 23:21
mveRichard MacCutchan30-Apr-12 23:21 
AnswerRe: is javascript enabled Pin
Abhinav S1-May-12 0:13
Abhinav S1-May-12 0:13 
AnswerRe: is javascript enabled Pin
ZurdoDev1-May-12 2:43
professionalZurdoDev1-May-12 2:43 
GeneralRe: is javascript enabled Pin
Pete O'Hanlon1-May-12 3:55
mvePete O'Hanlon1-May-12 3:55 
JokeRe: is javascript enabled Pin
ZurdoDev1-May-12 4:15
professionalZurdoDev1-May-12 4:15 
Questionjavascript doesn't work with FORM tag Pin
williamroma29-Apr-12 9:21
williamroma29-Apr-12 9:21 
<b>(SORRY FOR MY BAD ENGLISH)</b>
hi i have a code , the javascript in the code is working perfectly , but when i surround the code with <form> </form> javascript stopped working , i tried to remove that <FORM> then javascript continue working ,
please help me how can i solve this problem ?
the code is
<pre lang="HTML">
<div id="addCell">
<fieldset>
<ul>
<li>
<label for="name">Name</label>
<input style="margin-left: 10px;"type="text" id="name" name="name"/>
</li>
<li>
<div id="places">
<label for="places">Places</label>
<input type="text" id="place0" name="place0"/>
<select id="addPlace" onchange="addPlace()">
<option>Select</option>
<option>Roma</option>
<option>italy</option>
<option>totti</option>
</select>
</div>
</li>
<li>
<input type="submit" id="saveAddCell" value="save"/>
</li>
</ul>
</fieldset>
</div>
</pre>
AnswerRe: javascript doesn't work with FORM tag Pin
Richard MacCutchan29-Apr-12 23:06
mveRichard MacCutchan29-Apr-12 23:06 
AnswerRe: javascript doesn't work with FORM tag Pin
ZurdoDev30-Apr-12 9:18
professionalZurdoDev30-Apr-12 9:18 
GeneralRe: javascript doesn't work with FORM tag Pin
Peter_in_278030-Apr-12 18:18
professionalPeter_in_278030-Apr-12 18:18 
GeneralRe: javascript doesn't work with FORM tag Pin
ZurdoDev1-May-12 1:55
professionalZurdoDev1-May-12 1:55 
GeneralRe: javascript doesn't work with FORM tag Pin
williamroma2-May-12 1:43
williamroma2-May-12 1:43 
AnswerRe: javascript doesn't work with FORM tag Pin
Peter_in_27802-May-12 12:49
professionalPeter_in_27802-May-12 12:49 
GeneralRe: javascript doesn't work with FORM tag Pin
BobJanova3-May-12 0:55
BobJanova3-May-12 0:55 
GeneralRe: javascript doesn't work with FORM tag Pin
williamroma2-May-12 1:44
williamroma2-May-12 1:44 
AnswerRe: javascript doesn't work with FORM tag Pin
Peter_in_27802-May-12 12:53
professionalPeter_in_27802-May-12 12:53 
QuestionJquery Notification Navigation Pin
Billa223-Apr-12 16:31
Billa223-Apr-12 16:31 
AnswerRe: Jquery Notification Navigation Pin
ZurdoDev25-May-12 9:00
professionalZurdoDev25-May-12 9:00 
Questiongenerated HTML calling javascript functions Pin
KingDidd20-Apr-12 8:01
KingDidd20-Apr-12 8:01 
AnswerRe: generated HTML calling javascript functions Pin
Benaiah Mischenko24-Apr-12 23:26
Benaiah Mischenko24-Apr-12 23:26 
QuestionComet hints Pin
mehrdadc4817-Apr-12 21:11
mehrdadc4817-Apr-12 21:11 
QuestionCode does't work on a MVC partial view rendering Pin
Kenneth McCoy11-Apr-12 7:36
professionalKenneth McCoy11-Apr-12 7:36 
AnswerRe: Code does't work on a MVC partial view rendering Pin
Kenneth McCoy12-Apr-12 6:46
professionalKenneth McCoy12-Apr-12 6:46 
Questionhow to detect upload dialog closing? Pin
Ali Al Omairi(Abu AlHassan)9-Apr-12 4:58
professionalAli Al Omairi(Abu AlHassan)9-Apr-12 4:58 

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.