TobesC Posted January 9, 2008 Share Posted January 9, 2008 i dont know whether there is a way to do this, but is there a way to check whether a specific window is already open, and send new information to that specific window without opening a new instance of it. for instance, i want to open an an appointment book from a main window, but if i hit the option again, i dont want it to open another window with the appointment book - i want it to open in the old appointment book window. any help would be appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/85179-track-browser-windows/ Share on other sites More sharing options...
nikefido Posted January 9, 2008 Share Posted January 9, 2008 this is def. a use for javascript. http://www.w3schools.com can get you started on it, or google the topic. I know this isn't what you'd like to hear, but a client-side scripting language like JS is most appropriate for your solution in my opinion. I used my subscription at www.lynda.com to get started on JS (yay for spending money ) Quote Link to comment https://forums.phpfreaks.com/topic/85179-track-browser-windows/#findComment-434592 Share on other sites More sharing options...
TobesC Posted January 10, 2008 Author Share Posted January 10, 2008 thats what i figured, but i figured id give it a shot. thanks anyway. Quote Link to comment https://forums.phpfreaks.com/topic/85179-track-browser-windows/#findComment-435540 Share on other sites More sharing options...
DyslexicDog Posted January 10, 2008 Share Posted January 10, 2008 You could always open the book using the TARGET property in HTML... if the window is already open it will still open in the same window, but with the new page. Quote Link to comment https://forums.phpfreaks.com/topic/85179-track-browser-windows/#findComment-435634 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.