Reposted due to no response.
Hi guys
I am using Dreamweaver to create an intranet site that is to be accessed by
a PDA, but I have hit a problem with JavaScript under Pocket Internet
Explorer. I have added a standard DW behaviour (function to non-DW peeps)
that simply redirects the user to another page and is fired when a user hits
a button, but PocketIE seems to do nothing with it. I don't receive an error
message, line number or anything! Any help on finding / fixing the problem
would be gratefully appreciated - not being a JavaScript(let alone js on a
pda) person, I don't.know where to start.
Here's the code:
<script language="JavaS cript" type="text/JavaScript">
<!--
function MM_goToURL() { //v3.0
var i, args=MM_goToURL .arguments; document.MM_ret urnValue = false;
for (i=0; i<(args.length-1); i+=2)
eval(args[i]+".location='"+ args[i+1]+"'");
}
//-->
</script>
Regards
James
tgl
Hi guys
I am using Dreamweaver to create an intranet site that is to be accessed by
a PDA, but I have hit a problem with JavaScript under Pocket Internet
Explorer. I have added a standard DW behaviour (function to non-DW peeps)
that simply redirects the user to another page and is fired when a user hits
a button, but PocketIE seems to do nothing with it. I don't receive an error
message, line number or anything! Any help on finding / fixing the problem
would be gratefully appreciated - not being a JavaScript(let alone js on a
pda) person, I don't.know where to start.
Here's the code:
<script language="JavaS cript" type="text/JavaScript">
<!--
function MM_goToURL() { //v3.0
var i, args=MM_goToURL .arguments; document.MM_ret urnValue = false;
for (i=0; i<(args.length-1); i+=2)
eval(args[i]+".location='"+ args[i+1]+"'");
}
//-->
</script>
Regards
James
tgl
Comment