yaqwa Posted August 26, 2005 Report Posted August 26, 2005 Can i do this? If yes .............how? Quite simple - I just want to click on a link in IE and this link should not open in the same window - it should open in a new Window! so normally i use the right mouse button and klick on "open in a new Window" But i want to open all links in a new window - so how can i set up a new macro which only acts and works in ie when i click on a link without using a shortcut. Quote
randallc Posted August 26, 2005 Report Posted August 26, 2005 Hi, Interesting! How about <IFMOUSE:21><TEXTTYPE:<APP>n><ENDIF> If Mouse Cursor is Internet Navigate Text Type: <APP>n End If Set "Properties/Mouse Click/ Left; set all screen"Set "Scope/ - Microsoft Internet Explorer" if you want Best Randall [EDIT - see below; don't need a macro if you use "shift" key; or program it that way] Quote
yaqwa Posted August 26, 2005 Author Report Posted August 26, 2005 working wow this was easy thanks a lot Quote
kevin Posted August 26, 2005 Report Posted August 26, 2005 Another approach would be something like this: Control Key Down Mouse Left Button Click Control Key Up Quote
jowensii Posted August 26, 2005 Report Posted August 26, 2005 Kevin, are you sure its the CTRL key? Another approach would be something like this:CODE Control Key Down Mouse Left Button Click Control Key Up I always held the SHIFT key down while clicking on a link to force that link to open in a new browser window. I tried the CTRL key manually and it does not force a new window for any of my systems. Quote
kevin Posted August 29, 2005 Report Posted August 29, 2005 (edited) You're right. My bad. Shift + click on link brings up a new browser window. Sorry for the misinformation. Edit: Ctrl+click on a link in Firefox brings up the link in a new tab within Firefox. Edited August 30, 2005 by kevin Quote
yaqwa Posted August 31, 2005 Author Report Posted August 31, 2005 Thank you all Works wonderful ...............ahhhhhhhhhhhhhhmmmmmmm but i changed it a bit so i use the other mouse button with app arrow down arrow down so i can handle links and pictures the same way. Bit it works great thanks a lot Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.