•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 425,936 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 1,607 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 1368 | Replies: 5
![]() |
•
•
Join Date: Jul 2006
Posts: 191
Reputation:
Rep Power: 3
Solved Threads: 5
hi friends
I have run the php page this page liste some hyper link. When i click the hyper link new page open in new window. Then i have select some values in new window ,,selected valueas are pass on old php page.
Generaly we use pass the vlaues old page to new page. But Now we need pass the values new page to old page
How its possible Please advise.
I have run the php page this page liste some hyper link. When i click the hyper link new page open in new window. Then i have select some values in new window ,,selected valueas are pass on old php page.
Generaly we use pass the vlaues old page to new page. But Now we need pass the values new page to old page
How its possible Please advise.
Thanks
VSSP
VSSP
•
•
Join Date: May 2007
Posts: 20
Reputation:
Rep Power: 0
Solved Threads: 0
Sorry VSSP but I just don't understand what do you mean by pass the values new page to old page.. Can you explain that?
Join a forum for webmasters and developers
HTML Forum
HTML Forum
•
•
Join Date: Jul 2006
Posts: 191
Reputation:
Rep Power: 3
Solved Threads: 5
for example
http://www.daniweb.com/techtalkforum...tml#post365936
This is old link Then u go to Sponsers link click one hyper link you got new page make sense?
http://www.daniweb.com/techtalkforum...tml#post365936
This is old link Then u go to Sponsers link click one hyper link you got new page make sense?
Thanks
VSSP
VSSP
•
•
Join Date: May 2007
Posts: 20
Reputation:
Rep Power: 0
Solved Threads: 0
If you want to pass values from pop up window to "old" opener window, may be this code is what you want:
test.html:
popup.html:
Hope it helps
test.html:
<script>
function openwindow()
{
window.open('popup.html',"mywindow");
}
</script>
<div id="test"></div>
<a href="javascript:openwindow();">Open Pop Up</a>popup.html:
<script>
window.opener.document.getElementById('test').innerHTML = 'Passed from new window to old';
</script>Hope it helps
Join a forum for webmasters and developers
HTML Forum
HTML Forum
![]() |
•
•
•
•
•
•
•
•
DaniWeb HTML and CSS Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- vBulletin mod_rewrite (PHP)
- To html converter (HTML and CSS)
- Warning: Cannot modify header information (PHP)
- vBulletin mod_rewrite for vB 3.0.7 (Existing Scripts)
- This Should be Easy for You Guys! (Linux Servers and Apache)
- I'm fooling with mod_rewrite... (Linux Servers and Apache)
- Extremely Cheap Sitewide Text Link on Website Design Related Site (Ad Space for Sale)
Other Threads in the HTML and CSS Forum
- Previous Thread: FireFox not showing CSS in Strict Mode
- Next Thread: Loading a Page Within a Page


Linear Mode