Url in links adding calling url as prefix resulting in not found

when i try to call a URL from a menu or document link (either in self or blank) it creates an entry that reflects the new URL being called as a subpage of the calling URL.
so if i am on website www.mysite.com and i link to www.yoursite.com it creates:
www.mysite.com/www.yoursite.com
any ideas would be helpful. thanks.

Do you mean you are coding the HTML yourself?
Firefox will interpret links that do not start with a protocol (e.g., http://) (or with //) as being on the same site displaying the page. For links to external sites, make sure to use the full URL starting with the protocol, or at least starting from the //.
Does that fix it?

Similar Messages

  • Workcenter group link to call URL in new browser

    Hi,
    using the transaction launcher i configured a workcenter group link to call an URL in a new browser window.
    This works.
    The requirement is now that in the CRM L-shape the opened workcenter should stay.
    At the moment to workcenter is gone at the moment i click this external URL link for the new browser window and i have to navigate back.
    Any ideas on this?
    Thanks a lot.
    Kind regards
    Manfred

    Hi,
    thank you - i know the stateful flag and used it.
    But i want the current CRM workcenterpage to stay and not to change.
    Thank you
    Kind regards
    Manfred

  • Trouble adding a web url link to an existing file: 1046: Type was not found or was not a compile-time constant:

    Hi There,
    We're trying to add a simple link to an existing Flash file. There looks to be at least 7 separate .as files and a separate swf that loads the main swf which all seems overly complex for what is essentially a page with six buttons on it.
    However, we need to add a URL to some of the text. So we converted the text to a button, added an instance name of <ssbpurchasetickets_btn> then added the following Actionscript into the actions layer on the frame the text/button appears:
    ssbpurchasetickets_btn.addEventListener(MouseEvent.CLICK, ssbButtonPurchase);
    function ssbButtonPurchase(event:MouseEvent):void
    navigateToURL(new URLRequest("http://www.url.com/tickets.html"));
    When we publish the file we get the following error which seems to cascade into a whole bunch more errors:
    Description: 1046: Type was not found or was not a compile-time constant: MouseEvent.
    Source: function ssbButtonPurchase(event:MouseEvent):void
    We added "ssb" onto the button and functions to ensure there were no conflicts but the same thing occurred. If we copy the button into a new file everything works so it must be conflicting with something in the main files.
    Any help would be MUCH appreciated!!!!
    Cheers

    Thanks for the reply Ned,
    The file is set to use AS3 and I'm pretty sure the original should be set to AS3 as the .as files look like AS3 syntax to me - here's a sample:
    protected function handleWwrdButtonClick(e:ButtonEvent):void {
    Browser.open(globalVar.xml.wwrd.item[0].@url, globalVar.xml.wwrd.item[0].@target);
    OmnitureTracker.trackFeaturedContentClick('http://www.url.com/movies/international', 'wwrd_button');
    timer.stop();
    timer.removeEventListener(TimerEvent.TIMER, onTimer);
    I'm wondering if all the Actionscript has be placed into one of the .as files as there isn't any Actionscript in the Flash project - a part from the odd stop()
    Really stuck on this one (I'm not an expert at all) so any help in deciphering the project would be much appreciated.
    Cheers

  • Each WebI RESTful web services call brings HTTP/1.1 404 Not Found

    Hello,
    What could be the reason that each call into the WebI RESTful api delivers a HTTP 404 Not Found?
    We have the RESTful url and can connect to the web service.
    We see that when the WACS is not running we get a connection refused.
    We see that when the WACS is running but disabled the connect call hangs until timeout (after 1+hours).
    We think that the HTTP 404 we get with each WebI RESTful call (e.g. URL/raylight/v1/documents/12345678/variables, or links, or properties, or dataproviders ...) has something to do with an installation/configuration issue of the WebI RESTful api.
    It does not seem to be an access right problem.
    We found many patterns how the WebI RESTful api behaves when the access rights are not sufficient. Neither of them had the HTTP 404 in each call.
    How can we prove that the WebI RESTful web services functionality is installed and configured correctly?
    So far we checked the settings in the WACS, and the settings in CMC.Applications.RESTful Web Service. The settings there seem to be ok.
    What else can we check?
    Thanks,
    Bernd

    Hi Bernd,
    You can send a request to:
    [GET] http://<server>:6405/biprws/raylight/v1/about
    (this call doesn't need authentification)
    I don't really understand what is your problem. Is the hanging intermittent?
    Best regards,
    Anthony

  • DIO Port Config & DIO Port Write Block Diagram Errors (Call Library Function Node:libra​ry not found or failed to load)

    Hi Guys, need help on this.
    I have this LabVIEW program that used to work on the old computer.
    The old computer crashes most of the time, so I upgraded the computer
    and used its Hard Drive as slave to the new computer.
    I have no idea where are its installers since the guy that made the program 
    is not in my department anymore.
    I downloaded all the drivers needed from NI: NIDAQ9.0, NIVISA,NI488.2, 
    and drivers of some instruments needed in the setup. I'm using LabVIEW8.2.
    Everything's fine until I open the LabVIEW program for our testing.
    Here goes the error:
       DIO Port Config
       DIO Port Write
    Block Diagram Errors
       Call Library Function Node: library not found or failed to load
    Attachments:
    ErrorList.JPG ‏200 KB

    Honestly, I'm a newbie on Labview. I just want this old program to run on the new computer.
    The guys that installed the drivers on the old computer are no longer here in my department.
    And I have no idea where the drivers are. So I just downloaded the drivers needed for my hardware and instruments.
    Here's my hardware: (cards: PCI-DIO-96, PCI-GPIB), (instruments: SCB100,E4407B, HP83623, HP3458, HP8657)
    OS: Windows XP Pro
    By the way, I have unzipped the TraditionalDAQ drivers. First I tried the 7.4.1, but installation error appeared.
    I thought maybe the installer is corrupted, so I downloaded the 7.4.4 and unzipped it.
    But, still same installation error appears. I don't understand, both TraditionalDAQ drivers have same installation error.
    Now I have tried the DAQmx8.7.2 driver, bu still the DIO Port Config and DIO Port Write have errors.

  • Studio- Group Component in BPM ObjInter Call result Class Not Found

    My problem involes behavior in the Aqualogic Studio Workspace.
    I have an BPM object "Project" which has a group of BPM "Job" objects within it. They are grouped and my expectation is that i can add jobs to the project with the "+" or "-" . I'm assuming this is pretty standard OOTB behavior.
    This works perfectly fine when I "run>" the screen flow (BPM Object Interactive Call) and I can add and remove job items.
    When I run the application on the Workspace within Studio I get an error indicating that the class used by the job is not found.
    The task could not be successfully executed.
    Reason: 'java.lang.ClassNotFoundException: java.lang.ClassNotFoundException: xobject.Common.CommentCollection$CommentGroup'.
    My gut feeling is this is a problem with the Workspace because I check the system/catelog*.jar file and the class is definitely there along with my other classes.
    As you can see, it is not finding the BPM group within the Collection.
    I've done complete "Clean" of the project as well as deleting everything in the <workspace>/<project>/system folder.
    I'm pretty sure this worked on my first run through. Is there any reason why the workspace would start "not finding" classes inside other classes?
    Edited by chimeraM at 04/22/2008 5:24 PM

    Our team is trying to complete a 2 week POC (hence the Urgency) on a BEA Aqualogic business model (ALBPM) system for a simple workflow which would allow us to create a Project (object), associate many Jobs(objects) to the Project, Associate Components to the Job and Comments to the Components. We simply want to have simple string attributes within. We are using BPM Objects to represent these objects and after designing these data objects and beginning implimentation we ran into an issue.
    We are 1 week into the project and are gated with an issue in displaying the Project, Job, Component and Comments objects in the Screenflow using the OOTB Presentation system.
    Here are the symptoms of our probem. We are are getting a "ClassNotFound" exception from Studio Workspace when we try to add elements to the repeatable elements in our objects. The class that is not found is usually some embedded class that we are not even trying to display but is referenced by the class we are running presentation upon.
    We are using "groups" (glorified arrays) which allow the BPM Object Presentation to easily create repeatable line items (they have built in presentation pieces for order, add, remove, etc) so that we don't have to write custom JSP presentation for each BPM objects.
    We feel that since the BEA Aqualogic system provides the framework for grouping objects and forming this relationship, it should be able to support instantiating these objects and running these inside the workspace. We're also able to instantiate these within Studio and they work. The issue happens when we run the process in Studio Workspace. Studio Workspace is when the application reports "ClassNotFound" exception. (We checked the Jar file, they are all there and the class is there and any non-complex class gets found and utilized by Workspace)
    Is there anyone with experience able to tell if this is a Studio Bug? Is there something simple we are missing? Has anyone been able to use ALBPM Presnetations to display objects that have embedded groups within Studio Workspace?
    We are on
    BEA AquaLogic(R) BPM Studio
    Version: 6.0.2
    Build: #84550

  • When clicking on a link ALLOT of the time I get "Page Not Found"

    When clicking on a link ALLOT of the time I get a 'Page Not Found' message or something similar.... this has been happening since you guys got to the 3.X version... NEVER EVER had this issue in the 2.X version.... it's getting tiring...
    Another issue I have, which is sort of related .... if I click on a picture and there is a referral link embedded to a larger version of that picture when I go to save the image instead of having jpg, gif or png extension it's got htm extension on it... if I change the extension manually it's fine but it's still VERY annoying.
    Thanks
    Richard A M

    Click Tools | Options | Advanced and in the General tab, checkmark "'''Always check to see if Firefox is the default browser on startup'''". Then click the "Check Now" button to test it.

  • Call a dll for Labview: Function not found in library

    Hello,
    I am trying to call a very simple .dll form Labview. I compiled the .dll for x64 using Visual Studio 2010, because I am using Labview(64-bit). I did everything exactly the way I read it in several Tutorials. But the "Call Library Function Node" doesn't create a popup menu with the avalible functions like it is supposed to do. The Import Wizard doesn't find any functions neither. What is wrong with my .dll?
    I added a block marked 'extern "C" ' into my source file, but it still won't work.
    Thanks
    Matthias
    Solved!
    Go to Solution.
    Attachments:
    DynamicLibrary.zip ‏2452 KB

    You need to define an entry point to the DLL
    BOOL APIENTRY DllMain( HANDLE hModule,
                            DWORD  ul_reason_for_call,
                            LPVOID lpReserved )
        return TRUE;
    Also add extern "C" __declspec(dllexport) to your functions
    More details here: http://www.ni.com/white-paper/3056/en
    Beginner? Try LabVIEW Basics
    Sharing bits of code? Try Snippets or LAVA Code Capture Tool
    Have you tried Quick Drop?, Visit QD Community.

  • Error while adding  the issue for production (item cost not found)

    Hi all,
    The scenario is,
    when the user is trying to add the issue for production system is showing error item cost not
    found.The item which is issued is Inventory + purchase item with manual issue method.The valuation
    method for that item is FIFO.since the valuation method is FIFO,error related to item cost should
    not occur.
    Since the valuation method is FIFO.Item cost error should not occur.
    The error related to item cost must not occur at the time of issue for production.
    Regards-
    Mona.

    Hi!
    Please check these threads
    Sales Delivery Document
    Item Cost Error
    No item cost was found

  • Adding an Account: The account information was not found

    For some reason, my iCalendars were no longer syncing, so I deleted the account in iCal, and went to re-add it. When I try to re-add, I get this cryptic message:
    The account information was not found.
    The server has not specified a calendar home for the account at "/ -- http://cal.me.com/".
    Does anyone know what's going on here. I've been trying for a number of days with no success.
    Thanks.

    With iCal Server, every users has a particular server path to their calendar on the server. Have you attempted to see if iCal app can automatically find this path? Account template would be CalDAV.

  • 404 Not Found When Trying to Make Outside Call on EX90/Movi/Etc

    All internal calls work just fine, but when we try to call an outside IP/hostname I keep getting 404 Not Found.  All outbound ports are open on our firewall and the VCS is setup in a DMZ.  Here are the call details:
    Call information
    State
    Connection Failed
    Start time
    2012-02-15 12:09:24
    Duration
    0 seconds
    Tag
    Serial number
    Bandwidth
    Requested
    0 kbps
    Allocated
    0 kbps
    Leg 1
    Bandwidth node
    Default Zone
    Source alias 1
    sip:<C40 hostname> (Url)
    Target alias 1
    sip:208.66.132.62 (Url)
    Protocol
    SIP
    Address
    <C40 IP>:5061
    Transport
    TLS
    Reason
    Not found
    Cause
    404
    Anyone have any ideas?

    Basically we have the following:
    EX90 = at a remote site
    C40 = at our corporate office
    Movi clients = at other remote sites
    VCS = at our corporate office
    The VCS has the Expressway option.  I'm really new to this so the top of the web interface says "Cisco TelePresence Video Communications Server Start Pack Express".  Options:
    0 Non Traversal Calls, 5 Traversal Calls, 50 Registrations, 900 TURN Relays, Expressway, Encryption, FindMe, Starter Pack.
    The endpoint is registered on the VCS with SIP.  Not using H323.  Basically the way you have to contact the EX90 from let's say the Movi client is via @. 
    The Dial Plan configuration shows Indirect, should it be Direct?
    I'm not sure if I have VCS Control and if I do not sure where that setting is and where would that rule be set?  On our Cisco ASA?  The thing is, our network engineer did a packet capture and when we did a call nothing even hit it.  So it's like it's stopping dead at the VCS.
    We were able to call out on the EX90 before the VCS was ever put in place, so it must be something in the VCS config.

  • Class Not found : oracle.jdbc.driver.OracleDriver when calling web service

    Hi,
    I have installed the Oracle Data Integrator Public Web Services on Apache Tomcat 5.5 application server with Apache Axis2
    When I try to call the web service OdiInvoke using the operation "listScenario" using only the JdbcDriver as input parameter, the response I get back from the web service call is:
    java.lang.ClassNotFoundException: Class Not found : oracle.jdbc.driver.OracleDriver
    Using the operator "getWebServiceVersion" I get a successfull response back som the connection seems fine.
    Obviously the error has to do with the driver not beeing available but where should I put the driver? Or how do I make it available? When working from Topology Manager, all connections are fine.
    Best regards
    M

    Solved it on my own by putting ojdbc14.jar in the following directory: <Apache-Tomcat install dir>/webapps/axis2/WEB-INF/lib/
    Thought I'd share in case some one else has same issue
    /M

  • 404 page not found in one sub link of SharePoint Site

    We have an SharePoint 2010 Farm (a single farm), it was disconnected by accidentally, I reconnected it successfully through config wizard, but as I tested each site in the farm, and found one of  links on a site was gave 404 page not found error.  The
    site (http://xxx:200/default.aspx) is working and other links on this site are working only one link is showing 404 error, I've checked
    1) Eventview, nothing related
    2) SharePoint Log, nothing related,
    3) IIS, running fine since the site is up, 
    4) checked at CA, site collection and web application are all good.
    Where else I should check? 
    Any help would greatly appreciated.

    which link is throwing the error, could you please mentioned that?
    Do you have any custom  /farm solution deployed into the farm, if yes make sure the solution is sucessfully deployed.
    Also make sure if there is any customization which required to that page , still there.
    Try to detach the content DB and reattach it.
    also try to reset IIS.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Help and learning center links return "file not found"

    The setup was done with the lattest and greatest install file downloaded from your website. Everything went OK with the following exception;  when I load  "Help and Learning Center" all links with the exception HP Connected return "File not found".  example;  http://h20180.www2.hp.com/apps/Error?h_lang=en&h_cc=us

    Hi @ballpet ,
    I see that you are experiencing issues with the Help & Learning Center software. I will certainly do my best to help you.
    It sounds like something is blocking the full software install.
    I would disable all the start up programs and temporarily turn off the Antivirus Software and any Real Time Scanning in the Antivirus Software also, to see if that is causing the issue. How to use MSCONFIG . Click on the Startup tab and click Disable all, Then click the Services tab and check Hide All Microsoft Services.
    Restart the computer.
    Disconnect the USB cable from the printer.
    Run the uninstall from the CD.
    Go start, computer, right click on the CD for the printer, left click open in a new window, double click on uninstall.
    Make sure that the print spooler service is running.
    Right-click Print Spooler, and then click Properties.
    If the Startup type is set to Manual or Disabled, click the drop-down list, click Automatic, and then click Apply.
    Under Service status, click Stop and then Start, and then click OK.
    Run the installation again and don't connect the cable until prompted.
    Test the printer.
    Then you will have to go back and enable the Startup programs, Microsoft Services and turn the Antivirus Software back on again.
    How is the printer connected? (USB/Ethernet/Wireless)
    Please provide in detail the results if you are still having issues.
    Have a wonderful day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • VCS-E unable to make outgoing call with search rule not found error

    Hi 
    I deploy telepresence device registered to CUCM and connect with VCS-C and VCS-E. The issue now is I am not able to make outgoing call and my search rule show not found, request time out.
    I use DNS zone to make the outgoing call and my VCS-E is able to resolve DNS SRV record. However search rule result show not found.
    Any advise are appreciated.

    Hi
    I managed to make a call to address that I am trying to reach. But it supposed to come up with PIN number to enter instead I saw the message that no incoming video.
    Can you please advise what could be the issue.
     tvcs: Event="Call Connected" Service="SIP" Src-ip="10.84.83.101" Src-port="27224" Src-alias-type="SIP" Src-alias="sip:[email protected]" Dst-alias-type="SIP" Dst-alias="sip:[email protected]" Call-serial-number="24a63c27-42b4-4950-ba02-6a548b279a09" Tag="f060faef-441f-47a2-9c75-e1b0623b5e14" Protocol="TCP" Call-routed="YES" Level="1" UTCTime="2015-02-25 14:38:32,604"

Maybe you are looking for

  • Maximum File size in XI

    I have 100 MB file to be transferred through XI. How to check maximum file size limit in XI server. Is thier any tcode for the same?

  • IPod Touch Wish List

    APP #1 I'd really like to see a notepad app that you can scribble or write on with your fingers or pen - so you can jot down ideas, graphics or script. SYSTEM #2 Retrieval of user content (music, video, photo) - this means in the event your PC crashe

  • Best tv tuner

    I just upgraded to Leopard, and I also want to use a tv tuner. I'm choosing between two models: Pinnacle TV's Hybrid USB Stick with eyetv lite, and Elgato Eyetv hybrid. I want to be able to watch and record tv both over the air (for HD) and via cable

  • Error: custom reconciliation (with child data)

    I have "HR System" Resource Object (Allow Multiple, Allow All). Reconciliation Fields: -HR Tab No [String] -HR FirstName [String] -HR LastName [String] -HR Department [String] -HR Position [String] -HR Location [String] -HR Manager [String] -Role [Mu

  • FAILURE OF E66 UPDATING

    I have a Nokia E66, and this morning my computer started NOKIA SOFTWARE UPDATER which failed by itself. I closed the screen of the updating and try to disconnect my phone from the USB connection. My phone shut down and did not accept to start. I was