Click here to Skip to main content
15,919,879 members
Home / Discussions / JavaScript
   

JavaScript

 
Questionproject for you Pin
silverbuyer1-May-12 18:39
silverbuyer1-May-12 18:39 
Questionembed javascript code in c# Pin
mrx1001-May-12 12:41
mrx1001-May-12 12:41 
AnswerRe: embed javascript code in c# Pin
Richard MacCutchan1-May-12 21:32
mveRichard MacCutchan1-May-12 21:32 
GeneralRe: embed javascript code in c# Pin
mrx1001-May-12 22:46
mrx1001-May-12 22:46 
GeneralRe: embed javascript code in c# Pin
Richard MacCutchan2-May-12 2:35
mveRichard MacCutchan2-May-12 2:35 
AnswerRe: embed javascript code in c# Pin
avatar234-May-12 22:00
avatar234-May-12 22:00 
AnswerRe: embed javascript code in c# Pin
ZurdoDev25-May-12 8:59
professionalZurdoDev25-May-12 8:59 
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 

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.