happyheth
04-25-2008, 10:54 AM
Hi,
I'm running the following code in which I select a url from a list and the results are displayed in another frame. It works great on my desktop, but from IE on Windows Mobile 5 rather than display the resulting image, it trys to download it which isn't what I want. Any thoughts? I've omitted the locations in the pulldown because the information is sensitive.
<html>
<head>
<title>Title</title>
<SCRIPT LANGUAGE="JavaScript">
function leapto(form) {
var myindex=form.dest.selectedIndex;
parent.main2.location.href=(form.dest.options[myindex].value);
myindex = 0;
}
</SCRIPT>
</head>
<body>
<FORM NAME="myform">
<SELECT NAME="dest" SIZE=1 onChange="leapto(this.form)">
<OPTION VALUE="http://www....
I'm running the following code in which I select a url from a list and the results are displayed in another frame. It works great on my desktop, but from IE on Windows Mobile 5 rather than display the resulting image, it trys to download it which isn't what I want. Any thoughts? I've omitted the locations in the pulldown because the information is sensitive.
<html>
<head>
<title>Title</title>
<SCRIPT LANGUAGE="JavaScript">
function leapto(form) {
var myindex=form.dest.selectedIndex;
parent.main2.location.href=(form.dest.options[myindex].value);
myindex = 0;
}
</SCRIPT>
</head>
<body>
<FORM NAME="myform">
<SELECT NAME="dest" SIZE=1 onChange="leapto(this.form)">
<OPTION VALUE="http://www....