Format of a link

what is the format of a link?
here is my code for wanting to set a link, but doesn't seem to work.
<p><href ="showcookievalue.jsp"> Next Page to view the cookie value</p>

Next Page

Similar Messages

  • Websites are formatted incorrectly and links won't work, since last update

    Since I installed the latest updates for firefox certain websites such as : http://www.escapistmagazine.com/ and hotmail , are incorrectly formatted and the links on the pages don't work. I can load my inbox on hotmail but the links to the emails don't work ie. you click on it and nothing happens. On the Escapist many of the links don't match the boxes they should be in, sections of the page are in the wrong place with images not loading, and many of the links don't load the right page, if anything at all.
    I've tried to use the report broken website function but this gets stuck on sending report and if you click submit report again it shows the details etc as being blank.
    I've tried restoring FF to defaults and also reinstalling it with no success. I know the website are okay as IE loads them correctly.
    any help appreciated

    Hi Rick,
    Interesting thread on Quark's forums. Mark Douma posts here, too. Very knowledgeable with the how fonts work in direct relation to the OS.
    I just opened a bunch of OpenType fonts and launched Quark. No problems. But as Mark noted, you'll see the bug pop up after a restart and then try to open the document that uses the OpenType fonts.
    However, I created a simple document using a half dozen different OpenType fonts and saved it to the desktop. Going by Mark's assumption about the cache files, I shut down my Mac and turned it back on. Essentially the same as turning it on the next day. Per his thoughts, I left the font cache files alone, activated the fonts again in Suitcase Fusion and launched Quark 6.52 by double clicking the document I had just created. Quark and the document opened without a hitch.
    Per Mark's post at Quark's forums, Quark should have crashed since I'm doing this all under 10.4.10. That tells me that while the font cache files are the problem for those who need to keep clearing the cache files to get OpenType fonts to work each day, it's not due to OS 10.4.6+. Since I'm having no issues (and never have), I would have to believe it's more likely to be a damaged OS that's causing the problems. If the OS is damaged, then the likelihood that it will in turn write damaged cache files is high.
    Or, Quark is damaged. It writes its own font cache files in the /Applications/QuarkXPress 6.0/jaws/ttfont/ folder. If you cleared only those cache files out and relaunched Quark, it might work without clearing the system cache files. That would tell you for sure that Quark needs to be reinstalled rather than the OS.

  • Some worksheets missing the format and stoplight link in viewer

    I have a set of workbooks that are pretty simple. Each has from 1 to 4 worksheets. I have one workbook where two of the worksheets when run through viewer do not show a format or stoplight link, but the other two do show the links. Is there something that blocks these links from being displayed?

    This issue occurred in our system too.
    We are running Oracle BI 10.1.2 on a Windows 2003 Server machine. The "format" and "stoplight" link suddenly disappeared from Disco Viewer.
    Does anybody know what can have caused this?
    ps: moreover the font of the Viewer page is smaller since this happened

  • Format function in Link Inspector

    Hi,
    May i know that how to fully utilize the Format function in the Link Inspector?I even unable to click on those format...mind to share the tips?!
    Thanks

    First that link format does not work for the navbar. It only works on text based links you add to the page. Once you've set up the URL in the Link pane you can go to the format pane and set the link, rollover, visited and disables formats. But you have to have the text link selected first. Thisdemo page may shed some light on it.
    OT

  • Is it possible to send the Pdf format of WebI linking report through email?

    Hi All,
    I have created linking between 2 WebI reports through OpenDocument. I can schedule the parent report and send it to User Email as PDF format, But when the user click the link in parent report its not opening the PDF format of child report after passing the parameter from Parent report. It throws following error.
    Is it possible to send the linked reports(without breaking the functionality of passing the parameter to Child report) to user who don't have access to BO environment? Please help me out.
    User needs to get the Parent PDF report in email, once they click the link it should pass the parameter to child report and the corresponding child report should open in PDF format. (In Infoview "View Mode" i can able to achieve this, how about in Email?).
    Thanks and Regards,
    Tharini Prabhu

    So to achieve my requirement, according to my understanding I have to do the following steps.
    Please correct me if I am wrong.
    1.     Without BO credentials the user can’t able to access the Link and child report created using OpenDoc.
    2. To overcome this I have to create one reserved userid through Admin and assign to all set of Users who will use the Reports.
    3. Have to use Single Sign on function through SDK to avoid the popping window for entering credentials right ?
    I can’t able to find the Sap Note 1326701 in http://www.sapossnotes.com/
    Could you please provide me the details how to implement that?

  • Using generic format for database links in ODI Procedures

    Hi,
    As in procedure we use
    create table <%=odiRef.getSchemaName("Target Schema","D")%>.TABLE2 as
    select * from <%=odiRef.getSchemaName("Staging Schema","D")%>.TABLE1
    where Staging Database and Target Database are logical schemas which will associate to respective physical schema while execution so the above statement will become as
    create table Target_Schema.TABLE2 as
    select * from staging_Schema.TABLE1
    I just wanted to know if there is any way by which i can apply samethings for Database Links also.
    Like if i have statements
    create table TABLE2@Target_Database as
    select * from TABLE1@staging_Database
    can i replace DB links like Target_Database and Staging_Database?
    Help would be appreciated. :)
    Thanks,
    Mahesh

    I am not entirely sure about the exact requirement.
    Any way ..
    1.
    create 2 variable .
    v_get_src_schema : select '<%=odiRef.getSchemaName("<your_src_logical_schema>","D")%>' from dual
    v_get_tgt_schema : select '<%=odiRef.getSchemaName("<your_tgt_logical_schema>","D")%>' from dual
    2.
    2 more variable to get the required DBLink
    v_SRC_DB_LINK: select DB_LINK from all_db_links where owner='#PRJ_CODE.v_get_src_schema'
    v_TGT_DB_LINK: select DB_LINK from all_db_links where owner='#PRJ_CODE.v_get_tgt_schema'
    3.
    create a procedure :
    prc_create_table :
    create table <%=odiRef.getSchemaName("Target Schema","D")%>.TABLE2@'#PRJ_CODE.v_TGT_DB_LINK' as
    select * from <%=odiRef.getSchemaName("Staging Schema","D")%>.TABLE1@'#PRJ_CODE.v_SRC_DB_LINK'
    4.
    Create a package :
    Connect all the steps in serial with OK line.
    Execute and let us know what is the out come .
    Thanks,
    Sutirtha

  • Formating the wcmListElement Link?

    I would like to append a url query string parameter to the end of a url/link
    that is part of a static list.
    My static list has two elements: myID and myLink
    For example, here's what my static list data file looks like:
    <wcm:list name="myStaticList">
    <wcm:row>
    <wcm:element name="myID">12345</wcm:element>
    <wcm:element name="myLink"><a
    href="[!--$wcmUrl('link','myDatafile1')--]">Product 1</a></wcm:element>
    </wcm:row>
    <wcm:row>
    <wcm:element name="myID">22222</wcm:element>
    <wcm:element name="myLink"><a
    href="[!--$wcmUrl('link','myDatafile2')--]">Product 2</a></wcm:element>
    </wcm:row>
    </wcm:list>
    Here is my Region Template script that loops through the static list:
    <!--$wcmListStart("myStaticList")-->
    <!--$wcmListIndex = 0-->
    <!--$wcmListNumRows = wcmListRowCount()-->
    <table border=1>
    <!--$loopwhile wcmListIndex < wcmListNumRows-->
    <tr>
    <td><!--$wcmListElement("myID", wcmListIndex)--></td>
    <td><!--$wcmListElement("myLink", wcmListIndex)--></td>
    </tr>
    <!--$wcmListIndex = wcmListIndex + 1-->
    <!--$endloop-->
    </table>
    <!--$wcmListEnd("myStaticList")-->
    I want to dynamically append the myID number to the end of the myLink url. So
    that for example my final link would look like this:
    http://myserver.com/site/myDatafile1?id=12345
    The data files for this list fall into a replaceable region on the secondary
    layout page which uses a custom component on part of it to run a query based on
    the incoming id. So I need the id on the url.
    What I'm trying to do seems simple, but I'm not sure how to do this. This is on
    Site Studio 10gR4.
    Edited by: ucm04 on Mar 22, 2011 8:41 PM

    You need to do something slightly fancy, there... The element "myLink" is stored as HTML, something like this:
    &lt;a href="http://server/foo/bar"&gt;Product 1&lt;/a&gt;
    So... in order to make this work, you need to do some search-and-replace... Something like this should be close:
    <!--$myID = wcmListElement("myID", wcmListIndex)-->
    <!--$myLink = wcmListElement("myLink", wcmListIndex)-->
    <!--$myNewLink = strReplace(myLink, "\"&gt;", "?id=" join myID join "\"&gt;")-->
    <!--$myNewLink-->
    You get the picture... replace the end-quote and end-angle-bracket with your parameter and then re-close with and end quote and angle bracket.

  • Formatting text notes linked to BPs in PCUI

    Hello all,
    In PCUI we add texts to BPs by the standard notes functionality. This is plain text without formatting possibilities.
    However we would very much like to be able to add formatting like bold characters, tabs and even tables.
    Does someone have any experience in this?
    Best regards,
    Boris Dingenouts

    Hi Ranjan,
    Thanks for your reply. We have the solution you propose as an alternative in case we are not able to format notes. The disadvantage of using attachments is that it is not easy to report on the contents. The customer wants to have a report which includes masterdata, activity data and also (formatted) text data which is all stored in CRM.
    Therefore we would prefer to have something like a HTML editor included in the PCUI which stores it's texts in the standard notes tables. I know a Mobile Sales customer who did the same in Mobile but we don't know how to do this in the PCUI.
    Any suggestions?
    Thank you and best regards,
    Boris Dingenouts

  • Problems using a formatted search to link order lines to order header

    Hi,
    I'm having a nightmare trying to get the main lines table to populate the header within a sales order using a formatted search.
    I have created a UDF on the header for total value, and where items entered onto the order are of a certain type I need the header UDF to be sumated.
    Basically I have three parts for packaging (PACK1, PACK2 and PACK3), and the header has a UDF called U_TotPack
    Someone did sugest the following query, but this doesn't appear to work either:
    select sum(t0.linetotal) from rdr1 t0 inner join ordr t1 on t0.docentry = t1.docentry
    where t1.docnum = $[ORDR.DocNum] and t0.itemcode in ('PACK1', 'PACK2', 'PACK3')
    If it is a problem for me to use the line total field (as it is a variable calculation) I am happy to total the quantities for the items found, but I just can't seem to build any form of relationship between the header and lines.
    Hope someone out there is able to help as this one has really got me stumped.
    Cheers,
    J

    Hi Julian,
    I'm assuming you are trying to populate the header UDF before the Order is added to the system? If yes then it is not possible to achieve this via a formatted search, only SDK. A header FS cannot properly access line information, it only works the other way around - header info to line level.
    I presume the reasoning is that which line should your header FS take a value from? The FS syntax also doesn't allow you to loop throught all lines.
    The SQL that someone else suggested would only work for a sales order already added to the database. Hope this helps.
    Regards,
    Andrew.

  • OData Feed Link Format for an Excel Workbook Stored in SharePoint

    I've heard it is possible to use an OData Feed Link to get data from an Excel Workbook that is stored on SharePoint 2013 online. Does anyone know the format for the link? I've been searching high and low and cannot get any specific format that works. Thanks!

    I received this from someone on our team:
    In PQ, click From File -> From Excel.
    In the file dialog that appears, paste in your site url (e.g. https://mycompany.sharepoint.com/teams/myteam).
    The file dialog will display the files stored in your sharepoint site. Navigate until you reach the desired excel file.
    Select it and click done.
    On the credential prompt, use Organizational.
    Let me know if it works for you.
    Ehren

  • Automatic update of links appears broken in 2007 format word documents

    this is all in Word 2013 Pro + [15.0.4569.1504] under Win7 [6.1.7601].
    legacy DOC (XLS) format documents.
    have LINK fields with the following format:
    { LINK Excel.Sheet.8 "c:\\test\\test.xls" "Sheet19!A1:D11" /a /p }
    Excel spreadsheet is in the same folder.
    copying the two files to a different folder (test2) and updating the links causes the path to the spreadsheet to be updated automatically.
    { LINK Excel.Sheet.8 "c:\\test2\\test.xls" "Sheet19!A1:D11" /a /p }
    saving the same files as DOCX (XLSM) format causes this updating to stop working.
    { LINK Excel.SheetBinaryMacroEnabled.12 "c:\\test\\test.xlsm" "Sheet19!A1:D11" /a /p }
    using "Edit links to files" to update the links causes the range parameter to be lost 
    this is unacceptable for obvious reasons.
    what am i misunderstanding?
    how can i get this to work as it did?
    mtia,
    e. <;)

    Alas, not possible.

  • Ajax Masthead Link formatting

    I realize I can change the looks of the Ajax Masthead links with the theme.  However, recently I was working on creating a couple URL Aliases, and all of a sudden the formatting on the links in the Masthead were messed up.  The links I am talking about are the ones that say: "Back", "Forward", "History", "Favorites", etc.
    Instead of nice buttons, they are now large black letters, and if you click on them the drop down menu is only text, no formatting.
    Any idea what I did to mess this up, and how I can fix it?  I didn't make any changes to the Ajax masthead's code at all.  I have already restarted the portal server, but that didn't help.
    Thanks,
    Owen

    I tried to transport the AJAX Masthead from our Production Portal back to our Development Portal to see if that would correct this problem, but it doesn't seem that it is possible to transport Standard content, is that correct?

  • WPC Link List Formatting

    Does anyone know how to change the formatting for the Link List in WPC.  Right now the header shows up grey with black text and the body is white.  I would like to have the body be transparent and the header background blue.  If anyone knows how to achieve this please share!

    Hi,
    in the corresponding document list definition there is xsl which can be changed to use other css. So, for the link list it is: /etc/wpceditor/styles/wpc_link_list_right.xsl
    best,
    --epexpert

  • My links don't hold formatting in auto-overflow?

    Hi everyone!
    I've formatted a targeted css code for my div links. I've also set this div to have auto overflow. However, once there is overflow text, all the formatting for my links disappear (they become the default underlined blue links).
    Anyone know what the issue is?
    THANKS SO MUCH!

    I'm checking my formatting in Dreamweaver and browsers. Here's my css code:
    #copy p {
         margin-top: 6px;
         margin-bottom: 3px;
    #copy a: link {
         font-family: Arial, Helvetica, sans-serif;
         font-size: x-small;
         color: #FFF;
         text-decoration: underline;
    #copy a: visited {
         font-family: Arial, Helvetica, sans-serif;
         font-size: x-small;
         color: #FFF;
         text-decoration: underline;
    #copy a: hover {
         font-family: Arial, Helvetica, sans-serif;
         font-size: x-small;
         color: #FFF;
         text-decoration: none;
    #copy a: active {
         font-family: Arial, Helvetica, sans-serif;
         font-size: x-small;
         color: #FFF;
         text-decoration: none;
    #copy {
         height: 374px;
         width: 451px;
         clear: none;
         float: right;
         margin: 0px;
         background-color: #8A1E06;
         padding: 15px;
         overflow: auto;
         overflow-x: hidden;

  • TS3276 i am unable to open web pages from email links on my ipad

    I am unable to open web pages from email links on my ipad

    A few more details might help, if nobody else recognizes this.   
    What happens when you try to open the links?
    Can you post an example of a link that doesn't work?
    Is there any particular source for the mail with the (bad) links, or is mail from all sources failing?
    If you happen to know it, what's the format of the mail message?  (Maybe the message is an image?)
    Do the embedded links work as expected from an OS X system running Mail.app, or some system and some other other mail client?
    To view the link in iOS: if you press on and hold your finger on an embedded link in most contexts, iOS will show a pop-up with the link contents, and will offer to copy it.  You can use that to acquire and post the link.  If pressing and holding on the link doesn't offer the pop-up, the format of the link itself may not be valid, or it might not really be a link.

Maybe you are looking for