Click here to Skip to main content
15,919,341 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: fileUpload control of asp Pin
RajaAhmed4-Aug-09 22:45
RajaAhmed4-Aug-09 22:45 
GeneralRe: fileUpload control of asp Pin
Christian Graus4-Aug-09 23:11
protectorChristian Graus4-Aug-09 23:11 
AnswerRe: fileUpload control of asp Pin
Nitin S4-Aug-09 23:22
professionalNitin S4-Aug-09 23:22 
GeneralRe: fileUpload control of asp Pin
Christian Graus4-Aug-09 23:28
protectorChristian Graus4-Aug-09 23:28 
QuestionRegular Expression for Email Address Pin
janani134-Aug-09 20:41
janani134-Aug-09 20:41 
AnswerRe: Regular Expression for Email Address Pin
dan!sh 4-Aug-09 20:53
professional dan!sh 4-Aug-09 20:53 
AnswerRe: Regular Expression for Email Address Pin
Deepak the Cool4-Aug-09 22:06
Deepak the Cool4-Aug-09 22:06 
QuestionOpening a new popup window while closing current window (Not work in IE6 but works fine in IE8) Pin
chanzeb4-Aug-09 20:00
chanzeb4-Aug-09 20:00 
Hi All,

I have a link on the page "site.aspx" when i click it, a popup window named as "windowType.aspx" appears. On this window there is a dropdown that contains the types of the windows. After selecting an option, press the OK button then respective window should be opened (using javascript) and the "windowType.aspx" should be closed.


i am using the following code



function validateAndOpen()
{
var val=document.getElementById('ddlAuditType').value;
if(val=="select")
{
alert("Please select a window");
return false;
}
else if(val=="civil")
{
window.open("civil.aspx","","paramerters");
}
else if(val=="transmission")
{
window.open("transmission.aspx","","paramerters");
}


window.close();
}




Then i deployed the application on the server. This works fine on IE8 but not in IE6. Note : It works fine on local development server. I am pretty sure that the URL of the new window is correct other wise it should not work in IE8 also



Thanks in advance

Chanzeb Chaudhary
AnswerRe: Opening a new popup window while closing current window (Not work in IE6 but works fine in IE8) Pin
Oakman5-Aug-09 6:06
Oakman5-Aug-09 6:06 
QuestionHiw to add .swf in asp.net? Pin
Pratheepa4-Aug-09 19:50
Pratheepa4-Aug-09 19:50 
AnswerRe: Hiw to add .swf in asp.net? Pin
Abhijit Jana4-Aug-09 19:58
professionalAbhijit Jana4-Aug-09 19:58 
GeneralRe: Hiw to add .swf in asp.net? Pin
Pratheepa4-Aug-09 20:28
Pratheepa4-Aug-09 20:28 
QuestionDropdownlist change without post back.. Pin
greendragons4-Aug-09 19:25
greendragons4-Aug-09 19:25 
AnswerRe: Dropdownlist change without post back.. Pin
Abhijit Jana4-Aug-09 19:31
professionalAbhijit Jana4-Aug-09 19:31 
GeneralRe: Dropdownlist change without post back.. Pin
greendragons4-Aug-09 19:38
greendragons4-Aug-09 19:38 
GeneralRe: Dropdownlist change without post back.. Pin
Abhijit Jana4-Aug-09 19:46
professionalAbhijit Jana4-Aug-09 19:46 
GeneralRe: Dropdownlist change without post back.. Pin
greendragons4-Aug-09 20:23
greendragons4-Aug-09 20:23 
GeneralRe: Dropdownlist change without post back.. Pin
Abhijit Jana4-Aug-09 20:25
professionalAbhijit Jana4-Aug-09 20:25 
Questionthere is no task option of "add extender " in textbox or other controls Pin
haleemasher4-Aug-09 19:19
haleemasher4-Aug-09 19:19 
AnswerRe: there is no task option of "add extender " in textbox or other controls Pin
Abhijit Jana4-Aug-09 19:33
professionalAbhijit Jana4-Aug-09 19:33 
Questionhow to search&open the root folder file??? Pin
Karan_TN4-Aug-09 19:11
Karan_TN4-Aug-09 19:11 
AnswerRe: how to search&open the root folder file??? Pin
Deepak the Cool4-Aug-09 22:13
Deepak the Cool4-Aug-09 22:13 
GeneralRe: how to search&open the root folder file??? Pin
Karan_TN4-Aug-09 23:23
Karan_TN4-Aug-09 23:23 
QuestionASP.Net with Java Windows Pin
PDTUM4-Aug-09 18:57
PDTUM4-Aug-09 18:57 
AnswerRe: ASP.Net with Java Windows Pin
puviyarasan.j5-Aug-09 0:01
puviyarasan.j5-Aug-09 0:01 

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.