<%@LANGUAGE="VBSCRIPT"%> <% Dim Image__MMColParam Image__MMColParam = "1" if (Request.QueryString("Id_immagine") <> "") then Image__MMColParam = Request.QueryString("Id_immagine") %> <% set Image = Server.CreateObject("ADODB.Recordset") Image.ActiveConnection = MM_AMFioreDB_STRING Image.Source = "SELECT * FROM Path_Immagini WHERE id_immagine = '" + Replace(Image__MMColParam, "'", "''") + "'" Image.CursorType = 0 Image.CursorLocation = 2 Image.LockType = 3 Image.Open() Image_numRows = 0 %> <% Dim Hotspots__MMColParam Hotspots__MMColParam = "1" if (Request.QueryString("id_immagine") <> "") then Hotspots__MMColParam = Request.QueryString("id_immagine") %> <% set Hotspots = Server.CreateObject("ADODB.Recordset") Hotspots.ActiveConnection = MM_AMFioreDB_STRING Hotspots.Source = "SELECT * FROM Path_hotspot WHERE id_immagine = '" + Replace(Hotspots__MMColParam, "'", "''") + "' ORDER BY id_hotspot DESC" Hotspots.CursorType = 0 Hotspots.CursorLocation = 2 Hotspots.LockType = 3 Hotspots.Open() Hotspots_numRows = 0 %> Top_page




tourvirtuale.it oltre 500 immagini di realtà virtuale pronte per l'uso.

Clicca qui per inserire un'immagine nel tuo sito.

Per navigare l'immagine cliccare al centro e, mantenendo cliccato, muovere il mouse verso
la direzione desiderata. Se i collegamenti interni alla fotografia sono attivi,
si potrà passare da un'immagine all'altra cliccando sul puntino lampeggiante
tourvirtuale.it over 500 virtual reality images ready to use.

Click here to add an image to your site.

To navigate the image click and drag the mouse pointer toward the target direction.
In case internal images link are activated, it will be possible to pass from
one image to the next one by clicking the flashing hot spot .

<% Image.Close() %> <% Hotspots.Close() %>