Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - How is this done?

Reply
 
Old 03-05-2008   #1 (permalink)
jim


 
 

How is this done?

There are a few apps out that allow a user to mouseover a webpage and the
app highlights the portion (be it a DIV, cell, table, whatever) of the
webpage that the mouse is over by placing a colored box around it and allows
the user to select this portion.

One such app is an addon for Firefox called clipmarks. You can see a demo
at http://clipmarks.com/how-to-clip/.

How would I do the same thing in .Net, using the webcontrol? Do I need a
special webcontrol?

jim



My System SpecsSystem Spec
Old 03-09-2008   #2 (permalink)
Duy Lam


 
 

Re: How is this done?

jim wrote:
Quote:

> There are a few apps out that allow a user to mouseover a webpage and the
> app highlights the portion (be it a DIV, cell, table, whatever) of the
> webpage that the mouse is over by placing a colored box around it and allows
> the user to select this portion.
>
> One such app is an addon for Firefox called clipmarks. You can see a demo
> at http://clipmarks.com/how-to-clip/.
>
> How would I do the same thing in .Net, using the webcontrol? Do I need a
> special webcontrol?
>
> jim
>
>
That feature (highlight a part of webpage) is implemented by JavaScript
and CSS. It don't get into .NET, Java or PHP, they are server technology.
So if you want to do it, you could use a JavaScript library to make it
easier. Try for jQuery (http://jquery.com/)


--
Thanks,
Duy Lam Phuong
My System SpecsSystem Spec
Reply

Thread Tools



Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46