ShirtPrinter
New Member
I have a website with a frame. In a frame I have a JavaScript jump menu with links for downloading a PDF.With a desktop PC, this works well. A smartphone with the Opera browser works, but with the standard Galaxy browser and on an iPhone, it changes the showed voice selected in the menu but without starting the download.\[code\]function JumpMenu(links){ parent.principale.location.href = http://stackoverflow.com/questions/15524796/links[links.selectedIndex].value;}\[/code\]