G
Guest
Guest
Archived from groups: microsoft.public.pocketpc (More info?)
I have written this code:
<form name="image_pointer" id="image_pointer" method="get"
action="image_check.php">
<input type='image' src="images/GLOBAL_240.jpg" height="210" width="238"
border="0" alt="Map of Earth" ISMAP /></a></td>
</form>
On most browsers a click on the image creates a call to
'image_check.php?x=99&y=99' (where the '99's depend on whee you clicked)
and I can $_GET['x'] and $_GET['y'] in 'image_check.php.
On a PocketPC the same code produces the call as simply "image_check.php?"
without the coordinates. Is there a way to pass the coordinates from the
PIE browser?
I have written this code:
<form name="image_pointer" id="image_pointer" method="get"
action="image_check.php">
<input type='image' src="images/GLOBAL_240.jpg" height="210" width="238"
border="0" alt="Map of Earth" ISMAP /></a></td>
</form>
On most browsers a click on the image creates a call to
'image_check.php?x=99&y=99' (where the '99's depend on whee you clicked)
and I can $_GET['x'] and $_GET['y'] in 'image_check.php.
On a PocketPC the same code produces the call as simply "image_check.php?"
without the coordinates. Is there a way to pass the coordinates from the
PIE browser?