/    Sign up×
Community /Pin to ProfileBookmark

get data from next winndow

[CODE][code=html]<html>
<head>
<script language=”javascript”>
var myWindow;
function christDoes(){
mydWindow=open(“secondary.html”, “yes”);
}

</script>
</head>
<body><form name=”myform” method=POST ACTION=”sake.html” ><CENTER>
<B>ENTER YOUR SUBJECT</B><INPUT TYPE=”TEXT” NAME=”subject”>
<input type=”button” name=”ok” value=”OK” onClick=”christDoes()”>
</form>
</body>
</html>[/code]

[/CODE]

[CODE][code=html]<html>
<head>
<script language=”javascript”>
function me(){
displayColor();
}
function displayColor() {
function newWindow(strWin,strURL,intX,intY,intWidth,intHeight){
winChild =window.open(strURL,strWin,’left=’ + intX + ‘, screenX =’ + intX + ‘, top=’ + intY + ‘, screenY=’ + intY + ‘, width=’ + intWidth + ‘, height=’ + intHeight + ‘, scrollbars=yes, toolbar=yes’);

}

function closeChild(){
if(winChild){
winChild.close();
}
}

var m=0;
var fSubject = self.opener.document.forms[0].subject.value;
if(fSubject.length>0){
if(isNaN(fSubject)){fSubject=””;}
else{opener.alert(“Please enter figure”);}
numSub=parseInt(fSubject);
if(numSub==3){var strSub=”abcde”;}
self.document.write(“<center>” +”ENTER SUBJECT HERE” +”</center><br>”);
var mercy=”<HTML><BODY>”
mercy +=”<CENTER>”
sub=new Array(strSub.length);
for(var i=0; i<sub.length; i++){
m++;
mercy +=m +”<input type=’text’ name=’sub[i].toLowerCase()’>” +”<BR>”;
opener.alert(“You have entered” +m +”subjects”);
}
}
mercy +=”</CENTER></FORM></BODY></HTML><BR></BR>”;
self.document.write(mercy +”<BR>”);
self.document.bgColor=”pink”;
newWindow();

document.write(“<center><input type=”button” name=”submit” value=”SUBMIT” onclick=”window.open(‘child’, ‘childwin.html’)”>” +”</center>”);
}

</script>
</head>
<body onload=’me()’ onFocus=”closeChild();” onUnLoad=”closeChild()”>

<form></form>
</body>
</html>[/code]

[/CODE]

[CODE][code=html]<HTML>
<HEAD>
<META NAME=”GENERATOR” Content=”Microsoft Visual Studio 6.0″>
<TITLE></TITLE>
<SCRIPT LANGUAGE=javascript>
<!–
var fValue = self.opener.document.forms[0].sub1.value;
document.write(fValue +”<input type=”text” name=”sub1.toLowercase()”>”);
document.write(fValue +”<input type=”text” name=”sub2.toLowercase()”>”);
document.write(fValue +”<input type=”text” name=”sub3.toLowercase()”>”);
//–>
</SCRIPT>
</HEAD>
<BODY >
<form>
<form>
</BODY>
</HTML>[/code]

[/CODE]

To every freelancer guru, words can not measure how grateful I am to you for your selfless service. God will reward you in Jesus name. Merry Christmas in advance! Please kindly help me in this: How do I reference each textbox in the second window to get their values in the third window with a textbox attached? Thanks.

to post a comment
JavaScript

0Be the first to comment 😎

×

Success!

Help @ken2010 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...