Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Sep 2006
    Posts
    2,114
    Tokens
    0

    Latest Awards:

    Default

    doesnt show the images..
    Looking for a good desiner to design a social networking template.

    PM me.

  2. #12
    Join Date
    May 2007
    Location
    Brisbane, Australia
    Posts
    796
    Tokens
    0

    Default !

    Its not exactly what you wanted but:

    <form name="dynamicselector">
    <table border="0" width="100%" cellspacing="0" cellpadding="0" height="178">
    <tr>
    <td width="35%" valign="top" align="left">
    <select name="dynamicselector2" size="1" onChange="generateimage(this.options[this.selectedIndex].value)">

    <option value="img.jpg">lol</option>
    <option value="img.jpg">lol</option>
    <option value="img.jpg">lol</option>
    <option value="img.jpg">lol</option>
    </select>
    </td>
    <td width="65%" valign="top" align="left"><ilayer id="dynamic1" width=100% height=178><layer id="dynamic2" width=100% height=178><div id="dynamic3"></div></layer></ilayer></td>
    </tr>
    </table>
    </form>

    <script>

    //Dynamic Image selector Script- © Dynamic Drive (www.dynamicdrive.com)
    //For full source code, installation instructions,
    //100's more DHTML scripts, visit dynamicdrive.com

    //enter image descriptions ("" for blank)
    var description=new Array()
    description[0]="13321213"
    description[1]="2342de"
    description[2]="134523"
    description[3]="34557684234"

    var ie4=document.all
    var ns6=document.getElementById
    var tempobj=document.dynamicselector.dynamicselector2
    if (ie4||ns6)
    var contentobj=document.getElementById? document.getElementById("dynamic3"): document.all.dynamic3
    function generateimage(which){
    if (ie4||ns6){
    contentobj.innerHTML='<center>Loading image...</center>'
    contentobj.innerHTML='<center><img src="'+which+'"><br><br>'+description[tempobj.options.selectedIndex]+'</center>'
    }
    else if (document.layers){
    document.dynamic1.document.dynamic2.document.write ('<center><img src="'+which+'"><br><br>'+description[tempobj.options.selectedIndex]+'</center>')
    document.dynamic1.document.dynamic2.document.close ()
    }
    else
    alert('You need NS 4+ or IE 4+ to view the images!')
    }

    function generatedefault(){
    generateimage(tempobj.options[tempobj.options.selectedIndex].value)
    }

    if (ie4||ns6||document.layers){
    if (tempobj.options.selectedIndex!=-1){
    if (ns6)
    generatedefault()
    else
    window.onload=generatedefault
    }
    }

    </script>
    </form>
    Thanks,
    Chris
    Free Image Uploading

    __________________


    [/url]

    [/FONT]

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •