RE: Link Generator Tool / Problem solved

2007-08-24 Thread Robert Harrison
Problem solved. The trick was to get rid of the href altogether. This string works in all browsers and passes around fine in CF and DBs or static HTML. a onclick=openPopUp('http://myurl.com/glossary.cfm?glossary=1term=2','glossa ry','410','300','110','35') style=cursor: pointer;This Term /a Of

Re: Link Generator Tool / Problem solved

2007-08-24 Thread Bob Heinz
I'm a little late here, but you could also do a href=javascript:; onClick=action()link/a Problem solved. The trick was to get rid of the href altogether. This string works in all browsers and passes around fine in CF and DBs or static HTML. a