Click here to Skip to main content
15,896,063 members
Home / Discussions / Web Development
   

Web Development

 
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 
GeneralRe: .net or php Pin
alex.barylski16-Mar-05 12:53
alex.barylski16-Mar-05 12:53 
GeneralRe: .net or php Pin
DavidNohejl18-Mar-05 1:09
DavidNohejl18-Mar-05 1:09 
GeneralRe: .net or php Pin
JKroschel21-Mar-05 6:49
JKroschel21-Mar-05 6:49 
Generaldatabase connection Pin
mpapeo13-Mar-05 13:13
mpapeo13-Mar-05 13:13 
GeneralRe: database connection Pin
DavidNohejl13-Mar-05 14:02
DavidNohejl13-Mar-05 14:02 

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.