<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
&nbsp; Well, yeah, changing the cursor is "<i>client-side</i>" stuff, and
the simplest you could get was to set it in css as people told before. <br>
<br>
&nbsp; What was said about "<i>server-side</i>" was to include the "<i>IP-based</i>"
redirection on the server, not the "cursor-style" handling.<br>
<br>
Case closed?<br>
<br>
John Warner escreveu:
<blockquote cite="mid00ab01c625b8$3c576b10$6601a8c0@earth" type="cite">
  <pre wrap="">I think I should have explained better, in the case of this application,
I know all users I care about will have Javascript and Cookies enabled.
In a manner of speaking I can force this issue. Thanks for the help.
What's being aimed for is if someone from Accounting clicks the link, we
want to send them to the link, but designed for the bean counters, same
with HR etc. I know who they are based on IP due to the way IPs are
doled out on the network, each department's DHCP server has a range of
addresses (10.x.x.x) it can dole out. The decision is pretty easy, No
concern about someone viewing source or trying to spoof us, if someone
in HR gets to the accounting page, no one cares, just they will want to
get to the right page eventually and the idea here is to make it easy
for them. It is a sort of departmental bulletin board but not part of
Exchange/Outlook meetings. Replace the old corkboard by the water
fountain on each floor so to speak.

John Warner


  </pre>
  <blockquote type="cite">
    <pre wrap="">-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:javascript-bounces@LaTech.edu">javascript-bounces@LaTech.edu</a> 
[<a class="moz-txt-link-freetext" href="mailto:javascript-bounces@LaTech.edu">mailto:javascript-bounces@LaTech.edu</a>] On Behalf Of Mike Dougherty
Sent: Monday, January 30, 2006 10:11 AM
To: [JavaScript List]
Subject: Re: [Javascript] Anotherbeginner's question


I suggest that you DO use &lt;a&gt; tags, with their href set to 
the default location.  Then you still 
have functional links without javascript (yeah, I know.. who 
uses a browser without javascript) 
 Another benefit is that you can style your links using CSS  
(a {style}  a:hover {cursor: 
pointer;})

Rather than using onmouseover/out, you could reassign the 
href(s) once the document is loaded - 
after all, the user is not likely to change their IP address 
while moving around your page.

If this change in approach is going to upset your "regular 
JavaScript guy" then you should 
probably stick with the approved plan.

On Mon, 30 Jan 2006 09:39:57 -0500
  "John Warner" <a class="moz-txt-link-rfc2396E" href="mailto:john@jwarner.com">&lt;john@jwarner.com&gt;</a> wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">An issue has come up today and the regular JavaScript guy 
      </pre>
    </blockquote>
    <pre wrap="">is out this 
    </pre>
    <blockquote type="cite">
      <pre wrap="">week. I hope this basic question does offend. I have a menu 
      </pre>
    </blockquote>
    <pre wrap="">that leads 
    </pre>
    <blockquote type="cite">
      <pre wrap="">to different pages, but don't want to use normal &lt;a&gt; tags for the 
links. The reason is we need to make a decision about where we send 
the client based on his choice and what we know about him 
      </pre>
    </blockquote>
    <pre wrap="">(his IP is 
    </pre>
    <blockquote type="cite">
      <pre wrap="">part of the decision). My question is, how on a onMouseOver 
      </pre>
    </blockquote>
    <pre wrap="">event do I 
    </pre>
    <blockquote type="cite">
      <pre wrap="">(IE 6 is the target - intranet)  change the mouse cursor to 
      </pre>
    </blockquote>
    <pre wrap="">the little 
    </pre>
    <blockquote type="cite">
      <pre wrap="">hand figure like occurs when you point at a normal &lt;a&gt; in IE and of 
course back onMouseOut?

Thanks and again sorry for such a basic question, brace yourselves 
this week I may be back with even stupider ones.

John Warner


_______________________________________________
Javascript mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Javascript@LaTech.edu">Javascript@LaTech.edu</a> 
<a class="moz-txt-link-freetext" href="https://lists.LaTech.edu/mailman/listinfo/javascript">https://lists.LaTech.edu/mailman/listinfo/javascript</a>



__________________________________________________________
This message was scanned by ATX
9:55:55 AM ET - 1/30/2006
      </pre>
    </blockquote>
    <pre wrap="">_______________________________________________
Javascript mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Javascript@LaTech.edu">Javascript@LaTech.edu</a> 
<a class="moz-txt-link-freetext" href="https://lists.LaTech.edu/mailman/listinfo/javascript">https://lists.LaTech.edu/mailman/listinfo/javascript</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->

_______________________________________________
Javascript mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Javascript@LaTech.edu">Javascript@LaTech.edu</a>
<a class="moz-txt-link-freetext" href="https://lists.LaTech.edu/mailman/listinfo/javascript">https://lists.LaTech.edu/mailman/listinfo/javascript</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Flavio Gomes
<a class="moz-txt-link-abbreviated" href="mailto:flavio@economisa.com.br">flavio@economisa.com.br</a></pre>
</body>
</html>