Re: Hand without <A href>
- From: "Adrian" <Adrian@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 26 Oct 2005 14:45:24 +0000 (UTC)
Hey Thanks for the quick reply it works well.
Thanks
"Jeff North" <jnorthau@xxxxxxxxxxxx> wrote in message
news:u75vl1p7date3d4oure8i5hao9bdl8ck0v@xxxxxxxxxx
> On Wed, 26 Oct 2005 13:11:15 +0000 (UTC), in
> microsoft.public.scripting.jscript "Adrian"
> <Adrian@xxxxxxxxxxxxxxxxxxxx> wrote:
>
>>| Hi
>>| I have a page which has images, I use the onclick to call a JS
>>function
>>|
>>| <a title="testing" href="">
>>| <img border="0" src="Logos/test.jpg" width="100" height="58"
>>| onclick=JSF("Just testing")></a>
>>|
>>| I want to still get the hand to indicate a link but I don't want the
>>page to
>>| reload as it does with the above.
>>|
>>| Currently the JSF just alerts the message
>>|
>>| How can I do this?
>>|
>>| Thanks
>>|
>
> <style>
> img {
> border: 0px solid #000000;
> cursor: pointer;
> }
> </style>
>
> or
>
> <img border="0" src="Logos/test.jpg" width="100" height="58"
> style="cursor: pointer;" onclick=JSF("Just testing")>
> ---------------------------------------------------------------
> jnorthau@xxxxxxxxxxxxxxxxxxxxx : Remove your pants to reply
> ---------------------------------------------------------------
.
- References:
- Hand without <A href>
- From: Adrian
- Re: Hand without <A href>
- From: Jeff North
- Hand without <A href>
- Prev by Date: HTA and onbeforeunload
- Next by Date: Re: Send email from console JScript
- Previous by thread: Re: Hand without <A href>
- Next by thread: HTA and onbeforeunload
- Index(es):
Relevant Pages
|