User Profile
Collapse
-
I solved my problem using event.screenX and Y. -
How can I place a pop up using page positions?
If I can use the page position to pop up a new window then page position will work. Otherwise I will need screen position.
Yes I have tried top and left properties but IE(5&6) gives rubbish results for top, perhaps because of the frame....Leave a comment:
-
Javascript genuine absolute positioning
I have looked around a lot for a cross browser script that will give me the absolute screen position of an element withinin a frame, so that I can pop up a window right next to it. So far I have been unable to find one that works for just IE, Firefox and Opera.
I am assuming this is not an easy thing to do.
Can anyone help me with this problem, or is it just too hard? -
Never mind dmjpro.
I found a way around my problem by using CNAMEs on the second and later instances after the parent communications was no longer needed.
Cheers,
Zom.Leave a comment:
-
Thanks for the reply dmjpro.
There is about 13000 lines of PHP script with this issue as a very small part of it so forgive me if I dont post code.
Have a look at http://irmp.at/demo to see a simple top level of the implementation.
I know why the problem is happening. I am asking if there is a (clever or otherwise) way around it.
My application is not actually cross site. It is only one...Leave a comment:
-
3+ concurrent connections and parent.function()
I have a need to have three plus frames with concurrent connections to a web server, and all of them able to communicate with the parent page.
To overcome the 2 concurrent connections limit I used CNAMEs for each of the frames, but now parent.function () doesnt work because the browser considers the CNAMEs to be different sites and gives a permissions error.
Is this a Catch22? Is there a cross public browser way around...
No activity results to display
Show More
Leave a comment: