How does one search/poll all modal info in a frame automatically?

Posted by user310631 on Stack Overflow See other posts from Stack Overflow or by user310631
Published on 2010-04-07T05:20:07Z Indexed on 2010/04/07 5:23 UTC
Read the original article Hit count: 216

Filed under:
|
|

As you'll no-doubt be able to tell momentarily, I have little knowledge of the programming world. That being said, here goes....

In this scenario, there's a Java-based game that has a map of the game world oriented in an X, Y coordinate tile system. Some of the grid tiles are player cities, some are non-player locations.

The game runs inside a frame in the browser, the X, Y coordinate map feature is one optional view, and the entire map is not available to view at any one time.

Each grid tile has an "Onclick" event and an "Onmouseover" event. The mouseover event is a tooltip, the click event is something called a "modal" that has information specific to that tile.

What I'd like to find out is: How can I poll all the grid tiles' "modal" information using some kind of script or other auto-running polling feature?

© Stack Overflow or respective owner

Related posts about java

Related posts about modal