Hello Mobione.
First of all, great job with the 2.2 upgrade, it really fixes a lot of my problems! Just a beauty!
I need a little help with opening a pdf file into the popup window with no controls from an on change event.
This is what i have:
SelectListMenu with PDF filenames in values. eg (xxx.pdf)
JS on change code: location.href = $(‘select[name=”selectListMenu1″] :selected’). val()
This opens the pdf file without scaling and no back button. I would like to open the PDF file from on change event into the 2.2 Popup window with No controls.
I was looking in the source, and expected this line to somehow be included in the onchange js code: phoneui.showURL(‘xxx.pdf’, ‘_child’, {showLocationBar: false, })
Thank you in advance Mobione! Excellent support!