Hi, all,
I'm using CreatePopup and Show methods to show popup menus, which users can make selection and take them to other pages - this part is successful.
Now, I need to do the same, except when user clicks an item, it will open a document (pdf, doc or xls). I am trying to use something like this:
Code:
onClick="window.open('document.pdf','','width=950,height=600')"
. And it is not doing anything, except giving me a script error message, "not implemented'. What did I do wrong? I have no problem opening a document when I don't use the popups.
Thanks.