clintonG
Tue Oct 18 14:27:09 CDT 2005
Change your design unless you are working on an Intranet. The marketing and
advertising @ssholes abused the use of popUP windows and almost everybody
has some kind of add-in installed that will block the popUP from popping up.
Its possible to hold the CTRL key to over-ride the blocking program but its
still clumsy and we have to let people using our website know they need to
over-ride. Unless its absolutely neccessary its become a better strategy to
change the way the pages display information.
Furthermore, the code you pasted into your message includes 'MM_' characters
indicatin this code was 'borrowed' from somewhere. That type of prefix is
generated by another push button monkey code generator called Dreamweaver.
Sometimes the monkey is a good boy but usually he is a big problem, he will
eat all your food and then sh!t all over the living room if you catch my
drift.
That's why nobody wants to use popUPs anymore. After all, you may be the
monkey.
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL
http://metromilwaukee.com/
URL
http://clintongallagher.metromilwaukee.com/
"code_hungry" <codehungry@discussions.microsoft.com> wrote in message
news:6FA4B159-8FB2-422E-98B9-BCD029CF21B2@microsoft.com...
> To the kind person who may be able to help me:
>
> I would like to know how to set up a hyperlink on text and have a window
> popup. The text is within a frame (I think) and I would like the new
> window
> to open above the main page (above everything on the screen).
>
> The code I have is <a target="_parent" onclick="window.open("
> www.blablabla.htm", "height=420,width=330,status" ); return false;"
> href="blablabla.htm">
> sample</a> click here and ask for our special of
> the month.</font></td>
>
> I have another page on my site that does exactly what I want, but I have a
> picture as a hyperlink and the code goes like this
>
> <td><div align="center"><a href="#one"
> onClick="MM_openBrWindow('modeling/eight.htm','','width=233,height=350')"><img
> src="modeling/thumbs/TJ8.jpg" width="80" height="120"
> border="0"></a></div></td>
> <td><div align="center"> </div></td>
>
> I want the first code to behave like the second. How should I type it?
>
>
> Thanks in advance.
>
> --
>