Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Column Link to external website
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Column Link to external website
#8502
Column Link to external website 13 Years, 5 Months ago Karma: 0
Hi

I'm trying to set up a table with the first column listing a country name and then the second column providing a link to the website of the Central Bank of that country.

I have created a csv file, column one with the country name and column two with the following:

<a href="www.centralbank.gov>Central Bank</a>

I've also set recognize link to yes and choose target to blank.

What I get in the Central Bank column on the page on my site is -

www.centralbank.gov>Central Bank

with everthing up to end-Central indicated as a link.

What I want in the column is Central Bank as the link to be clicked to then be taken to a separate browser window showing the home page of the relevant Country's central bank.

Your assistance in resolving this issue would be greatly appreciated.

Regards
Andrew
The administrator has disabled public write access.
 
#8507
Re:Column Link to external website 13 Years, 5 Months ago Karma: 748
Hello,

Use the following value in CSV file:

Code:


<a href="www.centralbank.gov">Central Bank</a>



instead of

Code:


<a href="www.centralbank.gov>Central Bank</a>



PS: In this case it doesn't require to enable 'Recognize link' option because you use HTML anchor, 'Recognize link' option makes sense when data value contain link like:

www.centralbank.gov

not HTML anchor tag.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8529
Re:Column Link to external website 13 Years, 5 Months ago Karma: 0
Thanks

The value in my csv field was correct, ie. included the closing ", but setting recognize link to yes was creating the problem. It now works having set recognize link to no.

Two further questions -

1. Is it possible to open the link in this second column in a "new window with browser" rather than in the parent window, and if so how?

2. I don't seem to be able to "unset" the sorting facility in the weblink column (2nd column) which is rather meaningless, even when I delete it from the columns settings parameter (Column Index, Sorting Type, Sorting Order). How can I resolve this?

Regards
Andrew

PS - This is a great product, keep up the good work!
Last Edit: 2010/11/09 15:27 By arlmasters.
The administrator has disabled public write access.
 
#8530
Re:Column Link to external website 13 Years, 5 Months ago Karma: 748
You are welcome. Regarding your questions:

1. You can add target="_blank" attribute to anchor tag in CSV file. It will look like:

Code:


<a href="www.centralbank.gov" target="_blank">Central Bank</a>



2. Could you specify what table widget you use ("ARI Table Sorter", "ARI Data Table", "ARI Tiny Table")?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8531
Re:Column Link to external website 13 Years, 5 Months ago Karma: 0
Hi

Widget = ARI Data Table

Thanks for the prompt response, much appreciated.

Regards
Andrew
The administrator has disabled public write access.
 
#8532
Re:Column Link to external website 13 Years, 5 Months ago Karma: 748
Configure parameters like on screenshot below that disable sorting for the second column:



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 123