
03-15-2009
|
|
|
|
Re: After click on the javascript link, IE7 won't treated it as vi
I can't code the link like that since the link is dynamicaly generated and
there are lots of links. Links written this way, if one link is clicked all
of them will become visited. Thanks
"rob^_^" wrote:
> <a href="#" onclick="javascript penWin('testID'); return false;">Link
> Here</a>
>
>
> "Bigface" <Bigface@discussions.microsoft.com> wrote in message
> news:8C2060F2-F1CC-4BD3-8C8C-BB60A8920FBC@microsoft.com...
> > Hi
> > I have link
> > <a href="javascript penWin('testID')">Link Here</a>
> > After I clicked the link it opens a popup window. Then I closed window and
> > make the page focused, the link changed to visited color I specified in
> > css.
> > But if I refresh the page, the link turns into an unvisited again. It's
> > different from IE6. How can I retain the visited link color for javascript
> > link in IE7? Thanks
> >
> >
> >
>
|