M
M
modnews2012-07-21 14:36:53
.NET
modnews, 2012-07-21 14:36:53

Opening thumbnail images

There is a page xn--80aaabc3btkvrz9kra.xn--p1ai/Classifiers on it has a thumbnail, what should I write in the code so that when I click on the thumbnail, a large photo opens? Only the code is of interest, installing additional plugins is not possible and is not needed.

Now the page code looks like this:
@using Taxsu.Web.Application.Account @{ ViewBag.Title = "СПБ"; } <h2 class="page-title fsize">@ViewBag.Title</h2> <p class="graybox">В данном разделе Вам доступна справочно-правовая база Консультант плюс (более 14 млн. документов). Для того чтобы воспользоваться сервисом Вы должны быть <a href="@(Url.Action<AccountController>(x => x.AddUser()))">зарегистрированы</a>.</p> <p class="graybox">В данный момент Вам не доступно использование раздела, но Вы можете посмотреть скриншоты данного раздела.</p> <img src="/Content/images/temp/1.png" unselectable="on" style="cursor: nw-resize; float: left; margin: 0px 10px 10px 0px; " alt="главная страница раздела" title="Открыть полную версию изображения" width="120px" height="170px" hspace="10" vspace="5" border="0" align="left"> <p>Главная страница раздела. Выложены свежие нормативные документы за текущий день.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
astrobeglec, 2012-07-21
@modnews

Hyperlink to image
[thumbnail tag]
Java, in MouseClik
document.open("[image address]")

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question