Hi,

Thanks for the answers. A bit more on what I try to accomplish/tried.
( I really have no clue about HTML so you may laugh at my attempt)

I want real popups, you know the things that most people turn off ;-)

I tried to add (found somewhere on the Internet) the following to my
style.css (which is actually used as I can see by the beautiful
background color, #ff00ff, I have used ;-)):

<SCRIPT TYPE="text/javascript">
<!--
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=400,height=200,scrollbars=yes');
return false;
}
//-->
</SCRIPT>


And than I added on my wikipage:

{{{
#!html
<A HREF="http://www.gogis.nl"; onClick="return popup(this, 'notes')">my
popup</A>
}}}


after which I hoped that a popup would appear. It did not: it just
opened the window in the current browser, as an ordinary link.

Any ideas of what I did wrong and how I could solve it?

TIA

-- 
Groeten,

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
web: www.askesis.nl


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to