I have 10 systems hosted in the same domain let’s call it (domain.com). I want to create a toolbar that will float on top of all them and will link them to each other and to a main company page.
My question is, what’s the best way to accomplish this? i was think about using an iframe, but the toolbar has dropdown menus that cut when i use an iframe.
I’m thinking there has to be a good and fast way to do this… any ideas?
What i did to solve this was this:
I created a separated system only for the toolbar and then i added a curl request on system to load the toolbar if user was registered. This worked, i’m not sure it it’s the best approach, but it was good enough for me.