Click here to Skip to main content
15,905,071 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Website Forums Pin
raouls17-Mar-05 23:14
raouls17-Mar-05 23:14 
GeneralOracle 9i Pin
rapace16-Mar-05 14:19
rapace16-Mar-05 14:19 
GeneralRe: Oracle 9i Pin
JKroschel21-Mar-05 7:28
JKroschel21-Mar-05 7:28 
GeneralTrap window close event for all kinds of browsers Pin
GoldenStar16-Mar-05 1:19
GoldenStar16-Mar-05 1:19 
GeneralRe: Trap window close event for all kinds of browsers Pin
Ted Ferenc16-Mar-05 22:02
Ted Ferenc16-Mar-05 22:02 
GeneralCombine values from different pages Pin
Anonymous15-Mar-05 17:33
Anonymous15-Mar-05 17:33 
GeneralRe: Combine values from different pages Pin
JKroschel21-Mar-05 7:27
JKroschel21-Mar-05 7:27 
Generalcaret position of a ContentEditable DIV Pin
Anonymous15-Mar-05 3:38
Anonymous15-Mar-05 3:38 
Generaljavascript unspecified error after file download Pin
suzyb15-Mar-05 0:43
suzyb15-Mar-05 0:43 
GeneralRe: javascript unspecified error after file download Pin
JKroschel21-Mar-05 6:57
JKroschel21-Mar-05 6:57 
GeneralRe: javascript unspecified error after file download Pin
suzyb22-Mar-05 23:09
suzyb22-Mar-05 23:09 
GeneralRe: javascript unspecified error after file download Pin
JKroschel23-Mar-05 4:38
JKroschel23-Mar-05 4:38 
Generalplzz chk this codings Pin
Bhuvanish14-Mar-05 13:31
Bhuvanish14-Mar-05 13:31 
HiSmile | :) i've created a coding using javascript with ur help.. but when i run this code.."txtval" function does'nt work properly...plzz guide me.. if i enter a number it accepts and goes to the second page.. which i don't want.D'Oh! | :doh: text box shld accept only the characters.Cool | :cool:

==> "pag1.html"






function txtval()
{
numberCount=0
for(i=0;i<document.myform.myname.value.length;i++){
j=i+1
mychar=document.myform.myname.value.substring(i,j)
if((0 <= mychar)&&(mychar <= 9))
{
numberCount++;
}
}
if((numberCount == 0)&&(document.myform.myname.value.length > 0)){
document.myform.submit()

}else{
alert('please check your form')
}


}

function openwin()
{
window.open(pag2.html)
window.action.reload()
}














User name:











==> "pag2.html"






function closeWin(){
window.close()
}

function timer(){
timerID = setTimeout("closeWin()",3000)
}

timer();






BlueWhale is the World's Largest animal





Yes

No






BhuvanaSathish
GeneralRe: plzz chk this codings Pin
Roger Wright19-Mar-05 6:41
professionalRoger Wright19-Mar-05 6:41 
GeneralJscript with oracle Pin
Bhuvanish14-Mar-05 13:17
Bhuvanish14-Mar-05 13:17 
GeneralRe: Jscript with oracle Pin
Christian Graus15-Mar-05 15:38
protectorChristian Graus15-Mar-05 15:38 
GeneralRe: Jscript with oracle Pin
JKroschel21-Mar-05 6:55
JKroschel21-Mar-05 6:55 
GeneralList Pin
Yulianto.13-Mar-05 16:18
Yulianto.13-Mar-05 16:18 
GeneralRe: List Pin
JKroschel21-Mar-05 6:53
JKroschel21-Mar-05 6:53 
GeneralRe: List Pin
Yulianto.21-Mar-05 15:12
Yulianto.21-Mar-05 15:12 
General.net or php Pin
ABBASI_RA13-Mar-05 15:17
ABBASI_RA13-Mar-05 15:17 
GeneralRe: .net or php Pin
raouls13-Mar-05 19:53
raouls13-Mar-05 19:53 
GeneralRe: .net or php Pin
DavidNohejl14-Mar-05 6:23
DavidNohejl14-Mar-05 6:23 
GeneralRe: .net or php Pin
raouls15-Mar-05 1:22
raouls15-Mar-05 1:22 
GeneralRe: .net or php Pin
DavidNohejl15-Mar-05 3:09
DavidNohejl15-Mar-05 3:09 

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.