This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > FrontPage Programming > December 2005 > PopUp
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| 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 .
| |
| Kevin Spencer 2005-12-16, 7:44 pm |
| 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/....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="java script: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 .
>
>
| |
| Rob Giordano \(Crash\) 2005-12-16, 7:44 pm |
| 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/....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="java script: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 .
| >
| >
|
|
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|