Opening a URL in Explorer

I have a field populated with a url.I’d like to create a buttlon or hotspot with underlying code that will open that url in explorer.

Any ideas…anybody?

Thanks for your time in advance.

Subject: Opening a URL in Explorer

  1. Create a link hotspot of URL type, put the field name as formula, or2. Use @URLOpen(fieldname), or

  2. Use JavaScript window.open

Subject: RE: Opening a URL in Explorer

Worked like a charmI made an action button using the @URLOpen(fieldname) as the on-click formula.

Thanks