File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes How to get a cursor blinking in JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "How to get a cursor blinking in JSP" Watch "How to get a cursor blinking in JSP" New topic
Author

How to get a cursor blinking in JSP

Bhatnagar Sanjay
Greenhorn

Joined: Aug 07, 2001
Posts: 1
Is it possible to get a blinking icon in JSP which refreshes every few minutes and changes position, as in the movement of train on a rail track?
Vlad Patryshev
Ranch Hand

Joined: Jun 30, 2001
Posts: 61
If you want an icon to blink, you can create the appropriate animated gif. If you want to refresh your icon from your JSP, you will have to do something like
<HTML>
<HEAD>
<META HTTP-EQUIV=REFRESH CONTENT="3600">
in the head of your page, JSP or not; the difference is that the JSP will probably place different image links every time it is called.

Thanks,<br />Vlad
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to get a cursor blinking in JSP
 
Similar Threads
The story of the Enter and the Tab keys
Loop
Flashing a row in Jtable
running native applications through web server
Preload JSP with image content-type