Monday, 9 August 2010

Server Side Image Map

I found an interesting PL/SQL feature today, when you use the
htp.formImage
procedure in a PL/SQL form it will return the value of the form image and also the coordinates of the click made on that image, so you get 3 variables returned.
So you could then use this information to create server side image maps, these could be created dynamically from a database table and updated easily by users.

1 comment:

Dan said...

Just a small addition to the above post, there is a bug in IE 6 which meens that it does not submit the value.

You

It should work fine in other versions and browsers. Believe it or not 7.2% of users still use IE 6 (www.w3schools.com).