Skip to content
DataMiner Dojo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • YouTube Videos
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Agility
      • Book your Agile Fundamentals training
      • Book you Kanban workshop
      • Learn more about Agile
        • Agile Webspace
        • Everything Agile
          • The Agile Manifesto
          • Best Practices
          • Retro Recipes
        • Methodologies
          • The Scrum Framework
          • Kanban
          • Extreme Programming
        • Roles
          • The Product Owner
          • The Agile Coach
          • The Quality & UX Coach (QX)
    • >> Go to DataMiner Docs
  • DevOps
    • About the DevOps Program
    • Sign up for the DevOps Pogram
    • DataMiner DevOps Support
    • Feature Suggestions
  • Downloads
  • Swag Shop
  • PARTNERS
    • Business Partners
    • Technology Partners
  • Contact
    • Sales, Training & Certification
    • DataMiner Support
    • Global Feedback Survey
  • >> Go to dataminer.services

Visio: Open two URLs in a single click

Solved120 views2 days ago
1
Yahya Mesmoudi [DevOps Advocate]315 5 days ago 0 Comments

Hi Dojo,

I would like to know if it’s possible to have a solution where a single clickable shape can open two (or more) different links at once. I’ve tried using a URL data shape, but it seems that only supports one link. Would this be achievable with an Execute action, or is there another way to redirect and open multiple URLs from one click?

Thanks in advance!

Yahya Mesmoudi [DevOps Advocate] Selected answer as best 2 days ago

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
2
Steve Purcell [SLC] [DevOps Advocate]1.94K Posted 3 days ago 0 Comments

Hi YahYa,

I do not believe we can directly support what you are looking for.  This Dojo Questions explains more:  LCA : Web component - Custom HTML and JavaScript - DataMiner Dojo

If you are able to follow this Custom HTML approach and create a custom web page, the following JacaScript HTML should work for you:

<!DOCTYPE html> <html> <head> <title>Open Multiple Links</title> <script> function openMultipleLinks() { window.open('https://www.google.com', '_blank'); window.open('https://www.youtube.com', '_blank'); window.open('https://www.wikipedia.org', '_blank'); } </script> </head> <body> <button onclick="openMultipleLinks()">Open Multiple Websites</button> </body> </html>

Steve Purcell [SLC] [DevOps Advocate] Answered question 3 days ago
You are viewing 1 out of 2 answers, click here to view all answers.
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin