Click here to Skip to main content
15,914,071 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to make a button transparent? Pin
82.san17-May-07 21:57
82.san17-May-07 21:57 
GeneralRe: How to make a button transparent? Pin
Manoj Kumar Rai17-May-07 23:57
professionalManoj Kumar Rai17-May-07 23:57 
GeneralRe: How to make a button transparent? Pin
82.san20-May-07 19:48
82.san20-May-07 19:48 
AnswerRe: How to make a button transparent? Pin
PandemoniumPasha18-May-07 0:30
PandemoniumPasha18-May-07 0:30 
GeneralRe: How to make a button transparent? Pin
long zihang8-Apr-12 23:42
long zihang8-Apr-12 23:42 
QuestionC# Programmme of Vocabulary Learning (involving 6 correct wordpairs, separated by '\t') Pin
Ntoki17-May-07 18:35
Ntoki17-May-07 18:35 
AnswerRe: C# Programmme of Vocabulary Learning (involving 6 correct wordpairs, separated by '\t') Pin
mav.northwind17-May-07 19:32
mav.northwind17-May-07 19:32 
QuestionExecuting Javascript in ASPX Pin
darora317-May-07 18:17
darora317-May-07 18:17 
Hi All,

I am having a ASPX page on whose submission I open a PopUp Window for
sending mails.In the main page I have four hidden variables for
setting the MailTo Mailcc,MailSubject and MailBody fields which I am
getting in my PopUp Window by using



if((document.getElementById("hdnForPOst").value)=="1")
{
document.getElementById("txtTo").value=window.opener.document.getElementByI­d("hdnMailTo").value;
document.getElementById("txtCC").value=window.opener.document.getElementByI­d("hdnMailCC").value;
document.getElementById("txtMailSubject").value=window.opener.document.getE­lementById("hdnMailSubject").value;
document.getElementById("txtMailBody").value=window.opener.document.getElem­entById("hdnMailBody").value;


}



hdnForPOst is the variable set for sending mail.

This script I have pasted in a after my controls code.


The problem is that sometimes this code does't execute and I get a
blank popup Window.
I have checked by putting alerts inside script block also.These alerts
also dont execute.It happens only at times and no specific scenario.


Anybody can help please?




Dipti Arora
AnswerRe: Executing Javascript in ASPX Pin
Sathesh Sakthivel17-May-07 18:37
Sathesh Sakthivel17-May-07 18:37 
GeneralRe: Executing Javascript in ASPX Pin
darora317-May-07 23:22
darora317-May-07 23:22 
QuestionMultiple Instance Performance Counter not working Pin
jchilberto17-May-07 18:05
jchilberto17-May-07 18:05 
AnswerRe: Multiple Instance Performance Counter not working Pin
jchilberto20-May-07 11:03
jchilberto20-May-07 11:03 
QuestionHelp with declaring variables (int vs float ) Pin
crash89317-May-07 15:39
crash89317-May-07 15:39 
AnswerRe: Help with declaring variables (int vs float ) Pin
Christian Graus17-May-07 15:42
protectorChristian Graus17-May-07 15:42 
AnswerRe: Help with declaring variables (int vs float ) Pin
Sathesh Sakthivel17-May-07 15:44
Sathesh Sakthivel17-May-07 15:44 
AnswerRe: Help with declaring variables (int vs float ) Pin
theney18-May-07 10:44
theney18-May-07 10:44 
QuestionEquation Editor Pin
hungvuong_hdu17-May-07 14:47
hungvuong_hdu17-May-07 14:47 
AnswerRe: Equation Editor Pin
Christian Graus17-May-07 15:53
protectorChristian Graus17-May-07 15:53 
GeneralRe: Equation Editor Pin
hungvuong_hdu17-May-07 16:26
hungvuong_hdu17-May-07 16:26 
QuestionHow To Force Webservice To Use Integrated Windows Authentication Pin
classNoob17-May-07 14:13
classNoob17-May-07 14:13 
AnswerRe: How To Force Webservice To Use Integrated Windows Authentication Pin
Sathesh Sakthivel17-May-07 15:09
Sathesh Sakthivel17-May-07 15:09 
GeneralRe: How To Force Webservice To Use Integrated Windows Authentication Pin
classNoob18-May-07 8:10
classNoob18-May-07 8:10 
Questionadding dropdownlist to a datagridview Pin
balanjingot17-May-07 14:10
balanjingot17-May-07 14:10 
AnswerRe: adding dropdownlist to a datagridview Pin
Sathesh Sakthivel17-May-07 15:05
Sathesh Sakthivel17-May-07 15:05 
Questionseek into .wmv file while recording? Pin
cjtaylor17-May-07 12:48
cjtaylor17-May-07 12:48 

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.