Results 1 to 2 of 2

Thread: New to java script need help.

  1. #1
    Join Date
    Jan 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default New to java script need help.

    I found some code to allow me to open an html document inside a div tag, and it works great. http://www.dynamicdrive.com/dynamici...jaxcontent.htm

    I also have the java script for a scrolling image menu.

    <applet code=ryPicStrip mayscript width=450 height=120 archive="PicStrip.jar">
    <param name=Copyright value="PicStrip (c) 2001 Cool Focus [www.coolfocus.com]">
    <param name=CabBase value="PicStrip.cab">

    <param name=BgColor value="000000">
    <param name=BorderColor value="999999">
    <param name=BorderWidth value="2">
    <param name=3DBorder value="no">
    <param name=TooltipBorderColor value="606060">
    <param name=TooltipFillColor value="CCCCCC">
    <param name=TooltipTextColor value="000000">
    <param name=TooltipFont value="Helvetica,bold,10">
    <param name=TooltipsFloat value="yes">

    <param name=Spacing value="10">
    <param name=ScrollDelay value="20">
    <param name=Accelerate value="yes">
    <param name=StartScrollFrom value="right">
    <param name=ScrollFromMouse value="yes">
    <param name=ChangeDirection value="yes">
    <param name=HotspotWidth value="40">
    <param name=ClickDown value="yes">
    <param name=GrayscaleImages value="no">
    <param name=DefaultTarget value="_self">
    <param name=UseHandCursor value="yes">
    <param name=Name value="PicStrip">
    <param name=Satellites value="no">

    <param name=Image1 value="seattle.jpg">
    <param name=Image2 value="oceanvw.jpg">
    <param name=Image3 value="beach.jpg">

    <param name=URL1 value="seattle.htm">
    <param name=URL2 value="oceanvw.htm">
    <param name=URL3 value="beach.htm">

    <param name=Target1 value="_new">

    <param name=Tooltip1 value="seattle.jpg|146 x 98">
    <param name=Tooltip2 value="oceanvw.jpg|146 x 97">
    <param name=Tooltip3 value="beach.jpg|146 x 97">

    </applet>

    what my problem is, is i want to link the images in the menu to open in the div tag.

    thanks for any help.

    Edit: Merged:

    all i wanna do is have a transparent background.

    i am very new to java script so please be detailed with your answers if it is possible.

    thank you in advance for any help you can give...

    ...even if it's just to tell me that it can't be done.

    here is the website i got the script from

    http://www.java-menus.com/picstrip.asp
    Last edited by jscheuer1; 02-05-2009 at 05:32 AM. Reason: merge from similar post

  2. #2
    Join Date
    Sep 2008
    Posts
    119
    Thanks
    13
    Thanked 0 Times in 0 Posts

    Default I think this is a simple question.

    when you make your request, attach a value to the image that triggers alternative behavior via script.

    ie -

    functionname(value)

Bookmarks

Posting Permissions

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