Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Behavior: Pop-up Message

Status
Not open for further replies.

MadMango

Technical User
Dec 5, 2001
81
US
I am using this behavior in conjunction with hot spots on a map. When someone clicks on the hot spot, a message will pop-up to display the latest information about that area of the map.

Is there anyway to control the size of this pop-up window?
Is there anyway to get rid of the Microsoft-like image of the "caution" symbol?

Using DW4, and I'm no programmer.
 
select the hotspot.. Behaviors---> Open Browser Window
"Is there anyway to get rid of the Microsoft-like image of the "caution" symbol?"
what image are talking about....?
 
Thanks for the response.

Maybe I wasn't clear in my previous post. I do not want a new browser window to open, I would rather use the pop-up dialogue box provided by the DW Behavior:
Behaviors-->Pop-up Message

On this dialogue box, there is a yellow "sign" with an "exclimation point" symbol (!) inside it. I would like to be able to edit or remove this symbol if possible.
 
hm perhaps this is a bit better:
<a href=&quot;#&quot; onClick=&quot;return confirm('I am a POP BABY')&quot;>test</a>

but still there is an image...I am not sure if u can edit this with the onClick behavior
Anyhow, I hope this gives u a clue to do some more reaserach!
All the best!
 
or you can use show/hide layers

make a layer with what you want it to say and set the layer to hide

then on that hotspot add the show/hide layer to show the layer

make sure when you make the layer you add a close tag to it so you can add the hide layer behavior for it

[Hammer]
Nike Failed Slogans -- &quot;Just Don't Do It!&quot;
 
Thanks for the suggestion. I don't do layers, I guess I need to start reading up about them. [3eyes]
 
Since you guys are talking precisely about what I'm trying to figure out myself...can someone please have a look at the included page:


and tell me how did I make the first 3 links the way they are, because I just can't recall!!!
You'll notice # 04 is done differentley. For that one I used &quot;lebisol's suggestion&quot; (behaviour: Open Browser Window, thanks a bunch leisbol), it only allows me to use &quot;OnMouseOver&quot; through the DW graphical interface, and since I would prefer to use &quot;onClick&quot; I went into the code and changed &quot;OnMouseOver&quot; for &quot;onClick&quot; hoping that it would work, and it did, but for some strange reason it doesn't quite work on IE on my desktop computer, it works on my laptop though.

Can someone please tell me how to do all the links like the first 3?

Thanks in advance,

JavierDL

 
In your Behaviors, make sure your Show Events For... is set to 4.0 and later browsers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top