~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 ? Quote Link to comment 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 Quote Link to comment 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... Quote Link to comment Share on other sites More sharing options...
MmmVomit Posted September 21, 2007 Share Posted September 21, 2007 Use JavaScript? Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment 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... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.