vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   add a line of images (https://vborg.vbsupport.ru/showthread.php?t=114328)

wezoo 04-28-2006 06:14 PM

add a line of images
 
hi folks

please forgive my very novice question, im sure its easy for you guys, but hey, im an artist..

anyhoo, I'm trying to get a line of random images from a directory full of em to accross my page 4 or 5 say....

with my very lmited knowlede i got this far
HERE

as you can see theres one there and it changes on the refresh :banana:
which for me is a massive achievement, however its still not what i need

so any help would be fantastic

heres the code i got so far

<html>
<head>
<title></title>
</head>
<body>
<script language="javascript">
<!--
var b1dis = "<a href=\"";
var bdis = "\"><img src=\"";
var edis = " width=\"180\" height=\"180\" alt=\"some text\" border=\"1\"</a>";
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*5);
img = rnumb;

if (img == "0") {
document.write(b1dis+ "showthread.php?t=31" +bdis+ "/gallery/page1.gif\"" +edis);

}

if (img == "1") {
document.write(b1dis+ "page2.html" +bdis+ "/gallery/page2.gif\"" +edis);
}

if (img == "2") {
document.write(b1dis+ "page3.html" +bdis+ "/gallery/page3.gif\"" +edis);
}

if (img == "3") {
document.write(b1dis+ "page4.html" +bdis+ "/gallery/page4.gif\"" +edis);
}

if (img == "4") {
document.write(b1dis+ "page5.html" +bdis+ "/gallery/page5.gif\"" +edis);
}



// -->
</script>
</body>
</html>

please help
ohhh it must be html too :)
wez


ohh and thanks in advance

tipoboy 04-28-2006 06:18 PM

wrong section i believe!!

wezoo 04-28-2006 06:21 PM

my appology's
could it be moved to somwhere more applicable

wez
:confused:


All times are GMT. The time now is 04:23 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01434 seconds
  • Memory Usage 1,710KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete