Rob
Fri Dec 16 08:21:58 CST 2005
reps - usually refers to representatives..like: sales "reps" - guessing this
context it's probably a map of sales persons in a geographic area.
?
"Kevin Spencer" <kevin@DIESPAMMERSDIEtakempis.com> wrote in message
news:OVbEDekAGHA.272@TK2MSFTNGP09.phx.gbl...
| Hi GWB,
|
| What the heck are "reps?"
|
| In any case, you can use the JavaScript window.open() method to open the
new
| window. It is documented here:
|
|
http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/open_0.asp?frame=true
|
| The hotspots are hyperlinks, and you can use JavaScript in hyperlinks to
run
| a JavaScript when the link is clicked. The basic syntax is:
|
| <a href="javascript:someFunction();">whatever</a>
|
| --
| HTH,
|
| Kevin Spencer
| Microsoft MVP
| .Net Developer
| You can lead a fish to a bicycle,
| but it takes a very long time,
| and the bicycle has to *want* to change.
|
| "GWB" <george.barrowcliff@flash.net> wrote in message
| news:u7qhEggAGHA.1032@TK2MSFTNGP11.phx.gbl...
| > FP2000
| > I have a map with regional hotspots and want to pop up a small window
| > (maybe
| > 300 x 200 with the reps in the regional area when the hotspot is
clicked.
| > It should pop up over the map with a close button returning the user to
| > the
| > map.
| >
| > I now have a full page but with the small number of reps right now it
| > looks
| > overdone, I would like something a little less flashy.
| >
| > TIA, GWB .
| >
| >
|
|