Favicon code for bookmark link on page displayed

I have successfully added a favicon to the url bar and the browser tab and the page bookmark(firefox) or favorites(IE) feature.
But, how do I add it to the bookmark link code I have put in the page template. I ask this because I have created a bookmark link on the page for the user to use in saving the location of the page without the session number in the bookmark/favorite. This is the code for the bookmark link:
{div align=right}
{a href="javascript:window.external.AddFavorite('http://apex.gov:XXXX/APP_NAME', 'APP_NAME')"}
{span style="font-size: 11px;color:#333333"}Bookmark Site{/span}{/a}{div}
Where would I put this part in?
{link rel="shortcut icon" href="#WORKSPACE_IMAGES#favicon32.ico" type="image/x-icon"/}
Please note that I used curly braces instead of pointy braces.
Thanks,
Maggie

If you put the link to your favicon somewhere between the head tags of your page it should work (not tested though).

Similar Messages

  • Bookmarks Panel and Page Display

    BACKGROUND:
    I am using Adobe Acrobat Pro 9 and now when I convert a Word2010 doc to PDF using Acrobat 9 Pro Create PDF. Once the file oepns in Acrobat, I then make the following changes:
    File > Properties > Initial View >Navigation Tab (Set to Bookmarks Panel and Page) Page Layer (Set to Single Page Continuous)
    Preferences are set to: Open cross-document links in same window; allow layer state to be set by user information; allow documents to hide the men bar, toolbars, and window controls.
    PDF/A View Mode is sent to Only for PDF/A documents.
    The only thing that I have done different is that I did open was Adobe LiveCycle Designer ES8.2 and tested converting a word document into a form last week. I then attempted to convert files from WORD2010 to Acrobat Pro 9 on Friday and say the problems. I am now also having problems with Adobe LiveCycle.
    Attempted Resolution: Our Help Desk uninstalled and then re-installed Acrobat Pro 9 but that has not resolved the issue. They are recommending that they wipe my profile and build it again. I am hoping to avoid that and hope someone can help me with this issue.
    System Information:
    Version 9.0.0.2008061200
    OS Manufacturer: Microsoft Corporation
    OS Name: Microsoft Windows XP Professional
    OS Version: 5.1.2600 Service Pack 3
    Thanks for your assistance,
    DOL-MSHA

    The Bookmark Panel to the left of the pdf is not displaying - I have checked everything (and double checked under preferences to ensure that under Documents > Open Settings > Restore last view settings when reopening documents is Not checked.)
    Have reinstalled Acrobat and still am having issues. The only thing I did was open AcrobatLive and converted a doc to a fillable form - I am getting error messages with that now as well.

  • VB code for fitting graphics, deleting pages, updating TOC

    Thanks again to all who helped me to find the object model info and other specifics I needed for completing my VB project. I'm not sure if this will be of any use to those who helped me, but at least I can "pay it forward".
    The following code snippets are from my live project, with a bunch of ancillary code stripped away. I think I included everything needed for these three bits of functionality (fit graphics proportionally to frames, delete pages, update TOC), but if I accidentally left out something important, let me know (respond to this thread, as I'm not able to monitor all the threads). Note that in some cases, the code expects values in variables to be set outside of this code. I'll trust that anyone using this code can do that, and I've noted where this takes place.
    My document uses only single pages, not facing-page spreads, so code referencing spreads works for me--but if you're using actual spreads, you may need to change the code to reference pages instead of spreads. Please bear in mind, I'm pretty new to ID, so if I misunderstood how pages and spreads (or anything else) work, please be kind. It's working for me, and hopefully will for others.
    Be advised that deleting spreads (and possibly even fitting graphics) with LOCKED content (in the case of deleting, if ANYTHING on the page is locked) will cause InDesign to CRASH. If you have locked content on your pages, unlock it first either manually or through code (I have code for that as well, if anyone needs it).
    The code for deleting spreads allows you to specify the spreads to delete by LABEL. I haven't figured out (anyone?) how to set labels through ID itself, but I was able to do it in code.
    Lastly, please be advised that the forum may not properly indent or format the code. If it doesn't look pretty, it's not my doing. :)
    VB Code follows:
    Dim InDesign As Object
    Dim InDesignDocument As Object
    Dim LinkCt As Integer
    Dim SpreadsCt As Integer
    Dim PageLabel As String
    Dim TOCStylesCt As Integer
    Dim i As Integer
    Dim p As Integer
    'Create an InDesign object reference and open the InDesign
    'document specified by DocumentFilespec. Note that if InDesign
    'is and the selected document are already open, the in-memory
    'copies will be used.
    Set InDesign = CreateObject("Indesign.Application.CS3")
    Set InDesignDocument = InDesign.Open(DocumentFilespec)
    'Loop through all linked graphic frames and fill
    'frame proportionally.
    LinkCt = CInt(InDesignDocument.Links.Count)
    For i = 1 To LinkCt
    InDesignDocument.Links(i).Parent.Fit 1718185072
    Next i
    'This code deletes selected spreads (or pages if not using facing
    'pages). It expects each spread to have a label, and it expects
    'an array DeletePages to contain a list of the labels for pages
    'to be deleted. DeletePagesCt is a count of the total number of
    'items in the DeletePages array
    For i = 1 To DeletePagesCt
    SpreadsCt = InDesignDocument.Spreads.Count
    For p = 1 To SpreadsCt
    PageLabel = Trim(InDesignDocument.Spreads(p).Label)
    If PageLabel <> "" And DeletePages(i) = PageLabel Then
    InDesignDocument.Spreads(p).Delete
    Exit For
    End If
    Next p
    Next i
    'This code updates the Table of Contents for a given TOC Style Name
    '(ExpectedTOCStyleName).
    TOCStylesCt = CInt(InDesignDocument.TOCStyles.Count)
    For i = 1 To TOCStylesCt
    If InDesignDocument.TOCStyles.Item(i) = ExpectedTOCStyleName Then
    InDesignDocument.CreateTOC InDesignDocument.TOCStyles.Item(i), True
    Exit For
    End If
    Next i

    If I understand your question correctly that you want to know how to give an object in InDesign a Script Label (not using a script), then below is how (I needed to do it for the templates I'm using in the current project I'm doing using VBscript). Hope I was able to help some one else for a change. :-)
    Window > Automation > Script Label
    Select the Object
    Enter the text in the Script Label box

  • HTML Code for Smart Link Edit and Logout items

    I am using an HTML template and would like to include the Smart Link Edit and Logout items in a TABLE. How do I do this?
    Is there a way to get the code for these Smart Links (ORACLE tags) and include them?

    According to Oracle Metalink "Note:368720.1 - When ILS is Enabled the Edit Smartlink is visible to Users that are not entitled to see it", that is the expected behavior whether you are using the "edit" substitution tags or the "edit" smartlink on a page when the page has item-level access enabled. I don't like it but I can understand why that is the behavior since an end user may have access to manage/edit just one item on a page or just one tabbed region on a page and they need a way to put the page into edit mode in order to edit their item(s). If a user has nothing to edit on a page, then they won't be able to do anything in edit mode anyway.
    On the employee portal I work on, there is the possibility that every page may have a different set of users/groups that need to edit items/regions on the page AND the edit smartlink is published on the portal page template so basically, all employees can see the Edit link but if they click on it, only those employees that have items/regions to edit/manage will be able to really do anything while in edit mode.
    However, on the customer portal I work on, there is only one group that manages content site-wide so I was able to publish the Edit smartlink on the portal page template and change its access to the one group that manages content so they're the only ones that can see the Edit link on every page.
    The substitution tags for Logout are #PORTAL.LOGOUT.URL# and #PORTAL.LOGOUT.LABEL# (I use those so I can control the html & css) or just #PORTAL.LOGOUT# (which does both the label and url). The list of all substitution tags is available in Oracle Application Server Portal Help.

  • Bookmarks and web page display question

    I have been used to using Netscape and Internet Explorer where you can have a vertical column of bookmarks running up and down on the left side...and then the window to the right will display the web page...i.e., you don't have to click on a separate bookmarks page, open your link, and then toggle back to the Bookmarks page.
    I like the idea of having ALL of my many bookmarks available to me on the lefthand side while seeing the pages open in the window to the right.
    Is there any way Safari can provide close to that same layout? I know about how to use tabs and I know of the bookmark horizontal bar, but I do miss the vertical on the left bookmarks column showing everything (several hundred) and just clicking and having the web page pop open on the right while keeping all my bookmarks available on the same screen.
    Can Safari do this? Or what might be the closest workaround?
    Thanks,
    John

    Sorry for the confusion, here's a more detailed description of what I'm aiming for.  Also, I don't have any web pages published or a web host yet so I can't post a URL to my page.
    This Adobe forums page acts just like my web page.  On the right side of this Adobe page, there is a gray and white checkered design.  If the bookmarks (or favorites) are closed (I am using Firefox with a bookmark toolbar on the left side), then the checkered design is pretty wide.  If the bookmark toolbar is opened, then part of the checkered pattern is cut off from view, but the left side of the page is still completely in view.
    Coca Cola's website is more of how I want my website to be:   http://www.coca-cola.com/index.jsp
    On both sides of Coca Cola's website, there is a gray-white gradient.  If the bookmarks are closed, then the gradient pattern on both sides are exactly equal in width.  If the bookmarks are opened, then part of the outside portion the the page is cut off on both the left and right sides quite a bit, but the gradient design widths on the left and right are both still equal in width.
    So if the opened bookmarks are going to cut off part of the web page from view, I would prefer to have both parts of the left and right side removed instead of just the right side.  I tried centering the page by following David Powers' thread, but either I didn't do it correctly or it didn't help with this problem.
    I hope this was clearer.

  • How to easily add Facebook, Digg, Twitter, Share (for email links) to page...

    Hello,
    I would like to add a few of those Facebook "Like", Digg, Twitter, etc. buttons to a client's page.
    I looked at Facebook and I think I can get the code there for Facebook; but, do I have to do this for each site? Or, is there someplace where I can get the code to add several of these links at once? You know the type where you click on a "like" button and a pop-up window come up where you have to add your user name and password for the service you want to connect to...
    (Sorry, I'm an old graphic designer trying to offer web services. It seems that I have to learn things all over again. So, if you could, please be a little thorough. Thank you!)

    http://www.addthis.com/

  • Embed code for registration on Facebook page

    When I try and embed a code or link on our Facebook page for a contest the link doesn't work, just brings up a long line of text. Any ideas or help would be very much appreciated!

    You cannot embed the form but you can link to it. Here is a discussion that explains how to link the form at How can I allow possible registrants to fill our a form on facebook?

  • What is the proper HTML code for I linking to a destination in a .pdf file in firefox?

    If I create an HTML link to a destination within a .PDF file, it works fine in IE but not in Firefox. The code I use is this:
    <a href="website/pdf-file.pdf#destination-name>

    Cool. Thanks to you both.
    I vaguely recall doing a "chmod 700" on my previous machine. Those strict permissions survived the migration to this one it seems. "chmod 755" will be fine now. I wanted to know what the default was. Now I do Thank you!
    Here is a quote from the Wikipedia entry on Filesystem_permissions:
    <it>"The execute permission, which grants the ability to execute a file. This permission must be set for executable binaries (for example, a compiled c++ program) or shell scripts (for example, a Perl program) in order to allow the operating system to run them. When set for a directory, this permission grants the ability to traverse its tree in order to access files or subdirectories, but not see files inside the directory (unless read is set)."</it>

  • Complete List of Error Codes for Customized Change Password Page

    Hi,
    does anyone has a complete list of "Change Password Page Error Codes"?
    The list provided in the document:
    Oracle® Application Server Single Sign-On Administrator's Guide
    10g (9.0.4)
    Part Number B10851-01
    seems to be incomplete. (See: http://download-uk.oracle.com/docs/cd/B10464_01/manage.904/b10851/custom.htm#1009955 )
    I found at least three additional / different error codes:
    auth_fail_err
    pwd_minlength_err
    pwd_numeric_err
    I'm using a JSP Page.
    Thanks for help

    Hi,
    I found the list in the OID Admin Documentation. The list contains the error messages the OID sends to the client. In case of SSO, the client for the OID is the SSO server. So now I know which errors are transmitted to the server, I have to find out what the server sends to the SSO Page for Password change. Probably I should test all cases documented in the OID Admin doc to find the appropriate values for SSO Server.
    Thanks for the tip

  • Help needed in calculating hash code for a linked list??

    I have reffered API documentation for the list interface...There i found the code below for the hashcode() method ...I couldn't get why "31" is used as a multiplicative factor?
           int hashCode = 1;
           Iterator<E> i = list.iterator();
           while (i.hasNext()) {
               E obj = i.next();
               hashCode = 31*hashCode + (obj==null ? 0 : obj.hashCode());
           }I'm a beginner....please help me out..

    Because it's a prime number, I think. You'll probably want to find an article or decent book on creating optimal hash functions.

  • T code for vendor,customer line item display

    we are using ecc 6.
      I would like to know the wheter any tcode is available in ECC6 for cust and vendor line item display.
    NEW TCODE for FBL3N is FAGLL03. Like that any new new tcode is availbale for FBL1N & FBL5N?
    Please clarify.
    Thanks
    Rajesh

    Dear Rajesh,
    There are not direct 'replacement' as the FAGLL03->FBL3N for FBL1N and FBL5N.
    So the FBL1N and FBL5N can be used further without any problem.
    As stated before, only the G/L are has directly changed.
    But in the relation to the New G/L, there are two new 'Recherche' tools for the vendor and customer area in relation to the 'Segment' and 'Profit Center'.
    You can find them in the FGI0 transaction.
    They are called:
    0SAPRECIEV01
    0SAPRECIEV02
    0SAPPAYABL01
    0SAPPAYABL02
    Maybe they can also help you further.
    Best regards,
    Christoph

  • Bookmarking/Linking Between Pages

    I started with two documents, one in Illustrator (map) and then multiple pages (supporting documents) in Word.. PDFs (using v8 Pro) were generated from both and merged into one PDF document.
    The map has 30 objects on it that I would like to link to specific supporting pages in the document.  Additionally, I would like to link each of the supporting documents back to the map.
    Is this something that I can do in Acrobat alone, or do I need to pull it all into InDesign and link everything there?
    I would prefer to leave it in Acrobat if possible.
    Thank you,
    Christine

    Figured it out!! :-)

  • Does anyone have the source code for doing a login page?

    I need to do a login page with capture the input from the username and password's textbox on webpage then validate the username and password in the database. If correct then direct the user to the main page, if not, will display a error page.

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#ccff99">
    <form name="form1" method="post" action="customercheck.jsp" target="_self">
    <p align="center"><strong><font size="5"><U>Customer Login</U></font></strong></p>
    <table width="75%" align="center" cellpadding="0" cellspacing="0">
    <tr >
    <td width="38%" rowspan="2" border="2" bordercolor="#000000" ><div align="center"><strong>New
    User? Click here.</strong></div></td>
    <td width="21%"><strong>User Name : </strong></td>
    <td width="41%"><input type="text" name="username"></td>
    </tr>
    <tr>
    <td><strong>Password :</strong> </td>
    <td><input type="password" name="password"></td>
    </tr>
    <tr>
    <td width="38%" bordercolor="#000000"> </td>
    <td colspan="2"><div align="center">
    <p> </p>
    <p>
    <input type="submit" name="Submit2" value="Login">
    </p>
    </div></td>
    </tr>
    </table>
    </form>
    </body>
    </html>
    <%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
    <%@ include file="Connections/conn1.jsp" %>
    <%
    String Recordset1__username = "%";
    if (request.getParameter("username") !=null) {Recordset1__username = (String)request.getParameter("username");}
    %>
    <%
    String Recordset1__password = "%";
    if (request.getParameter("password") !=null) {Recordset1__password = (String)request.getParameter("password");}
    %>
    <%
    Driver DriverRecordset1 = (Driver)Class.forName(MM_conn1_DRIVER).newInstance();
    Connection ConnRecordset1 = DriverManager.getConnection(MM_conn1_STRING,MM_conn1_USERNAME,MM_conn1_PASSWORD);
    PreparedStatement StatementRecordset1 = ConnRecordset1.prepareStatement("SELECT cust_id,username, password FROM customer WHERE username='" + Recordset1__username + "' AND password='" + Recordset1__password + "'");
    ResultSet Recordset1 = StatementRecordset1.executeQuery();
    boolean Recordset1_isEmpty = !Recordset1.next();
    boolean Recordset1_hasData = !Recordset1_isEmpty;
    Object Recordset1_data;
    int Recordset1_numRows = 0;
    if(Recordset1_isEmpty) response.sendRedirect("loginagain.html");
    String hi = Recordset1.getString(1);
    session.setAttribute("id",hi);
    session.setAttribute("right","hello");
    session.setAttribute("emp_right","tt");
    response.sendRedirect("availability.jsp");
    //response.sendRedirect("vacancytemp.jsp");
    %>
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body>
    </body>
    </html>
    <%
    Recordset1.close();
    StatementRecordset1.close();
    ConnRecordset1.close();
    %>

  • When downloading a pdf file from a link the page displays "done" but with no content displayed

    This relates to pdf document downloads from a website link. This has been a recent phenomenon. I have no idea as to the possible source of the problem. I discount an adobe problem. No problem downloading in explorer

    https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox
    https://support.mozilla.com/en-US/kb/Opening+PDF+files+within+Firefox

  • Hyperlink format changed for all not only new links on page

    Hi,
    The button "Use for new links on page" (in German "Für neue Links auf Seite verwenden") on the inspector dialog (hyperlink -> Format) doesn't work. It changes the format of all existing links on the page! Can this be fixed please!
    Thank you
    Thomas

    That seems to be the way that button works, right or wrong. However, send a bug report to Apple via http://www.apple.com/feedback/iphoto.html.
    OT

Maybe you are looking for

  • Mini DisplayPort to DVI and VGA - Does it work or not?

    I have just received my new aluminium MacBook Pro, and I think it is awesome. I can even get over the fact that it lacks the full-size DVI connection like the old one has just because it is so nice and shiny. I do need it to work with both DVI and VG

  • Why does plugin-container.exe start 15 times (and then stop) during shutdown (taking MINUTES to shut down)?

    FF takes forever to close (minutes). When using process explorer I see that as many as 15 instances of plugin-container.exe will be opened during the shut down process. I think this means that a plugin is crashing. I disabled all of the plugins and i

  • Accounting document summarisation

    Dear All,      A billing document is posted which has material with free quantity.The value of the free goods is getting debited to the sales Revenue GL account. Our requirement is that  instead of posting as stated above, the sales value has to be s

  • Creating acrobat 9.1 PDF mailmerge documents from Word 2007

    When I try to use the mail merge PDF feature of Acrobat 9.1, with a Word 2007 document I get the following error message: PDF maker cannot locate the Adobe PDF printer's printer driver.  Please reinstall Adobe Acrobat 9.1 I am running Windows Vista.

  • How to repair corrupt \windows\system32\config\system files?

    T61 will not boot to Win XP - says the \windows\system32\config\system file is missing or corrupt. BIOS hardware test of disk drive passes.  When I place a Microsoft Win XP disk  to attempt a repair, the message says there is no disk drive detected.