Using Links in Webexport

Hi,
i created a Webexport profile with the check boxes for email, picture and webpage are checked.
What kind of results do we see when I make the export using this profile?
the help says that the URL's, email links appear as different tables in the export. But I am not seeing that part. Please clarify if there is anything else to do,
regards,

"Code makes my head spin"
Then you are in the wrong business.  If you want to be at all effective with DW, that will have to change.
I'm using swap image behaviors for a navigation bar and have made this an editable region so that on any certain page I can delete the swap image and just keep it as a steady image showing what page the viewer is on (does that make sense??).
Yes, it makes sense.  It's also a fatal error.  By making the navigation element sit in an editable region you have made sure that each page will have to be edited manually.  Consider using a different approach - either use a menu system that does this kind of thing for you, or implement one of the many methods that will manage those menu images.  Here are some thoughts:
It's easy to do with CSS or with javascript.
With CSS you would have a little stylesheet embedded in the head of each
page that allows you to set the down state for any given button (each button
would have a unique id - for example -
<a href="foo.html" id="button1">...<a href="bar.html" id="button2">
and then your stylesheet would have this -
a#button1 { styles }
on one page, and on another this -
a#button2 { styles }
See how that works?
With javascript, put this in script tags in the head of the document -
function P7_downImage() {{
var g7="<imagename>"
var g7url="<pathname>"
if ((g7=MM_findObj(g7))!=null) {{g7.src=g7url;}
and this on the <body> tag
onload="P7_downImage()"
Then on each page you would need to make two edits:
Set g7 to the *name* of the button (not the file name but the HTML name -
e.g., "productsbutt"), and g7url to the pathname to the button (e.g.,
"images/nav/button3.gif"), and bada bing, bada boom!
There is an excellent tutorial here -
http://www.projectseven.com/support/answers.asp?id=126

Similar Messages

  • Question regarding using links in Discoverer 10g

    Hi All,
    I have a workbook which uses links. The 1st worksheet is connected to the second worksheet using a simple parameter and link. It works fine.
    But when a users saves this report and tries to use the link, Discoverer tries to open the work sheet from the query which I had created and not the one from the worksheet which the user has saved.
    I am not sure if that the regular feature of the Link functionality or if there is a bug/workaround.
    Is it possible to set these reports to open the worksheet from the saved workbook instead of the original one.
    Any help is appreciated. Please let me know if I have confused you.
    Thanks.

    Hi,
    I've had a look at this on Metalink and there seems to be lots of different bugs with manage links on 10g.
    We build our reports under one user and share it with all other users, easier to manage. We've built some reports exactly has you have and it also works fine. I'll try to resave this as another user and see if we have the same problem.
    For info there are links to several different bugs related to lots of scenarios Here (You'll need metalink access).
    Couldn't find your exact problem in there so you want to raise it with Oracle.
    Regards,
    Lloyd

  • Getting error while accessing a webpage by using link local address of ipv6

    Hello,
    I want to access my login.jsp by using ipv6 address.
    when i am accessing my web page by using loop back or localhost6(like the following) it is working.
    http://[::1]:8080/test/login.jsp //for loopback
    http://localhost6:8080/test/login.jsp
    But when i am accessing my webpage by using link local address as following i am not getting my web page.
    http://[fe80::201:6cff:fe0f:d7ae%eth0]:8080/test
    or
    http://[fe80::201:6cff:fe0f:d7ae]:8080/test
    For the above case is there any solutions????

    Whatever i have mentioned these are correct. My ipv6 address is also correct.From browser only i am accessing.>
    Not a Java issue, then. Your problem I'm afraid.
    But how do you know they're correct? Given that one of them isn't working, I'd triple check it if I were you.

  • Why can't I use links within my email messages? When a link is clicked, nothing happens--it doesn't go to that specific website.

    Why can't I use links within my email messages? When a link is clicked, nothing happens--it doesn't go to that specific website.

    HI Ana ...
    I had FB working again two days ago, and yesterday in mid-serve Safari just "couldn't find the server" once more...
    That's a different issue...
    First, if you can just use English, open System Preferences > Language & Text then select the Language tab. Drag English to the top of the list then restart your Mac.
    Now for the server issue. Try using Open DNS. That shold help the "couldn't find the server" issue...
    Open System Preferences / Preferences then select the Network tab. Click the Advanced tab then click the DNS tab.
    Click +
    Enter these numbers exactly as you see them here.
    208.67.222.222
    Click +
    208.67.220.220
    Then click OK.
    Try accessing Facebook on Safari now.

  • Connect Non-SAP Oracle db (32bit) in sql 2005 (64 bit) using linked server

    Hi,
    I am connecting Oracle 10g database from SQL 2005 using linked server, in which i get the error
    "Cannot initialize the data source object of OLE DB provider "MSDAORA" for linked server "L2ORACLE".
    OLE DB provider "MSDAORA" for linked server "L2ORACLE" returned message "Oracle client and networking components
    were not found. " (Microsoft SQL Server, Error: 7303)
    SAP Server with sql 2005 db is in 64 bit server / Windows 2003
    Non-SAP Oracle 10g is in 32 bit windows 2003 server.
    i have installed Oracle 64 bit client in the SAP Server and also copied the 64 bit version of dboraslib.dll to the DIR_LIBRARY path. I am able to view the oracle tables in the oracle client.
    But, when i create the linked server, it gives the above error.
    If i install 32 bit version of Oracle client in the SAP Server, i am able to create the linked server in the db level, but, it says "Work Process restarted, session terminated" message in the Z program in SAP.
    The same works in the test environment where both are 32 bit servers. problem is when SAP server is in 64 bit and non sap is in 32 bit.
    Please suggest.
    Thanks and Regards,
    Nagu

    "Cannot initialize the data source object of OLE DB provider "MSDAORA" for linked server "L2ORACLE".
    OLE DB provider "MSDAORA" for linked server "L2ORACLE" returned message "Oracle client and networking components
    were not found. " (Microsoft SQL Server, Error: 7303)
    check the workprocess traces for errors (and/or SM21). It seems that the system is "not aware" that an Oracle client is installed.
    64bit programs can´t load 32bit libraries/DLLs that´s why the workprocess dumps when you use the 32bit client.
    Markus

  • How to retrieving the content using Links

    Hi
    Please suggest me how to retrive content using link property.
    I have added link property to my Content. and i have added in internal resource path to the Link property.
    But my question is how access the page which is linked to my Content.
    How can i use it with anchor tag when i want show display the linked page content.
    what are tags to be used to retrive the linked content in the page.
    I found below line in CM documentation
    "These relationships are used by developers in their content queries when retrieving content to display in
    your portal."
    But i could found how to retrive.
    Genarally what technique we use to link an internal resource of our Content management
    thanks in advance
    Edited by: vamshi krishna on Jun 12, 2011 12:32 AM

    It sounds like there may be a misunderstanding about our link property feature.
    That feature is not for web hyperlinks. For that you can just use a string property. The links feature is for pointers to other pieces of content.
    (from: http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/cm/contentTypesCm.html)
    "Using Link Properties
    You can create properties that allow content contributors to associate content items. Content contributors can link to content within the same or different repositories within the Virtual Content Repository. For example, if you have related content items that are stored in different folders, you can use content link properties to create relationships among content items. These relationships are used by developers in their content queries when retrieving content to display in your portal.
    Link properties can also be multi-valued to allow content contributors to link to multiple content items. For detailed instructions on adding a link property, see Define the Properties of a Content Type."
    Edited by: Chris Bales on Jun 13, 2011 2:56 PM

  • Process Integration Handbook - useful links - permission denied

    Hi!
    in the PI 7.1 EhP1 Handbook there are two obviously useful links. Unfortunately I get an "Access Denied" error in SMP although I have a valid SMP user ID with Partner Status.
    Does anybody know how to get these to files?
    3.1.2 Updating from SAP NetWeaver PI 7.1 to EHP 1 for NetWeaver PI 7.1
    If you have already installed SAP NetWeaver PI 7.1, you can update to SAP enhancement package 1 (EHP
    1) for SAP NetWeaver PI 7.1.
    The following documents show how this works for a typical database and operating system:
    Update Guide to EHP 1 for SAP NetWeaver PI 7.1 (SMP login required)
    This guide explains how to update your system from PI 7.1 to EHP 1 for PI 7.1. It also describes how
    to configure and run a simple process integration scenario.
    Update Demo to EHP 1 for SAP NetWeaver PI 7.1 (SMP login required)
    This demo shows how to update your system from PI 7.1 to EHP 1 for PI 7.1. It also shows you how
    to configure and run a simple process integration scenario.
    The URLs for both documents are:
    https://service.sap.com/~sapidb/011000358700002004632008E.pdf
    https://service.sap.com/~sapidb/011000358700001989572008E/index.htm
    Thanx!
    Regards,
    Volker

    Hi!
    I can access all other material in SMP and I can also download software. This does not seem to be the problem. I think SAP has accidentially not released these two documents for customers and partners.
    Regards,
    Volker

  • How to have KM useful links ivew in a drill down tree format.

    Hi All,
    I am having a KM iview which displays useful links.
    The problem is it initially displays only one/two levels of drilldown from the configured root folder. How can we modify such that it displays <b>n</b> levels of folders & links from the configured.
    Also here in the iview every user is having access to organize the folders & links with the command link <b>Organize Entries </b>. How can we configure such that this link is visible only when a Role is assigned to the user.
    Many Thanks,
    Sai.
    Edited by: Konchada Sai Krishna on Jun 16, 2009 6:30 AM

    Hi All,
    I am using KM Navigation iview to display Useful links.
    I was using <b>LinlListExplorer</b> layout set earlier.
    On search in SDN and SAP help found that we can use <b>RoomTreeLayoutSet</b> to display the KM folders in drilldown tree format.
    But unfortunatly, when I preview this <b>RoomTreeLayoutSet</b> in KM config it works fine but when I use this in the iview layout profile, the none of the folder / documents are displayed..
    Does anybody came across this issue earlier, how can this be resolved.
    Many Thanks,
    Sai
    Edited by: Konchada Sai Krishna on Jun 17, 2009 5:30 AM

  • OBIEE - view pdf files using link

    Hi,
    I have some static reports which are in pdf format.
    How to view those reports in answers, like using a link ?
    I am using OBIEE 10.1.3.4.
    Thanks in advance.

    Simply store these on a shared drive and in dashboard use link or image object with URL option selected..give this pdf path here ...open in new window and u r done.

  • Use Link Structure of General field Type in code

    Hi,
    I will use Link Field in my addon, on form (it is not link button).How Can I use this field in VB code ?
    In System form is possible set this fiels, but in SAPbouiCOM I did'n find good object.
    Can You help me?
    regards,
    Krzysztof Sala
    I use SAP 2007A and VB 2005

    Hi Krzysztof,
    Unfortunately, the UI API doesn't allow you to have a UserDataSource of type Link. The only way you can add these type of fields to your forms is to reference a UDF from a UDT (or system table in some cases) that has this datatype and use the DBDataSource for the associated table.
    Kind Regards,
    Owen

  • What's right sequence of defining and using link in RF?

    Hi all!
    I read many informaniton about using links in RF but I not so clear understood what's right sequence of using link. For example I want refer user to some resource trough URL.
    - In content manager I tell that(resource) is link
    - and in getLinkdescriptor I return: return new EPAMLink();
    - class EPAMLink
    public class EPAMLink implements ILinkDescriptor {
    com.sap.netweaver.bc.rf.common.namespace.ILinkDescriptor#getLinkType()
         public LinkType getLinkType() {
              return LinkType.EXTERNAL_STATIC;
         public IRid getTargetRid() {
              return null;
         public IAbsoluteUri getTargetUri() {
              EPAMuriReference simpleURI = new EPAMuriReference();
              simpleURI.appendPath("www.google.ru");
              EPAMuriObsolute uri = new EPAMuriObsolute();
              uri.resolve(simpleURI);
              return uri;
    but repository return me some error and I don't know what's rong...
    Maybe you can get me some very simple example like my.

    Hi,
    When ever u load the masterdata then it has to be activated so that the data will be available for the reporting. The Attribute change run will does the same thing. This will be applied to the Attributes and Hierarchies.
    for creation of process chains u can refer the link..
    follow the steps which is given by me..
    Re: Process chain in Generic extracter
    and refer these also..
    http://help.sap.com/saphelp_bw32/helpdata/en/65/163d3873130057e10000009b38f842/content.htm
    http://help.sap.com/saphelp_bw32/helpdata/en/8f/c08b3baaa59649e10000000a11402f/content.htm
    And u can refer some of the links in help.sap.com
    Regards-
    MM
    Dont forget to assign points if it helps, it is the right way to say thanks.
    Message was edited by: vishnuC

  • Why use link-local addressing for HSRP in IPv6?

    I have scoured the internet for an answer to this question, and am no closer to having it answered.  Am hoping someone here can help!
    * Why do we use link-local (or autoconfig) addresses for the standby IP in FHRPs?  If you are forwarding a packet towards a link-local destination address, wouldn't the source address then have to be a link-local address from the same prefix, which according to scope, should not route beyond the local link?  How do you route an IP packet that has a link-local address for a source address?
    Any insight would be much appreciated.
    Thank you in advance.

    Dougles,
    next hop is used for reaching "gateway" that know where to send packets farther (read it as "next hop to the destination")... routing in IPvX is hopping between nodes where every hop is closer to destination... This is theory behind.
    So as machine that needs to send packet to "not directly connected destination" you only need to send packet to gateway leading to this destination...
    so you need to send packet so, that "gateway" will recieve this packet and gateway then send this packet farther... it is not important what IP address this gateway has.
    On ethernet you only need to know MAC address of this gateway and you send packet (with your source IPv6 address and intended destination IPv6 address) encapsulated with "destination MAC address" of gateway. When gateway recieve ethernet frame, and this frame is for it (destination MAC address is its MAC address), the gateway will proceed IP header (inside IP header the gateway see IT is not final destination for this packet, and gateway will route this packet).
    So configuring IP address as next hop is just "hleper for simpler administration".. MAC address of gateway is important. In IPv4 address resolution protocol (ARP) is used to automaticly get MAC address of gateway if you configure next hop as IP address. In IPv6 there is neighbor discovery protocol(ND) used for this task.
    conclusion: you can use link local address as nex hop address for addresses from any scope ... next hop is just next hop, it is not used just for the same scope communication.
    And question is... if we need just information about MAC address of gateway, why to ask using global address?
    We need to get MAC address... that is information important just "locally"... so to ask for local information, why not use link local address ?
    HSRP is the same case... really just need MAC address to send packets correctly.

  • I use Links alot in my web surfing, dragging the icon in the address bar to Links. I can't seem to find anywhere that allows me to search those Links.

    I use Links alot in my web surfing, dragging the icon in the address bar to Links. I can't seem to find anywhere that allows me to search those Links. I can't find a folder for them on my hard drive to search .. Help!

    You can get Firefox 3.6.16 here:
    http://www.mozilla.com/en-US/firefox/all-older.html
    http://support.mozilla.com/en-US/kb/Installing+a+previous+version+of+Firefox

  • Using Link Checker crashes WinXP every time I try to fix a link

    Using Link Checker crashes WinXP every time I try to fix a
    link by clicking
    the link in the broken link column. The folder icon appers, I
    click on the
    icon and I get a system warning beep as the folder window
    opens, I select
    the correct link and click OK, the new link appears
    momentarily in the
    column, then I get the XP program close-down alert.
    I have rebooted, refreshed site-cache, re-created the
    user-config, it just
    keeps happening.

    It sure has never crashed for me....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "swortis" <[email protected]> wrote in
    message
    news:eqvqad$6no$[email protected]..
    > Same thing happens with Mac version (Dreamweaver 8).
    It's never worked for
    > me and I assumed it's one of several features simply
    broken out of the
    > box.

  • Implementing TRIE using linked lists

    Node InsertNode(string name, Node root)
    int index = 1;
    string key;
    Node currentNode = root;
    while (index <= name.Length)
    key = name[index - 1].ToString();
    Node resultNode = currentNode.Children.GetNodeByKey(key);
    if (resultNode == null)
    Node newNode = new Node(key, name.Substring(0, index));
    if (index == name.Length)
    newNode.IsTerminal = true;
    currentNode.Children.Add(newNode);
    currentNode = newNode;
    else
    currentNode = resultNode;
    index++;
    return root;
    i want to use linked lists. i dont no what nodes are.like basically how do i use linked lists in the place of nodes in this code?
    thanx

    http://www.codeproject.com/KB/recipes/PhoneDirectory.aspx?display=Print <= code tags?
    coherent questions?
    class LinkedListNode {
    private LinkedListNode next;
    private Object data;
    public void insertAfter(Object data) {
    LinkedListNode newNode = new LinkedListNode();
    newNode.data = data;
    newNode.next = next;
    this.next = newNode;
    this is ur typical insert method for a linkedlistnode. you're saying nodes do the dirty work. how do connect this code with the one i posted in my previous msg? where do i get NODE from. What is this class.

Maybe you are looking for

  • Multiple itunes (libraries) for multiple ipods

    I have read the FAQ's in several places and my specific situation is not addressed so here goes... I just got a new computer and when loading my itunes library/ipod and my wife's itunes library/ipod I would like to do so without setting up a second u

  • Can I run two PIDs from the same vi?

    Hi I want to control speed of the rotating shaft and force applied by the pneumatic cylinder using two different PIDs from the same program. I managed to get two PIDs to work separatly using PID control loop VI`s supplied with labview 6.1 (I got Kc,

  • Ipod with Identity Crisis

    I have a 60gb ipod with colour display, which I think is fourth gen. Recently i had problems with it. It was getting stuck on the apple icon at start up. I would turn it on, and then it would stay on the apple icon no matter what i did. I had to drai

  • I Can't start web-based EM (Oracle 10g)

    Hi, I've been installed Oracle 10G and when I try to start web-based EM with http://servername:5500/em I obtain the message "The page cannot be displayed" why happend it??

  • HRAS Transfer Process Query

    Hello all, Scenario: 1. When an Employee has 3 Wage Types in Infotype 0008, and one more wage type is added and the amount is also added & execuete the Test Process execution the system throws an error "Enter Amount" in-spite of new amount being ente