Is there a way to force a link to open in the current tab? I tried to google it but I could not find anything about this.
A little bit of background. This is in a closed system no outside users will ever have to user this so no worries there. It will always be using IE (currently IE8).I need to either open it in the current tab or make the link close the previous tab. the link is static with the exception of one GET variable and it is opened from a program using PICKBASIC.
If anyone could point me in the right direction it would be very helpful.
Force link open in current tab
Page 1 of 15 Replies - 541 Views - Last Post: 20 January 2012 - 11:25 AM
Topic Sponsor:
Replies To: Force link open in current tab
#3
Re: Force link open in current tab
Posted 20 January 2012 - 09:57 AM
modi123_1, on 20 January 2012 - 07:39 AM, said:
Setting the target of the link works well.
_self pushes to the frame you are currently in!
<a href="http://www.google.com" target="_self">here</a>
_self pushes to the frame you are currently in!
Right but The problem is that it is launching from an outside program not just a link on a site. I think I may have found the solution though. Since is is a closed system I'm just going to set all the computers internet options to not use multiple tabs. I just found out you can do that by going to tools->internet options->Tabs->Open links from other programs in:current tab
#4
Re: Force link open in current tab
Posted 20 January 2012 - 10:04 AM
Quote
The problem is that it is launching from an outside program not just a link on a site. I
You never mentioned some "outside program".... just "force a link to open in the current tab".
What outside program is this?
#5
Re: Force link open in current tab
Posted 20 January 2012 - 10:15 AM
vmicchia, on 20 January 2012 - 06:48 AM, said:
Is there a way to force a link to open in the current tab? I tried to google it but I could not find anything about this.
A little bit of background. This is in a closed system no outside users will ever have to user this so no worries there. It will always be using IE (currently IE8).I need to either open it in the current tab or make the link close the previous tab. the link is static with the exception of one GET variable and it is opened from a program using PICKBASIC.If anyone could point me in the right direction it would be very helpful.
A little bit of background. This is in a closed system no outside users will ever have to user this so no worries there. It will always be using IE (currently IE8).I need to either open it in the current tab or make the link close the previous tab. the link is static with the exception of one GET variable and it is opened from a program using PICKBASIC.If anyone could point me in the right direction it would be very helpful.
The program is an ERP programmed in PICK BASIC with an UniVersal database.
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote






|