CodeChargeMVP
Posts: 473
|
| Posted: 03/25/2011, 5:20 AM |
|
Hi,
Our application has a pop-wup window which leads on specific url which we don´t want to be
showed in the title name of the new window, is the url from the server where our reports are
loaded.
I create the window as it should be done, open method etc..
Then I try to change the title of the new window by the line:
newwindow.document.title = "a new name instead of our dearly url server";
but this just doesn´t works.
This seems to be a very common problem in the javascript development in the last years,
I attach some interesting related links:
http://www.v7n.com/forums/coding-forum/26094-title-java...pup-window.html http://bytes.com/topic/javascript/answers/488946-pop-up-window-title http://www.webmasterworld.com/forum91/4937.htm http://www.codingforums.com/archive/index.php/t-49603.html
The last answer I readed from 2006 said than it´s not possible to modify the name of the
new pop-up window by avoiding phising issues.
Well, almost 6 years has gone from than answer, I hope anybody has found a solution in the
meantime.
Thank you very much in advance.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
Waspman
Posts: 948
|
| Posted: 03/26/2011, 7:44 AM |
|
Why not do it with jQuery? You could use FancyBox and Iframe a page into it. You can pass variables just like normal.
_________________
http://www.waspmedia.co.uk |
 |
 |
CodeChargeMVP
Posts: 473
|
| Posted: 03/27/2011, 4:54 AM |
|
Hi Waspman,
I got in mind update my knowledges and learn about jquery, By the way I know to develop
ajax solutions with asynchronous request to an php apache server and manage the response
with text or xml, I´m planning to learn json also by this issue,but to be honest If I can solve this issue with some of those I don´t really know how to apply.
About FancyBox and IFrame I´ll search about it on the net.
¿Do you got some handy related links?
Thank you very much for your time.
Quote Waspman:
Why not do it with jQuery? You could use FancyBox and Iframe a page into it. You can pass variables just like normal.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
Waspman
Posts: 948
|
| Posted: 03/27/2011, 6:14 AM |
|
Fancybox is very VERY easy, it must be if I can use it-haha
FancyBox.net
Also look at ixedit - it's a very/easy cool tool:)
_________________
http://www.waspmedia.co.uk |
 |
 |
CodeChargeMVP
Posts: 473
|
| Posted: 03/29/2011, 2:14 AM |
|
Ok Waspman,
I´ll check it out and try to solve the issue, I´ll let you know the results .
Greets.
Quote Waspman:
Fancybox is very VERY easy, it must be if I can use it-haha
FancyBox.net
Also look at ixedit - it's a very/easy cool tool:)
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
|