Click here to Skip to main content
15,886,693 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: how to sending dialog worn to user using javascrip?? Pin
Not Active1-Jul-09 18:05
mentorNot Active1-Jul-09 18:05 
GeneralRe: how to sending dialog worn to user using javascrip?? Pin
re7et_3esh1-Jul-09 23:53
re7et_3esh1-Jul-09 23:53 
GeneralRe: how to sending dialog worn to user using javascrip?? Pin
Not Active2-Jul-09 1:56
mentorNot Active2-Jul-09 1:56 
GeneralRe: how to sending dialog worn to user using javascrip?? Pin
re7et_3esh2-Jul-09 8:51
re7et_3esh2-Jul-09 8:51 
GeneralRe: how to sending dialog worn to user using javascrip?? Pin
Not Active2-Jul-09 10:16
mentorNot Active2-Jul-09 10:16 
AnswerRe: how to sending dialog worn to user using javascrip?? Pin
Marc Firth1-Jul-09 21:57
Marc Firth1-Jul-09 21:57 
GeneralRe: how to sending dialog worn to user using javascrip?? Pin
re7et_3esh1-Jul-09 23:52
re7et_3esh1-Jul-09 23:52 
GeneralRe: how to sending dialog worn to user using javascrip?? Pin
Marc Firth2-Jul-09 0:36
Marc Firth2-Jul-09 0:36 
<html>
<head>
<script>
function check(){
if (document.getElementById('mytext') == "Hello!!!"){
alert("You said 'hello!!!'");
}
}
</script>
</head>
<body>
<input id="mytext" type="text" onkeyup="check()" />
</body>
</html>


GeneralRe: how to sending dialog worn to user using javascrip?? Pin
DoctorMick2-Jul-09 2:11
DoctorMick2-Jul-09 2:11 
GeneralRe: how to sending dialog worn to user using javascrip?? Pin
re7et_3esh2-Jul-09 8:50
re7et_3esh2-Jul-09 8:50 
QuestionFind Control returns null for edit item template control Pin
kKamel1-Jul-09 0:01
kKamel1-Jul-09 0:01 
AnswerRe: Find Control returns null for edit item template control Pin
K03061-Jul-09 2:04
K03061-Jul-09 2:04 
GeneralRe: Find Control returns null for edit item template control Pin
kKamel1-Jul-09 2:44
kKamel1-Jul-09 2:44 
QuestionDisabled Buttons in CSS Pin
c242330-Jun-09 22:45
c242330-Jun-09 22:45 
AnswerRe: Disabled Buttons in CSS Pin
Marc Firth30-Jun-09 23:31
Marc Firth30-Jun-09 23:31 
GeneralRe: Disabled Buttons in CSS Pin
c242330-Jun-09 23:41
c242330-Jun-09 23:41 
GeneralRe: Disabled Buttons in CSS Pin
Marc Firth30-Jun-09 23:42
Marc Firth30-Jun-09 23:42 
GeneralRe: Disabled Buttons in CSS Pin
c24231-Jul-09 0:10
c24231-Jul-09 0:10 
GeneralRe: Disabled Buttons in CSS Pin
Marc Firth1-Jul-09 0:18
Marc Firth1-Jul-09 0:18 
GeneralRe: Disabled Buttons in CSS Pin
c24231-Jul-09 0:30
c24231-Jul-09 0:30 
GeneralRe: Disabled Buttons in CSS Pin
c24231-Jul-09 3:45
c24231-Jul-09 3:45 
AnswerRe: Disabled Buttons in CSS Pin
c24231-Jul-09 3:45
c24231-Jul-09 3:45 
Question[Javascript] Page redirect Pin
Conlin30-Jun-09 12:05
Conlin30-Jun-09 12:05 
AnswerRe: [Javascript] Page redirect Pin
SeMartens30-Jun-09 22:03
SeMartens30-Jun-09 22:03 
QuestionFile zila Pin
sheemap30-Jun-09 4:13
sheemap30-Jun-09 4:13 

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.