Why can't I open a long url in Instant messenger

I have a question for Instant messenger users . A friend of mine sent me a long url that took about 5
windows in instant messenger. I tried to open it, but it would not open. Are there any settings
I need to set on my IPhone 6 or instant messenger to make this work. Also why does it break it up into 5 separate IM windows??

Tell your friend to go to bit.ly to create a 'short URL' for that address.
They can send you that & you shouldn't have to worry about the SMS or any other messaging size limitations.
NOTE: there are many other URL shortener services…
http://google.com/search?hl=en&q=URL%20shorteners

Similar Messages

  • Why can't I open a lot of documents since yosemite. They are in grey

    Since I installed the last version of OS X on my Ipad, I could not open a lot of documents on my Mac. I thought this problem would be solved when I would install Yosemite on my mac but this is not the case.
    Why are so many documents in grey and why can't I open these documents on my mac with yosemite ?

    Tell your friend to go to bit.ly to create a 'short URL' for that address.
    They can send you that & you shouldn't have to worry about the SMS or any other messaging size limitations.
    NOTE: there are many other URL shortener services…
    http://google.com/search?hl=en&q=URL%20shorteners

  • Opening a long URL on click of button in CRM Web UI

    Hi Experts,
    I am facing an issue while opening a long URL (length greater than 255 char) on the click of a button in CRM Web UI.
    I have declared an attribute zv_url type string and populated the variable in event handler.
    Thereafter I have written below logic in .htm:
    <script type="text/javascript" language="javascript">
    window.open("<%=controller->zv_url%>").focus();
    </script>
    But the logic is not opening my URL, it is just opening a web window 'res://ieframe.dll/http_400.htm' with error page HTTP 400 Bad Request.
    If I try to modify the variable zv_url in debugging with a short url say 'http://www.google.com', it works correcly but due to the length of url, the logic is opening error page.
    Can you please help me out with this issue?
    Thanks in advance,
    Nitin Karamchandani.

    Hi Nitin,
    i will give you one suggestion when you click on button this url you need to open right.
    i have faced same problem last time. so at that moment i have done my code in do_prepare_output.
    when ever your declare your button properties there is one property onclientclick.
    CONCATENATE 'javascript:window.open( "http://YOURLINK.com:8000/sap/bc/gui/sap/its/webgui/!?~transaction=TCODE&~okcode=ICEXECUTE&sap-user=crm_remote&sap-password=sap_user&sap-client=300&IP_VBELV=' zvbeln '&~okcode=/00&");' INTO
    lv_string.
       ls_button-type     = cl_thtmlb_util=>gc_icon_print.
       ls_button-text     = 'PRINT'.
       ls_button-enabled  = me->view_group_context->is_view_in_display_mode( me ).
       ls_button-on_click = 'PRINT'.                             "#EC NOTEXT
       ls_button-on_client_click = lv_string.
       APPEND ls_button TO gt_button.
       CLEAR ls_button.
    try this..
    Thanks & Regards,
    Srinivask.

  • Why can't TextEdit open more than 5 links at a time in Yosemite?

    Why can't TextEdit open more than 5 links at a time in Yosemite? In the previous OS, I could highlight many links at a time, right click and then select "Open URL" to open the links in Safari. Now, if I select more than five links at a time (and sometimes with five links) it will only open the first five and TextEdit pops up with the alert, "The 'Open URL' service could not be used."
    I'm running 10.10.1 on a MacBook Pro (13-inch, Mid 2009), 2.53 GHz Intel Core 2 Duo, 4 GB 1067 MHz DDR3, 500 GB HD.
    TextEdit is Version 1.10 (319).

    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback

  • Why can I not open PDF-files in InDesign CS4?

    Hi,
    Well then, as I wrote in the headline... Why can I not open PDF-files?
    I get a notification that says that either the file is already open (which it's not) or it is missing a plug-in thingy for this kind of file.
    So, how do I know which plug-in thing I should chose from Adobe which will solve my problem?
    Could it be enough just to update the program? I tried with 6.0.6. upgrade but it wouldn't even open up. I'm not so good at this type of computerproblems (choosing upgrades, plug-in etc.). The program is not upgraded for a long time, unless it do it automatically, but I think we've chosen it not to....
    Please help!
    /S

    See: Zanelli Multipage Importer
    http://indesignsecrets.com/zanelli-releases-multipageimporter-for-importing-both-pdf-and-i ndd-files.php/comment-page-1

  • Why can't I open facebook videos on my ipad and iphone?

    Why can't I open facebook videos on my ipad and iphone any more? I used to be able to open most but now I can't open any.  Now it just comes up with a message 'unable to play video.Check your internet connection and try again' There is nothing wrong with my internet connection. I am on wifi and full signal strength. This is happening on both ipad and iphone. It's not the problem where sometimes a video wants Adobe to open it. This message comes up as soon as you try to click on the video play button in the video. Can anyone tell me how to resolve this please?

    Thanks for this Griff but it's not the app that isn't responding.  I am in the facebook app (on both iPhone and iPad) and the app is working fine but if people post a video I can't look at the video on the iPhone or iPad.  i always used to be able to but now it keeps coming up with the message I mentioned above.  So I can no longer watch videos from facebook on either my iPad or iPhone.  Here is a screen shot of my phone of what is happening.  As you can see I have full wifi so there is nothing wrong with my internet connection. This is really annoying as I used to be able to watch videos on both phone and ipad out of facebook.  now I can't.  Hope you can help.  regards and thanks Vicki

  • Why can't I open .webloc files on my iMac 10.6.8?

    I want to open files which have the extension <.webloc>.  The file reaches my iMac but I can't read it, it stays blank and just sits on my desktop.  I'm not sure but I think when I open 'Spotify' that has a <.webloc.> extension!

    Well, I'm partially wrong in my statement. .webloc files do contain data in the data fork and the resource fork. From the Terminal.app you can read both forks. Let's list both forks in a .webloc file that is linked to this thread->
    [KSH_93u+]:Desktop $ ls -l "Why can't I open <.webloc> files on my iMac 10.6.8? .webloc"
    -rw-r--r--@ 1 mark  staff  267 Oct 23 08:11 Why can't I open <.webloc> files on my iMac 10.6.8? .webloc
    [KSH_93u+]:Desktop $ ls -l "Why can't I open <.webloc> files on my iMac 10.6.8? .webloc/..namedfork/rsrc"
    -rw-r--r--  1 mark  staff  494 Oct 23 08:11 Why can't I open <.webloc> files on my iMac 10.6.8? .webloc/..namedfork/rsrc
    Both forks contain data. Now let's look at the data in both forks->
    data fork:
    [KSH_93u+]:Desktop $ cat "Why can't I open <.webloc> files on my iMac 10.6.8? .webloc"
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
        <key>URL</key>
        <string>https://discussions.apple.com/thread/6465459</string>
    </dict>
    </plist>
    resource fork:
    [KSH_93u+]:Desktop $ hexdump -C "Why can't I open <.webloc> files on my iMac 10.6.8? .webloc/..namedfork/rsrc"
    00000000  00 00 01 00 00 00 01 94  00 00 00 94 00 00 00 5a  |...............Z|
    00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
    00000100  00 00 00 30 00 00 00 01  00 00 00 00 00 00 00 00  |...0............|
    00000110  00 00 00 02 54 45 58 54  00 00 01 00 00 00 00 00  |....TEXT........|
    00000120  00 00 00 00 75 72 6c 20  00 00 01 00 00 00 00 00  |....url ........|
    00000130  00 00 00 00 00 00 00 2c  68 74 74 70 73 3a 2f 2f  |.......,https://|
    00000140  64 69 73 63 75 73 73 69  6f 6e 73 2e 61 70 70 6c  |discussions.appl|
    00000150  65 2e 63 6f 6d 2f 74 68  72 65 61 64 2f 36 34 36  |e.com/thread/646|
    00000160  35 34 35 39 00 00 00 2c  68 74 74 70 73 3a 2f 2f  |5459...,https://|
    00000170  64 69 73 63 75 73 73 69  6f 6e 73 2e 61 70 70 6c  |discussions.appl|
    00000180  65 2e 63 6f 6d 2f 74 68  72 65 61 64 2f 36 34 36  |e.com/thread/646|
    00000190  35 34 35 39 00 00 01 00  00 00 01 94 00 00 00 94  |5459............|
    000001a0  00 00 00 5a 00 00 00 00  18 00 00 00 00 1c 00 5a  |...Z...........Z|
    000001b0  00 02 64 72 61 67 00 00  00 1a 54 45 58 54 00 00  |..drag....TEXT..|
    000001c0  00 26 75 72 6c 20 00 00  00 32 00 80 ff ff 00 00  |.&url ...2......|
    000001d0  00 00 01 00 00 00 01 00  ff ff 00 00 00 34 02 00  |.............4..|
    000001e0  00 00 01 00 ff ff 00 00  00 64 03 00 00 00        |.........d....|
    000001ee

  • Why can't I open my webpage on a smartphone?

    Why can't I open my webpage on a smartphone?
    (don't want to build an mobile app - just wanting to view on a cell phone - won't work on android or iphone)
    The request URL /mobile/index.html was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request
    www.littlejoeblow.com
    ps. I am as new as they come regarding web design -

    What is happening is that there is some process on the website that is detecting the screen size of the visitor and redirecting smartphones to a mobile directory, hence the error message -
    The request URL /mobile/index.html was not found on this server.
    What file names do you see at the root level of the remote server?

  • Why can't I open my Hotmail or MSN live emails on my mac?

    Why can't I open my Hotmail or MSN live emails on my mac? also the google pages like google map will not open
    Is this some kind of sick joke being played by APPLE for not having bought a Mac before and for daring to have a windows based email ?
    I've tried Firefox, Safari, Opera and Explorer none of them will allow the window pages to open up nor can I get Mail to open up my non yahoo emails
    I have tried to post this on the communities board several times but the question always vanishes

    So you get the log-in screen for Hotmail but it won't complete the log-in? I also take it from your posts that there is no error message that appears to give any indication of the nature of a problem, it just doesn't complete the log in? That sounds like it could be an issue with your Hotmail account. Have you tried logging onto your Hotmail account from another computer, say a computer from work? If not, then the first thing to do is try logging in from another computer. If you don't have one anywhere else, go to a public library and use one of theirs and try logging into your Hotmail.
    There is no reason why you would be blocked from Hotmail/Live, Google pages and such while other pages (such as this) are accessible unless one of a few things are happening:
    1) You don't have access to those pages because of account lock-out (that's why you need to check your ability to access Hotmail from another computer -- to verify that this is not the case).
    2) Something is actively blocking access to those pages. This could be one of a few things:
         a) ISP settings, which you seem to have eliminated when you indicate that you tried accessing Hotmail from another location than your default location, if in fact that other is connected through a different ISP, although in actual fact you did not indicate that you verified that the other access point you tried was actually connecting via another ISP.
         b) Router settings, which you did pretty much eliminate when you tried accessing Hotmail from another location than your default location.
         c) Software blocking. This could include the following:
              * Add-ins: You seem to have eliminated the likely hood of this when you indicate that you've tried multiple browsers.
              * Security software: Family blocking/URL blocking software would cause similar issues across all browsers. If you had installed anything of this nature, this would be a suspicion.
    There is one red flag I see amongst all this. You indicate that you have a Macbook Pro running OS X 10.6.7 with membership in these forums showing a start date of March this year, your posts suggest that you recently purchased a Mac, and that your prior posts have disappeared (son't know how far back you were meaning, although I do see one from 3 days ago posted in the Windows section). My question has to do with something you wrote earlier in this thread: "I've tried Firefox, Safari, Opera and Explorer". Uh, would that be Microsoft Internet Explorer? How do you have that installed?

  • Why can't i open a https adress?

    Why can't I open a https adress?

    If you are using the machine with that problem to post here, you are opening an https address - all pages of Apple Support Communities are https.
    Otherwise, please post some specific information -
    What specific model Mac do you have?
    What OS X version are you using?
    What browser, name and version, are you using?
    A more detailed expression of the problem - ist it just one specific site? If so, what's the URL? If you get an error message, what is the exact message? ...etc.

  • Why Can't I open spreadsheet on my Mac Book?

    Why Can't I open spreadsheet on my Mac Book Pro? I have gone to the App store to download the most current version of Numbers, but am told it is already installed. The version of Numbers on my computer says it is 2.3 (554).  ( in "about Numbers").  If it is already installed why can't I open a spreadsheet created long ago, but used recently without any problems until today. Very Frustrated.  I have Maverick on my 2012

    Your Mac is too old.  See http://support.apple.com/kb/HT5842 .
    Also, a Mac with 2 GB of memory does not run well on Mavericks.

  • Why can't I open a FCE project file that I have saved? (It now says ZERO kb

    Hello...
    I have just started working on a project in Final Cut Express - I render, save, and close out of FCE - but, when I go back to FCE, the project I was working on does not open.
    Why can't I open a project file that I have saved?
    Here was my process in a nutshell:
    ~ When I opened FCE, I went the System Preferences and set the Scratch Disks to a folder on my external hard drive.
    ~Then, I went to File - New Project - worked on the project for a while (including creating bins, importing images and video, and creating a sequence.
    ~I saved the project file to the same folder that I set my Scratch Disks to.
    as often throughout this process.)
    ~When I was done, I saved again andd closed FCE.
    ~Then, soon after, I opened FCE again and my project did not open automatically.
    ~So, I clicked File - Open Recent - browsed to and chose the project file name and FCE gave me a "Unable to open file" message.
    ~When I check to see if the project file actually saved to my external hard drive, the name appears, but it says the file size is ZERO kb.
    I have done this twice with the same unfortunate result. What am I doing wrong? I have worked on FCE on this same computer before, setting the Scratch Disks the same way, and I did not have this problem.
    Please help. Thank you so much for your feedback.
    ...Rae

    Are you sure you are trying to open the project file you actually saved ?
    Try using Spotlight to search for your project file name. I might be wrong, but I guess you try to open an empty copy while your real project file (what you saved) is somewhere else in either your startup disk (Documents folder ?) or the external drive. If so do not use Open Recent in FCE but simply double click the "real" project file.
    Piero

  • Why can't I open a Adobe PDF file sent to me by e-mail as an attachment?

    Why can't I open a Adobe PDF file sent to me by e-mail as an attachment?

    I don't know. What exactly happens? (Exactly - including all error messages in full please) What is your computer (e.g. Windows 7), browser, and email program?

  • Why can't I open a pdf file on my desktop?  I keep getting this message: Adobe Reader could not open '8pdk_96_4.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and w

    Why can't I open a pdf file on my desktop?  I have Adobe Reader and running OS 10.10.1  I keep getting the same message: "Adobe Reader could not open '8pdk_96_4.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded)."

    I tried that.
    I saved the file 8pdk_96_4.pdf to my desktop and tried to open it using Adobe Reader but I get the same message: Adobe Reader could not open '8pdk_96_4.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded).

  • What is a .pkf and why can't I open it?

    Newb here,
    I am working in Audition for the first time (by employer's request).  I was given session files as .pkf files from work but have no idea how to open them at home.
    I have searched through all of the previous forum entries, help folders and google to no avail.  I have a deadline to meet and am getting nowhere closer.
    So in summary,
    What exactly does a .pkf file hold?  Session info? Audio?
    Why can't I open it in Audition if it was created by it?  How do I open it?
    Any info would be very helpful! Thanks for taking the time to read my request!
    (also, let me know if this is the wrong place for this)

    THANK YOU!!!
    You have provided me information that I couldn't find after countless hours of searching everywhere imaginable! 
    I'll go contact my employer right now.  I have all the audio files but no session files (sesx) that would contain all the range markers I need.
    Thanks again!

Maybe you are looking for

  • How can i get skype video calling to work on my mini ipad

    do need an additional webcam for skype calling

  • PM - How to put a PM order back in process?

    Hi, I'm trying to modify the status of a PM order, so that I will be able to cancel an invoice that is linked to a purchase order that is linked to this PM order. When I do t-code IW32 to modify the statuts of the order, I get the following error mes

  • Postioning with CSS

    Now i'm using CSS do i have to set the positioning for everything? do i still need to use a table if i want to have a background image with i.e. text on top? Also finally...I'm not ready for specifically code yet (I'm learning though) so how do i wor

  • Changing of byte value

    byte value is -128 to 127 i want to make it 0 to 255 the return result must be in byte form is it possible? how? can bit mapping work? tq

  • Motion won't load

    every other program in the studio will, but motion just crashes. and this is what the crash report has to say. ~~~~~~~~~~~~~~~~ Command: Motion Path: /Applications/Final Cut Studio/Motion.app/Contents/MacOS/Motion Parent: WindowServer [56] Version: 2