/    Sign up×
Community /Pin to ProfileBookmark

How to get value from popup to a hidden field in form

How to pass value from popup to a hidden field in form
Hi friend..
i new to javascript ..
i have problem ..
how to pass value from a pop window to a hidden field form..

here is the code..
for select.php

<script type=”text/javascript” >
function showdiv()
{

window.open(“future.html”,”Window1″,
“menubar=yes,width=430,height=360,toolbar=no,resize=yes”);
}
</script>
<form method=”get” action=””>

<select name=”forums[]” multiple=”multiple”>

<option value=”0001″>Forum 1</option>
<option value=”0025″>Forum 2</option>
<option value=”0027″>Forum 2</option>

</select>
<input type=”hidden” name=”attri” id=”attri” value=””>
<input type=”submit” name=”submit” value=”ok”>
<input type=”button” name=”future” value=”F” onclick=”showdiv()”/>
</form>

here is future.html

<div>
<form name=”att” >
<input type=”text” name=”future” id=”future” />
<input type=”submit” name=”fut” value=”ok” onclick=”getdata();return false;”>
</form>

</div>

i want to know
whatever value entered in popup text box .
onclick on submit button value should be writen or pass to
hidden field name of “attri” in select.php form.

please help me.

thnaks & regards
binay

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@TheRaveMar 12.2008 — You might have more luck asking this in the Javascript section.
×

Success!

Help @binay_01 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.21,
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,
)...