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?

NAVIGATION IN THE BOOK
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: NAVIGATION IN THE BOOK
#54791
Re:NAVIGATION IN THE BOOK 8 Years, 9 Months ago Karma: 746
This problem with value of <base> tag. You can use the following code:

<a href="#Sommariopage/2" onclick="location.hash='#Sommariopage/2';return false;">Go to page #2</a>

instead of:

<a href="#Sommariopage/2">Go to page #2</a>

to avoid redirection into a popup.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#54842
Re:NAVIGATION IN THE BOOK 8 Years, 9 Months ago Karma: 0
Sorry, I see the replay only today.
Unfortunately also this script don't work.
I try another version <a href="#Sommariopage/2" onclick="location.hash=('#Sommariopage/2'); return (false)" rel="alternate"> but also this don't work.
Is possible that must insert the function?
Please help me, is very important. The link is the same. Thank's
The administrator has disabled public write access.
 
#54848
Re:NAVIGATION IN THE BOOK 8 Years, 9 Months ago Karma: 746
Your links look like:

Code:


<a href="#Sommariopage/2&quot; onclick=&quot;location.hash='#Sommariopage/2';return false;" rel="alternate">



instead of:

Code:


<a href="#Sommariopage/2" onclick="location.hash='#Sommariopage/2';return false;" rel="alternate">



You can see it if open HTML source of the page. If you use a WYSIWYG editor try to switch it to plain text mode or temporary disable it and fix the code.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#54850
Re:NAVIGATION IN THE BOOK 8 Years, 9 Months ago Karma: 0
ok. Now work. Tank's
The administrator has disabled public write access.
 
Go to topPage: 12