Click here to Skip to main content
15,921,577 members
Home / Discussions / Web Development
   

Web Development

 
GeneralASP Session Variables Lost IIS 6.0 Pin
Purple Monk17-Mar-05 23:20
Purple Monk17-Mar-05 23:20 
GeneralRe: ASP Session Variables Lost IIS 6.0 Pin
kutz920-Mar-05 15:50
kutz920-Mar-05 15:50 
GeneralRe: ASP Session Variables Lost IIS 6.0 Pin
Purple Monk21-Mar-05 5:07
Purple Monk21-Mar-05 5:07 
GeneralRe: ASP Session Variables Lost IIS 6.0 Pin
Richard Deeming8-Apr-05 9:00
mveRichard Deeming8-Apr-05 9:00 
Questionstart weblogic as a service?? Pin
kar_171217-Mar-05 19:37
kar_171217-Mar-05 19:37 
Generalcheckboxes with random records Pin
Shrex17-Mar-05 11:49
Shrex17-Mar-05 11:49 
GeneralRe: checkboxes with random records Pin
Yulianto.17-Mar-05 15:18
Yulianto.17-Mar-05 15:18 
GeneralWeb Application limit on IIS 6.0 Pin
Asad Hussain17-Mar-05 11:35
Asad Hussain17-Mar-05 11:35 
GeneralMicrosoft.Jet.OLEDB.4.0 vs. Microsoft Access Driver Pin
mjay200417-Mar-05 4:19
mjay200417-Mar-05 4:19 
GeneralRe: Microsoft.Jet.OLEDB.4.0 vs. Microsoft Access Driver Pin
Nino_119-Mar-05 7:47
Nino_119-Mar-05 7:47 
GeneralWebsite Forums Pin
exhaulted16-Mar-05 21:04
exhaulted16-Mar-05 21:04 
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 

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.