Hi all I have a question, I am working on a project which requires a log of access of a static page. I have two choices. The first being to submit the form before the page is loaded, using embedded javascripting in the "onClick" attribute of the "a href" tag. The other, which I am using now, uses cookie to register the document details, and sends it after the page is rendered. I feel that the latter option is somewhat crude. The user experiences a page refresh, which he/she had no idea what happened (esp. when he/she is not technically inclined). However my reason for selecting this is because I want to make sure that a page will load before I record the access. In cases where an individual's internet connection may cut off while the static page is being transmitted would make the first option improper(?). So I am open to any comments/suggestions? (I guess this is more a question of web-design rather than programming) Pat ___________________________________________________________________________ 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
