<xsl:attribute
name='onMouseOver'>document.getElementById('__Submit').focus();</xsl:attribu
te>
<xsl:attribute
name='onClick'>document.getElementById('__Submit').focus();return
false;</xsl:attribute>..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -----Original Message----- From: ismail cassiem [mailto:[EMAIL PROTECTED] Sent: Saturday, January 19, 2008 7:20 AM To: CF-Talk Subject: Loose Focus/no Focus onclick set focus to nothing/opening a page where there is none! Hi, I would like to do the following. I have an href where onclick the focus is on the href: I got it to change focus to another object but i don't really want that. It must be as if the user clicked nothing. The href is what i use for my tooltip so it's only surppose to work onmouseover! [U]This is the jscript: [/U] [B]onClick="document.getElementById('[B]__Submit'[/B]).focus();"[/B] The [B]__Submit'[/B] is another object - i' setting the focus to [B][U] XSLT code i'm using:[/U][/B] <a> <xsl:attribute name='href'>#</xsl:attribute> <xsl:attribute name='rel'>ttip_<xsl:value-of select='@name' /></xsl:attribute> <xsl:attribute name='onClick'>document.getElementById('__Submit').focus();</xsl:attribute> <img src="images/help.jpg" align="texttop" style='border : none;'></img> </a> Please Help! Regards ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296882 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

