is it possible to change cursor using...

windows

Guest
i want to change the cursor when i am rollingOver a link, but i dont want to use css, instead i want to use javascript! does anybody know a solution?<br />
<br />
many thanks,<br />
daniel<!--content-->Why? Why would you want to use javascript? There's no reason for it! All it is is a simple:<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.asite.com/" style="cursor: crosshair;">A Link</a><br />
<br />
So simple. List of Cursors (<!-- m --><a class="postlink" href="http://www.w3schools.com/css/pr_class_cursor.asp">http://www.w3schools.com/css/pr_class_cursor.asp</a><!-- m -->) <br />
<br />
That's all you need. That's the best way of doing it. Besides, if you want javascript, well, I don't know, how about posting in the Javascript forum?<!--content-->look at the following link, and the code! then you will understand why i want to use javascript! :o <br />
<br />
<!-- w --><a class="postlink" href="http://www.eventspicker.de">www.eventspicker.de</a><!-- w --><br />
<br />
login: daniel<br />
password: sdomingo<!--content-->No, I don't understand why. That has just confused me :confused: Heh, I don't speak german x.x But there is a lot of unneccesary code there. And whats with the whole visibility hidden deal? Whatever happened to pages? It's almost as bad as frames!<!--content-->offer me another way of doing the whole thing!!<br />
<br />
Since I used to use frames, but someone else told me to use CSS and that doesnt seem to be right either... :o <br />
<br />
all i want is to be able to have buttons, like they are displayed, and be able to open the content without opening a completely new window!? :o <br />
<br />
could you please give me some advise!!<br />
<br />
thanks,<br />
daniel<!--content-->Now I'm confused.<br />
<br />
An <A> that is not given a target will open in the same window... The use of JS is a common way to get anchors to open in a new window. And wanting cursors to change on hover, easiest and best done with CSS; but you want to use JS; why?? The link you provided did nothing but confuse.<br />
<br />
It almost sounds like you want a "Web Appication"... You'd need to code in a server side language for that. BTW, JS is client side.<!--content-->
 
Back
Top