hi,
if you only want to link to some other site automatically then you can
achieve this using Meta tag
<META HTTP-EQUIV=REFRESH CONTENT="2;URL=HTTP://YOURURL.COM">
here 2 is the number of seconds.you can make it to any number of seconds.
----- Original Message -----
From: Sri V. Rachakonda <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 02, 2000 1:37 AM
Subject: Alternative to anchor tag
> hi,
>
> Look at the code below: <Sample.htm>
> <html>
> <body>
> <a href="http://www.cnn.com"> CNN </a>
> </body>
> </html>
>
> Is there any simple way (not servlet,JSP or window object in javascript)
to display directly CNN.com without clicking on link.
>
> Thanks,
> Sri
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html