G
Guest
Hello to all,
I have a page ASPX that calls to another one.
It does window.open to another URL, and I want to hide the URL because the
user not must see the querystring by security subjects.
I discard properties of window.open (javascript) because the url can be
displayed by contextual menu of IE - > Option Properties.
What options could take to do this?
I have two cases:
1.) I am within the same application Web.
A page aspx http://localhost:2121/TareaRevision/WFImagenes.aspx it opens to
another page aspx of the same application Web
2.) I have two applications Web.
A page aspx
http://localhost:2121/TareaRevision/WFGraficas.aspx
it calls to another page aspx of another application Web
http://localhost:2121/RepartoWF/WFTareaRevision.aspx?idvaloracion=533
The question is to hide querystring idvaloracion.
I discard use of frames. I do not know if with method POST it would be
possible to be done or even with Session; the problem would be when an
application Web calls to the other.
Thanks in advance. Greetings.
Any help will be appreciated
I have a page ASPX that calls to another one.
It does window.open to another URL, and I want to hide the URL because the
user not must see the querystring by security subjects.
I discard properties of window.open (javascript) because the url can be
displayed by contextual menu of IE - > Option Properties.
What options could take to do this?
I have two cases:
1.) I am within the same application Web.
A page aspx http://localhost:2121/TareaRevision/WFImagenes.aspx it opens to
another page aspx of the same application Web
2.) I have two applications Web.
A page aspx
http://localhost:2121/TareaRevision/WFGraficas.aspx
it calls to another page aspx of another application Web
http://localhost:2121/RepartoWF/WFTareaRevision.aspx?idvaloracion=533
The question is to hide querystring idvaloracion.
I discard use of frames. I do not know if with method POST it would be
possible to be done or even with Session; the problem would be when an
application Web calls to the other.
Thanks in advance. Greetings.
Any help will be appreciated