Hi Bob - can you make sense of this: I have created a variable in window.name in order to carry values between (Joomla) javascript in pages - this works (see pic 1). BUT, if I attempt to use window.name inside of a form (in JS) it doesn't work. Pics 2 and 3 show the code and the alert result.
Any ideas?๐ข
Hi TonyGib,
It looks as though there isnโt a Window name set by default. Not something I know anything about though :-(
If I set a window name then the alert displays correctly.
What are you actually trying to do here? Can you not pass the data in the URL or using Post?
Bob
Hi TonyGib,
Looking at the document you linked to it's only available in the window where it was created.
Why not just save it in the User session? Or in a cookie if the session isn't available.
Bob
Thanks for coming back Bob .. back to the drawing board! :?