~n[EO]n~ Posted September 21, 2007 Share Posted September 21, 2007 How can we pass value to pop up window without using GET, POST or SESSION ? Link to comment https://forums.phpfreaks.com/topic/70139-passing-value-to-pop-up-window/ Share on other sites More sharing options...
HuggieBear Posted September 21, 2007 Share Posted September 21, 2007 COOKIE? Why would you want to? Regards Huggie Link to comment https://forums.phpfreaks.com/topic/70139-passing-value-to-pop-up-window/#findComment-352258 Share on other sites More sharing options...
~n[EO]n~ Posted September 21, 2007 Author Share Posted September 21, 2007 Okie, never worked with that (cookie) thing, but let me check the manual, tutorials, froogle and then we will talk again... Link to comment https://forums.phpfreaks.com/topic/70139-passing-value-to-pop-up-window/#findComment-352265 Share on other sites More sharing options...
MmmVomit Posted September 21, 2007 Share Posted September 21, 2007 Use JavaScript? Link to comment https://forums.phpfreaks.com/topic/70139-passing-value-to-pop-up-window/#findComment-352398 Share on other sites More sharing options...
Jessica Posted September 21, 2007 Share Posted September 21, 2007 Uhm. Froogle is for shopping. I mean, you can buy cookies on it, but not this kind. Link to comment https://forums.phpfreaks.com/topic/70139-passing-value-to-pop-up-window/#findComment-352403 Share on other sites More sharing options...
~n[EO]n~ Posted September 21, 2007 Author Share Posted September 21, 2007 Use JavaScript? How ??? just tell me, i'll do it... Uhm. Froogle is for shopping. I mean, you can buy cookies on it, but not this kind. hmmmmm.... so can we use that BOUGHT cookies to solve my problem just kidding Link to comment https://forums.phpfreaks.com/topic/70139-passing-value-to-pop-up-window/#findComment-352441 Share on other sites More sharing options...
scarhand Posted September 21, 2007 Share Posted September 21, 2007 n~ link=topic=160290.msg699411#msg699411 date=1190368714] How can we pass value to pop up window without using GET, POST or SESSION ? You already got your answer. Use cookies/sessions, or have the value stored in a flat file or database and have the code within the popup window retrieve it. Link to comment https://forums.phpfreaks.com/topic/70139-passing-value-to-pop-up-window/#findComment-352476 Share on other sites More sharing options...
kathas Posted September 21, 2007 Share Posted September 21, 2007 where do you want to pass the info from? If it is the parent page then JavaScript! If it is something else then consider the cookies/sessions/forms methods... Link to comment https://forums.phpfreaks.com/topic/70139-passing-value-to-pop-up-window/#findComment-352479 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.