Перейти к содержимому


Фотография
- - - - -

Filter Back To Search Results Button


В теме одно сообщение

#1 tobypsl

tobypsl

Отправлено 28 January 2016 - 00:42

Hi

 

I've used a code (and the 'Sourcerer' plugin) as the default value in a text field:

 

{source 0}
<?php
  $url = htmlspecialchars($_SERVER['HTTP_REFERER']);
  echo "<a href='$url'>Back To Search</a>"; 
?>
{/source}
 
to create a link back to search results when an item has been viewed.  Ideally I'd like this to be a button (preferably the UIKIT class) but if I include a class in the echo statement it breaks the code.
 
Is there another way of getting a back to search results button?
 
Thanks.

 

 


  • 0

#2 SmetDenis

SmetDenis

Отправлено 28 January 2016 - 08:21

Hi tobypsl,

 

 

I think the best way will be to use JavaScript and browser history.

Like this

<a href="javascript:history.back();">Go Back</a>

 

See also

http://stackoverflow...-html-back-link

http://stackoverflow...l-in-javascript

http://www.weethet.n...agebacklink.php


  • 0
JBZoo v4.0 и новый чудный мир Open Source GPL
Отключайте проверку лицензий как можно скорее!



— Есть два типа людей: Кто еще не делает бекапы и кто уже делает бекапы.





Click to return to top of page in style!