I want to popup an ajax on my server. Ths scenario is this
there is a html page xyz.com on a different server
the page abc is a vortex page which is on another server. Now i want to make a call from abc to xyz ... in other words i want to fetch the contents of abc (ajax popup) on certain events which occur (clicking on icon) on abc page. Since cross server request is not allowed in case of ajax, how do i do it (in vortex)
there is a html page xyz.com on a different server
the page abc is a vortex page which is on another server. Now i want to make a call from abc to xyz ... in other words i want to fetch the contents of abc (ajax popup) on certain events which occur (clicking on icon) on abc page. Since cross server request is not allowed in case of ajax, how do i do it (in vortex)