Results 1 to 4 of 4

Thread: Urgent : Help needed with Microsoft Outlook Bar downloaded from Dynamic Drive

  1. #1
    Join Date
    Oct 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Urgent : Help needed with Microsoft Outlook Bar downloaded from Dynamic Drive

    Hi,

    I implemented the Microsoft Outlook Bar, which i downloaded from Dynamic Drive, in my .NET application.

    I have attached here the javascript code.

    It has the outlook.js file which contains this part:

    function b_addButton(img, label, action)
    {
    this.img[this.img.length]=img;
    this.lbl[this.lbl.length]=label;
    this.act[this.act.length]=action;
    this.sta[this.sta.length]=0;
    return this
    }

    In the outlook.aspx file, we have the following code:

    <script language=javascript >
    var o = new createOutlookBar
    ('Bar',0,0,screenSize.width,screenSize.height,'#9F9FFF','white') // OutlookBar

    var p
    //create first panel
    p = new createPanel('a','FMEA System');
    p.addButton('../img/policy.jpg','Policy','parent.main.location="../policy.aspx"');
    p.addButton('../img/find.jpg','Search','parent.main.location="../search.aspx"');
    </script>

    Problem : While i am trying to find the name and id of each of the images used in the panel, they are null.
    1. How to give the name or id for each images used in the panel??

    Kindly help me!!

    Thanks.

    Kavitha.

  2. #2
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Warning: Please post all Dynamic Drive related script problems here: http://www.dynamicdrive.com/forums/forumdisplay.php?f=2
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  3. #3
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  4. #4
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    Actually the link was there earlier not the attached Zip file. I think the user changed the post a bit and made it bit tough for contributors who can help.

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
  •