Hal Jenkins Posted December 9, 2005 Posted December 9, 2005 Hi there I used to use this js to provid a close window button inmmy HTML / CDML pages It doesn't work in my XSLT pages. Does anyone know why that would be and how I should go about fixing it? Thanks heaps!!
Martin Brändle Posted December 13, 2005 Posted December 13, 2005 Can you show the piece of code in the XSLT?
Hal Jenkins Posted December 15, 2005 Author Posted December 15, 2005 (edited) Hi Martin I have attached the XSLT file (zipped). Is that what you meant? Cheers Halski addreply.zip Edited December 15, 2005 by Guest
Martin Brändle Posted December 15, 2005 Posted December 15, 2005 What happens when you remove the "javascript:" before "window.close();" ? I have the slight feeling that the XSLT processor interprets it as namespace declaration and then can do nothing with it.
Hal Jenkins Posted December 16, 2005 Author Posted December 16, 2005 Hi Martin No change when I remove 'javascript:'. Still nothing happens when I click the close button.. Cheers Hal.
MetaSys Software Posted December 28, 2005 Posted December 28, 2005 (edited) Hi Hal, It appears that the issue is with the include files... If you try removing those includes then the close button works in your file as well. Since I do not have your include files, I could not analyze it further. Please check your include files.. Regards, MetaSys Edited December 28, 2005 by Guest
markh Posted May 12, 2006 Posted May 12, 2006 Hi Hal, Can you extend your answer to this problem, please. I Have similar problems and i can't just remove the include files this results in nothing happening at all. Dur to the fact the include files have been removed. If you could exaplain what it is in the include files that could be causing the issue. An answer to this would be most appriciated. Thank you in advanced. ootb
Recommended Posts
This topic is 6768 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now