Click to See Complete Forum and Search --> : how to make a text link open to a new browser window upon clicking it??


elainebludfairy
04-26-2006, 12:33 PM
hello :) !!

i have a text link and i want it to behave like the 'Open Browser Window' option in the Behaviors panel in Dreamweaver.. which i can set up a fixed width of the browser and other options..

my only problem with this is that the action is triggered by the event OnMouseOver..

all is okey but that.. i want the event to be OnMouseClick but i do not know how..

please help me.. :(

TiGGi
04-26-2006, 01:07 PM
so just replace OnMouseOver with OnClick
also its good to add dead link to the text so you would get pointer when mouseover
<a href="javascript:;">Click here</a>

elainebludfairy
04-27-2006, 03:14 PM
:D

thank you!!

and an extra thanks for the extra suggestion :) !!