Click here to Skip to main content
15,912,837 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP.Net web application not opening. Pin
krishna1916-Mar-07 0:39
krishna1916-Mar-07 0:39 
AnswerRe: ASP.Net web application not opening. Pin
N a v a n e e t h16-Mar-07 1:01
N a v a n e e t h16-Mar-07 1:01 
Questionbeginner- suggest me an .net & asp.net Tutorial Pin
Tech_spidy16-Mar-07 0:38
Tech_spidy16-Mar-07 0:38 
AnswerRe: beginner- suggest me an .net & asp.net Tutorial Pin
badgrs16-Mar-07 0:43
badgrs16-Mar-07 0:43 
AnswerRe: beginner- suggest me an .net & asp.net Tutorial Pin
ca8msm16-Mar-07 0:47
ca8msm16-Mar-07 0:47 
QuestionDBCombo Replacement Pin
Sam Heller16-Mar-07 0:32
Sam Heller16-Mar-07 0:32 
AnswerRe: DBCombo Replacement Pin
-Dr_X-16-Mar-07 10:52
-Dr_X-16-Mar-07 10:52 
Questionopener.document.f.prodname is null or not an object. Pin
MissionSuccess16-Mar-07 0:13
MissionSuccess16-Mar-07 0:13 
Respected Gurus
I have to open a window thru javascript.Take a input and send back that value to the opener.

i am able to open the window retrieves the value but not able to get that on the parent..

i have tried to store the value on the parent page in a textbox..

function exit ()
{
var name =tya . value;

if (! opener . closed)
opener.document.f.prodname.value = name;
close ();
}

i m calling this function on click of the ok button on the child page.

also prodname is a textbox on the parent page.

i m gettin the error opener.document.f.prodname is null or not an object.

i hav tried to run the script in the body section also but same error.

any ideas...............


AnswerRe: opener.document.f.prodname is null or not an object. Pin
N a v a n e e t h16-Mar-07 0:27
N a v a n e e t h16-Mar-07 0:27 
Questioncheckbox + asp.net 2.0 + c# Pin
ritu432115-Mar-07 23:41
ritu432115-Mar-07 23:41 
QuestionSelect multiple from ListBox and insert into Database Pin
irkahc15-Mar-07 23:21
irkahc15-Mar-07 23:21 
AnswerRe: Select multiple from ListBox and insert into Database Pin
Paddy Boyd16-Mar-07 0:00
Paddy Boyd16-Mar-07 0:00 
GeneralRe: Select multiple from ListBox and insert into Database Pin
irkahc16-Mar-07 0:45
irkahc16-Mar-07 0:45 
QuestionHow to disable / find popup blocker Pin
Sylvester george15-Mar-07 23:17
Sylvester george15-Mar-07 23:17 
AnswerRe: How to disable / find popup blocker Pin
N a v a n e e t h15-Mar-07 23:25
N a v a n e e t h15-Mar-07 23:25 
GeneralRe: How to disable / find popup blocker Pin
Sylvester george15-Mar-07 23:40
Sylvester george15-Mar-07 23:40 
GeneralRe: How to disable / find popup blocker Pin
N a v a n e e t h15-Mar-07 23:46
N a v a n e e t h15-Mar-07 23:46 
GeneralRe: How to disable / find popup blocker Pin
Sylvester george16-Mar-07 0:01
Sylvester george16-Mar-07 0:01 
GeneralRe: How to disable / find popup blocker Pin
ca8msm16-Mar-07 0:01
ca8msm16-Mar-07 0:01 
AnswerRe: How to disable / find popup blocker Pin
badgrs16-Mar-07 0:41
badgrs16-Mar-07 0:41 
GeneralRe: How to disable / find popup blocker Pin
Sylvester george16-Mar-07 0:44
Sylvester george16-Mar-07 0:44 
GeneralRe: How to disable / find popup blocker Pin
ca8msm16-Mar-07 1:00
ca8msm16-Mar-07 1:00 
GeneralRe: How to disable / find popup blocker Pin
Sylvester george16-Mar-07 1:10
Sylvester george16-Mar-07 1:10 
QuestionDLL creation Pin
Malayil alex15-Mar-07 21:08
Malayil alex15-Mar-07 21:08 
AnswerRe: DLL creation Pin
N a v a n e e t h15-Mar-07 23:21
N a v a n e e t h15-Mar-07 23:21 

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.