User Name Password Register
DaniWeb IT Discussion Community
All
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
Reply
Join Date: Jul 2006
Posts: 191
Reputation: vssp is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 5
vssp vssp is offline Offline
Junior Poster

Solution HTML redirect value

  #1  
May 14th, 2007
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.
Thanks
VSSP
AddThis Social Bookmark Button
Reply With Quote  
Join Date: May 2007
Posts: 20
Reputation: smalldog is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
smalldog smalldog is offline Offline
Newbie Poster

Re: HTML redirect value

  #2  
May 14th, 2007
Join a forum for webmasters and developers
HTML Forum
Reply With Quote  
Join Date: Jul 2006
Posts: 191
Reputation: vssp is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 5
vssp vssp is offline Offline
Junior Poster

Re: HTML redirect value

  #3  
May 14th, 2007
What?????????????????????!!!!!!!!!!!!!!!!!!!!!!!
Thanks
VSSP
Reply With Quote  
Join Date: May 2007
Posts: 20
Reputation: smalldog is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
smalldog smalldog is offline Offline
Newbie Poster

Re: HTML redirect value

  #4  
May 14th, 2007
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
Reply With Quote  
Join Date: Jul 2006
Posts: 191
Reputation: vssp is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 5
vssp vssp is offline Offline
Junior Poster

Re: HTML redirect value

  #5  
May 14th, 2007
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?
Thanks
VSSP
Reply With Quote  
Join Date: May 2007
Posts: 20
Reputation: smalldog is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
smalldog smalldog is offline Offline
Newbie Poster

Re: HTML redirect value

  #6  
May 14th, 2007
If you want to pass values from pop up window to "old" opener window, may be this code is what you want:

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
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb HTML and CSS Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the HTML and CSS Forum

All times are GMT -4. The time now is 9:20 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC