Sent by Gene LeFave on 22 February 2002 11:11
The short question is:
Is it possible using CSS to disable links on a page
until the page is fully loaded?
What I have is a rather long form with a lot of links
and check boxes on it. If a user clicks on a link
before the page is completely received information pre
filled by the server is lost. This is particularly a
problem with check boxes. There is no way a server
can tell if a box is unchecked or not there.
I'm already using javascript to actually disable the
function, but even so, once clicked the page never
completes. If there were a CSS way to disable all
links on a page I think that would be an ideal
solution.
Gene