You are here: irt.org | BBS | Re: MSIE cursor problem [This BBS is closed]
Posted by Urvish on June 26, 1998 at 19:41:45:
In Reply to: MSIE cursor problem posted by Urvish on June 26, 1998 at 19:19:02:
: <HTML>
: <HEAD>
: </HEAD>
: <BODY>
: <A HREF="javascript:history.go (0)" OnClick="return true;">back</A>
: </BODY>
: </HTML>
Sorry
Above question is posted by me.
Pl check with following code
:
: I view above html code in MSIE.
: Now problem is that when I click on back , the mouse cursor is changed , and it remains in that position , means it does not come back into arrow shap.
: I don't why this thing is happened.
: If someone has an idea for removing this problem pl.guide me
: You can try with above HTML code.
<HTML>
<HEAD>
</HEAD>
<BODY>
<SCRIPT LANGUAGE=JAVASCRIPT>
</SCRIPT>
<A HREF="javascript:history.go (0)" OnClick="return true;">back</A>
</BODY>
</HTML>
Follow-ups:
You are here: irt.org | BBS | Re: MSIE cursor problem [This BBS is closed]