[thelist] Pop-up tricks Q

Andrew Clover and at doxdesk.com
Mon Jan 28 11:59:00 CST 2002


"Paul Backhouse" <paul.backhouse at 2cs.com>

> Or onclick in an Href:
> <a href="javascript://" onclick="launch('TimeSheet.asp', '350', '150');
> return false">click here</a>

Or, if you don't want to break things unnecessarily for non-JavaScript
users, search engines, etc.:

  <a href="TimeSheet.asp" onclick="launch(this.href, '350', '150');
  return false;">

How long before scum advertisers replace their popups that are supposed to
look like Windows dialogue boxes with chromeless versions that look exactly
like Windows dialogue boxes, do you think?

--
Andrew Clover
mailto:and at doxdesk.com
http://and.doxdesk.com/



More information about the thelist mailing list