kgirl
11-01-2005, 09:29 PM
Textual tooltip Script
http://www.dynamicdrive.com/dynamicindex5/linkinfo.htm
Hi I'm a new in all stuff of javascript so be patient with me......................My problem is tha I put dinamically text inside de var content=''"...............And I want to call some event handler inside(ONCLIK EVENT).....like if I want to put links inside the content when a click the link a window opens..........but I can't..........Some ideas to do this ???............
example
<script>
/*<cfoutput query="ShowPrices">*/
content[#ShowPrices.currentrow#]='* <a href="#" onClick="MM_openBrWindow('window.cfm?file=#SESSION.Cat#','1','width=760,height=520')"> Details</a>'
/*</cfoutput>*/
</script>
HELP ME PLEASE! :eek:
http://www.dynamicdrive.com/dynamicindex5/linkinfo.htm
Hi I'm a new in all stuff of javascript so be patient with me......................My problem is tha I put dinamically text inside de var content=''"...............And I want to call some event handler inside(ONCLIK EVENT).....like if I want to put links inside the content when a click the link a window opens..........but I can't..........Some ideas to do this ???............
example
<script>
/*<cfoutput query="ShowPrices">*/
content[#ShowPrices.currentrow#]='* <a href="#" onClick="MM_openBrWindow('window.cfm?file=#SESSION.Cat#','1','width=760,height=520')"> Details</a>'
/*</cfoutput>*/
</script>
HELP ME PLEASE! :eek: