|
Posted by CptDondo on 08/22/05 03:50
Jukka K. Korpela wrote:
> I haven't checked what the code currently does, but there are surely better
> ways to create popup windows than <a href="JavaScript:void(0)"
> onClick="JavaScript:window.open('..., which completely fail when JavaScript
> is off. Better use e.g.
>
> <a href="somedoc.html" target="somename" onclick=
> "return !window.open('somedoc.html','somename',...)">...</a>
>
> Some modifications of this idea are described at
> http://www.cs.tut.fi/~jkorpela/forms/javascript.html#window
>
Cool ideas.... Next time I get to hacking on my PHP script that
generates the image insert code, I'll change it around....
Right now I'm sort of burned out on coding; I've got a large,
PLC-controlled piece of equipment at work that will not cooperate with
its programming.....
I'll return to the website when coding becomes fun again... For now it's
time to hike and drink good beer on my time off... :-)
Navigation:
[Reply to this message]
|