Adding websites via Dopus to right click menu?

Listers are listed on the right click context menu. I would like to know if there's a way to set up websites on this menu option. Is there a way to do this? Thanks.

Do you mean launching websites using the right click Lister Context Menu?
For example, you could add this buttoncode to the context menu:

C:\Program Files\Internet Explorer\IEXPLORE.EXE www.google.com

Or use this button code. It lets you enter an url:

C:\Program Files\Internet Explorer\IEXPLORE.EXE {Rs|Website:|www.} 


How did you add that code to the context menu?!

Settings -> Customize -> Context Menus Tab -> Lister Context -> Show
Right click the Lister Context Menu -> Insert New -> New Button
Right Click New Button -> Edit...

Just to show some more possibilities: You could create a button which lets you also choose the browser:

{dlgchoose|Select browser:|Explorer="C:\Program Files\Internet Explorer\IEXPLORE.EXE"+Firefox="C:\Program Files\Mozilla Firefox\Firefox.exe"} {Rs|Enter URL:|www.} 

Wow...the power of DOpus. If I get the Vista upgrade...I'm definitely getting a new license to DOpus to avoid the Vista file copy and move slowness issues. Then again, I bet not a lot of people are aware of the workarounds like this with regards to that issue alone.

You can also use this button code (shorter): Go http://www.google.com