JavaScript error: Invalid Syntax in Personalization dialog (URL too long)

When personalizing some of our iviews, we get a javascript error: "Invalid Syntax". Doing a View - Source in the personalization dialog shows a very long URL being generated in the FORM ACTION attribute:
<form style="margin:0px 0px 0px 0px; " name="htmlb_2151_0"
id="htmlb_2151_0" method="POST" action="/irj/servlet/prt/portal/prtpos/com!
252esap!252eportal!252epagebuilder!252eIviewModeProxy!7b!3bpcd!253aportal!
255fcontent!252fcom!252enexeninc!252efld!255fNEXEN!255fContent!252ffld!
255finternational!252ffld!255fexec!255fwksp!252ffld!255fsecurity!252ffld!255frot!
255fscheds!252fcom!252enexeninc!252eiog!252eexec!252ewksp!252ero!
255fsecurity!255frotation!255fschedule!252fcom!252enexeninc!252eiog!252eexec!
252ewksp!252ews!255fmy!255fworkspace!255fiog!255fdashboard!252fcom!
252enexeninc!252eportal!252enavigation!252ews!255fmy!255fworkspace!252ffld!
255fiog!255fdashboard!252ffld!255fsecurity!252ffld!255frotation!255fschedule!
252fcom!252enexeninc!252eiog!252eexec!252ewksp!252epg!255frotation!
255fschedule!255fb14!252fcom!252enexeninc!252eiog!252eexec!252ewksp!252eiv!
255frotation!255fschedule!255fb14!7d.pcd!253aportal!255fcontent!252fcom!
252enexeninc!252efld!255fNEXEN!255fContent!252ffld!255finternational!252ffld!
255fexec!255fwksp!252ffld!255fsecurity!252ffld!255frot!255fscheds!252fcom!
252enexeninc!252eiog!252eexec!252ewksp!252ero!255fsecurity!255frotation!
255fschedule!252fcom!252enexeninc!252eiog!252eexec!252ewksp!252ews!255fmy!
255fworkspace!255fiog!255fdashboard!252fcom!252enexeninc!252eportal!
252enavigation!252ews!255fmy!255fworkspace!252ffld!255fiog!255fdashboard!252ffld!
255fsecurity!252ffld!255frotation!255fschedule!252fcom!252enexeninc!252eiog!
252eexec!252ewksp!252epg!255frotation!255fschedule!255fb14!252fcom!
252enexeninc!252eiog!252eexec!252ewksp!252eiv!255frotation!255fschedule!
255fb14!7bedit!7d-/prttarget/pcd!253aportal_content!252fcom!252enexeninc!
252efld_NEXEN_Content!252ffld_international!252ffld_exec_wksp!252ffld_security!
252ffld_rot_scheds!252fcom!252enexeninc!252eiog!252eexec!252ewksp!
252ero_security_rotation_schedule!252fcom!252enexeninc!252eiog!252eexec!
252ewksp!252ews_my_workspace_iog_dashboard!252fcom!252enexeninc!
252eportal!252enavigation!252ews_my_workspace!252ffld_iog_dashboard!
252ffld_security!252ffld_rotation_schedule!252fcom!252enexeninc!252eiog!
252eexec!252ewksp!252epg_rotation_schedule_b14!252fcom!252enexeninc!
252eiog!252eexec!252ewksp!
252eiv_rotation_schedule_b14/prteventname/HtmlbEvent/prtroot/com.sap.portal.pag
ebuilder.IviewModeProxy" onsubmit="return htmlbCheckSubmit('htmlb_2151_0');"
ondragover="htmlbFormDragOver()" ondragleave="htmlbFormDragLeave()">
(Line breaks added for readability.)
This URL is 2187 chars long - over the <a href="http://support.microsoft.com/kb/208427">limit of 2083 allowed by Internet Explorer 6</a>.
How can we shorten this URL?
We can shorten our PCD path (currently 427 chars). But Portal is taking this string and making it 5 times longer; this does not seem reasonable to me.
Questions:
1. Can we control how Portal escapes punctuation ( . _ / ) from 1 char into 5 (!252e etc.)? This would save 720 chars.
2. Can we control how Portal duplicates the PCD path 3 times in this scenario? This would save 1406 chars (approx).
Tried enabling "Short URLs" - does not affect this length.
Environment:
- EP6, SP16.
- IE 6.0 on XP, SP2

I think you're stuck. All I can suggest is renaming the ids to shorted the prefixes...
Otherwise, implement a different personalization capability.

Similar Messages

  • Javascript error invalid syntax

    Hii Javaties
    I am a having a jsp page(List.jsp) where i am showing a list of records.
    In this page user can select the number of records per page
    For this i have provided a combo box from which user can select the no of records per page say 10 ,20 ,25,30.
    In this page i also have a functionality for previous and next.
    Now my problem is tht , if user selects 10 or 20 records per page everything is fine, but if he selects anything above 24 i.e 25,30 then there is a problem.
    The list is displayed then also , but if user selects some new criteria say 10 records/page , then i get a javascript error invalid syntax.
    I am getting the list of records in a ArrayList in the servlet and then i am passing this arrayList as a request attribute to the jsp.
    Also i am initiliazing my ArrayList as
    ArrayList company=new ArrayList();
    Can any body tell me about invalid syntax.
    If i am not clear plz tell me .

    Well Mr Brainy,
    I said tht the error is in javscript, but the problem
    i think is in java code.Based on your remarkable powers of deduction?
    Bcz it is working fine when my form has less than 24
    elements, but when it exceeeds this limit, it gives
    me error.
    Can it be due to no of elements in jsp form ?No. It's due to a bug in your code that manifests yourself when you have that number of elements.
    Check on line 57.

  • Error on the reports with drill-through links on SSRS 2012 SP2 -- Invalid URI: The Uri string is too long

    Hi, We are migrating SSRS 2008 R2 reports to SSRS 2012 SP2. (PS. SSRS 2012 SP2 has been applied.) Everything went smooth expect some reports which were using reporting services. These reports have some drilin-through actions and was passing in a huge
    xml parameter. I referred to some other posts in which there were also some similar issues like "The Uri string is too long."  but they're different. My reports can be opened and the error only occurred when accessing the drill-through actions.
    As I know, Microsoft has provided the fix for the known issue "The Uri string is too long." in sp1 but it looks it can't cover this kind of situation since I have installed the SSRS SP 2. Is there any solution? In addition, there's no such
    issue on SSRS 2008 R2.
    Thanks,
    onizga

    Hi onizga,
    According to your description that you are migrating SSRS 2008 R2 reports to SSRS 2012 SP2, after migration you got some error like “The Uri string is too long” which only occurred when accessing the drill-through actions, right?
    Usually, the issue can be caused when you try to pass some parameters that cause the URL length to exceed 65,520 characters for a Microsoft SQL Server 2012 Reporting Services (SSRS 2012), you cannot render the report, and you may receive the following error
    message:
    The value of parameter 'param' is not valid. (rsInvalidParameter).Invalid URI: The Uri string is too long.
    This is an known issue and already have the hotfix SQL Server 2012 Service Pack1 Cumulative Update 9 (CU9) as you know, you can try to reinstall this hotfix to fixed this issue:
    http://support.microsoft.com/kb/2916827 .Any issue after applying the update, please post it on the following thread or you can submit an feedback:
    http://connect.microsoft.com/SQLServer/feedback/details/788964/ssrs-2012-invalid-uri-the-uri-string-is-too-long 
    Similar threads for your reference:
    SSRS - The value of parameter 'param' is
    not valid. ---> System.UriFormatException: Invalid URI: The Uri string is too long.
    Microsoft.ReportingServices.Diagnostics.Utilities.InvalidParameterException:
    The value of parameter 'pSetOfScopes' is not valid. ---> System.UriFormatException: Invalid URI: The Uri string is too long
    If you still have any question, please feel free to ask
    Regards
    Vicky Liu
    If you have any feedback on our support, please click here

  • How do I export my iMovie '11 video and burn it to a DVD? I've tried 'Share' - 'Media Browser', 'iDVD', and 'Export Movie' but always get an error message indicating that my movie is too long to publish. Thoughts?

    How do I export my iMovie '11 video and burn it to a DVD? I've tried 'Share' - 'Media Browser', 'iDVD', and 'Export Movie' but always get an error message indicating that my movie is too long to publish. Thoughts? Additionally, what does 'File' 'Finalize Project' do?

    Instead of Share to Media Browser, what happens if you try Share Menu > Export Movie... (choose Large size) and save it to the Desktop?
    If that fails try Share Menu > Export using QuickTime...
    Then pick Movie to QuickTime Movie, then click on Options... which is just to the right of Export
    Under the Video section click on Settings...
    Then in the pulldown menu at the top, titled Compression Type: Choose Apple Intermediate Codec. Then click OK. And click OK again, and save it to the desktop. Once the .mov file is created, you can import that into iDVD and most likely it will work in Wondershare Creator if you prefer to use that instead.

  • Java.io.IOException: URL too long

    Anybody ever seen this. Is there a way around this short of shortening the URL?

    java.io.IOException: URL too long
         at com/ms/net/wininet/WininetURLConnection.connect
         at com/ms/net/wininet/WininetURLConnection.getInputStream
         at kiaobjects/simulator/simCom.reqExceptionTestFinish
         at kiaobjects/tests/typing/typingtest.run
         at java/lang/Thread.run
    java.lang.NullPointerException
         at kiaobjects/tests/typing/typingtest.run
         at java/lang/Thread.run
    The URL is over 2500 characters long.

  • HPLIP: "Syntax error: invalid syntax" installing HP LaserJet 1018

    I'm trying to install my HP LaserJet 1018 on my new laptop with fresh arch installation. I have installed Cups and hplip, and now run hp-setup to install the proprietary plugin from HP that will load the firmware to the printer. However, I get an error running hp-setup and so the plugin cannot be installed.
    * my printer is plugged in and turned on. In the system log, I can see something is recognized
    * I run "hp-setup -i" as root
    * Specify that the printer is installed on USB, then proceed to download the plugin. This succeeds
    * Then it tries to install the plugin, and that is where it fails, with this message:
    | INSTALLING PLUG-IN |
    Verifying archive integrity... All good.
    Uncompressing HPLIP 3.10.9 Plugin Self Extracting Archive.........................................
      File "./plugin_install.py", line 78
        except ImportError, e:
                          ^
    SyntaxError: invalid syntax
    error: Python gobject/dbus may be not installed
    (I don't really know how to do proper formatting on this forum, but the ^ indicating where the error is is on the comma , after ImportError)
    Does anyone know what is going wrong? It seems to me that there is an error in the plugin_install.py-file which then makes the installer believe that the pygobject and dbus-python are not installed, but they both are. Also, "hp-check -t" shows that all dependencies are there. Can anyone help me?

    Delete the /usr/bin/python file which is just a link to /usr/bin/python3
    Change to /usr/bin folder
    Create a new link, this time pointing to python 2.7
    The commands
    rm -rf /usr/bin/python
    cd /usr/bin
    ln -s /usr/bin/python2.7 python

  • Geting javascript error when i click personalization tab

    Hi EP Guru's,
    I installed EP 6.0 successfully. When i click personalization tab on the first page giving javascript error. Please help me how to solve and work on personalization.
    With Regards,
    Lolla Murali.
    [email protected]
    Message was edited by:
            Lolla Venkata Murali Krishna

    Hi Murali,
    Pls check this:
    Personalization link not working
    Regards,
    Shyam.

  • Javascript error: invalid access to memory location

    I have a Popup Key LOV (Displays description, returns key value) in a screen that works great.
    Then we were giving a training to use the app.
    This one room has 8 computers in it and all get the Javascript error:
    Error: invalid access to memory location
    after the Popup comes up and then when selecting one of the choices.
    The version was 6.0xxxx and other machines are IE 7.0 but we found another machine not in that room that had 6.0xxx and it works fine.
    That room may not have had upgrades to OS or ???, ???
    Any ideas in what to check?
    Thanks Bill

    Hello,
    And this is a javascript error your getting? I've never seen that one, have you checked in FF it's debug message is better and will help you narrow it down.
    Since there your getting inconsistent results between the machines in that room compared to others is some sort of plugins on the machines your using for training? Popup blockers or tracking plugins (seen that in some UI labs).
    My other guess is that there might be some js trying to run on the popup before it's opened, but that wouldn't account for the inconsistent results.
    Carl

  • ITunes installation error - no C-drive, invalid C-drive, or specified path too long

    This is an answer rather than a question as answer to a previous question seemed unresolved and I had similar problem which I have resolved. I thought posting it might help others...
    My OS System disk wasn't set as the C-drive (how or why I'm not sure, but I have several OS installations and 2 hard-drives and must be a result of the way I installed these). And so I had no C-drive at all (except when I plugged in USB Pen's they would appear as C-drive).
    iTunes wouldn't let me install unless I had a C-drive - probably said I had an invalid C-drive or something. So I tried creating a virtual C-drive by mapping the C: drive letter to a new empty folder on my system disk (G-drive) to "C:". See - http://ask-leo.com/i_have_no_c_drive_but_some_programs_insist_on_it_what_can_i_d o.html
    This DIDN'T resolve the problem as it merely created a different error message - it said: "The specified path is too long C:\Program Files" NB This is despite me telling it to install iTunes to the G-drive.
    Solution: I removed the virtual C-drive (ie. mapping of "C:"  to the new folder) and instead in My Computer -> Manage -> Storage -> Disk Management, I assigned the C: drive letter to a drive partition I use for storing media (I plan to name it back else several programms will fail to store media correctly). I also moved the iTunes.exe installation file to that C: partition in case that helped. Installation (still told to be the G-drive) was now successful.
    What I noticed is iTunes created the following path - C:\Program Files\JavaSoft\JRE\1.3.0_02\lib\ext - and dumped this file there: QTJava.zip Looks suspiciously like an install file for the bundled (and required) updated Quick Time, which it obviously requires to be dumped on a C-drive. Once installed I doubt that file will still be needed, so I'll delete it after I restart (it won't let me at the mo).
    If you don't have extra partitions that you can assign C-drive to, then you could either try Adding (rather than changing) the C: drive letter to your current System disk. IN FACT I'M THINKING THAT'D BE THE BEST THING TO DO ANYWAY as then all programmes will use the correct system disk regardless of whether they think they should be using G: or C: (though I've not tried it, so can't be sure this works). Alternatively I reckon you could connect a USB stick and assign C-drive to that (if it isn't in fact automatically assigned it). Allow it to dump the QTJava.zip file on to it and once installed, you can remove the USB Stick - NB I'd suggest using the Safe Removal. (Well, might be worth restarting first in case it is referencing anything on it that isn't finished until restart.)
    Hope this helps someone as was driving me potty coz I couldn't update my iTunes and thus couldn't sync my iPhone!

    Hi AltafB,
    For your situation, you can short the path for the source code. Or use a short path for build agent folder in your build definition. You can refer to the links below to solve your problem:
    http://blogs.msdn.com/b/aaronhallberg/archive/2007/06/20/team-build-and-260-character-paths.aspx
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/1638a5f0-9321-4ff9-9ee7-6d347badb972/please-some-solution-to-the-specified-path-file-name-or-both-are-too-long?forum=tfsbuild
    Besides, since you deploy Orchard to Azure, you can also publish it directly using publish profile in Visual Stduio or WebMatrix directly.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • OHS failed to load css file due to URL too long

    Hi everyone.
    I hate weblogic and webcenter rendered URL, it is so long and so unfriendly. I have a webcenter portal with two applications and both of them run on clustered managed servers.
    To load balance between managed server, I use OHS with mod_wl. My portal application has web root /portal, so that I have to use URL_rewrite method to change / to /portal. My url rewrite rule like that:
    RewriteRule ^/$       /portal/ [R]Almost things work fine, but my application has been lost css file, I tried to track back problem on Oracle WebCache and Http Server. Finally, I found the problem on OHS when it tried to load URL, this error log message:
    [OHS] [ERROR:32] [OHS-9999] [core.c] [host_id: cnth-webportal02] [host_addr: 10.0.11.12] [pid: 2032] [tid: 6] [user: oracle] [VirtualHost: main] (78)File name too long:  Cannot map GET /portal/resourceproxy/~.portletId~3D~252Foracle~252Fadf~252Fportlet~252FscopedMD~252Fs8bba98ff_4cbb_40b8_beee_296c916a23ed~252Fportlets~252FDsVbQppl_aac156d0_7228_4d64_8d64_540747b24374~26clientId~3D376889213~26resourceId~3Dwsrp-url~25253Dhttp~2525253A~2525252F~2525252Fcnth-webap01~2525253A7005~2525252Fdsvbqpplportlet~2525252Fportlets~2525252Fresources~2525252Fadf~2525252Fstyles~2525252Fcache~2525252Fportal-desktop-p3hck1-en-ltr-gecko-prtl.css~252526wsrp-resourceID~25253D~252526wsrp-preferOperation~25253Dfalse~252526wsrp-requiresRewrite~25253Dtrue~252526wsrp-resourceState~25253D~252526wsrp-resourceCacheability~25253D~26baseUrl~3Dhttp~253A~252F~252F10.0.11.12~252Fportal~252Ffaces~252Fvi~252Fvim~252Fvipages_trangchu~252Fvanbanquyphamphapluat~252FPage21a40ab3_13db990577d__7ffe~253F_adf.ctrl-state~253Da6u2s5q4o_4~2526_afrWindowId~253Dq4kb7nftg_835~2526_afrLoop~253D95429295792500~2526_afrWindowMode~253D0~26locale~3Den~26checksum~3Da2e2f3fca8c0242727c089582d5766a64621549b/portal-desktop-p3hck1-en-ltr-gecko-prtl.css HTTP/1.1 to file, referer: http://10.0.11.12/portal/adfportlet?_adfp_request_id=1364703594900&_adfp_icr=1I've google for it but cannot found useful solution yet. Have you ever face to it ? How to solve it ?
    PS:
    Does this problem relate to mod_rewrite ? If true, how to direct root / to /portal without that module ?
    I see that portal project have to have an web root name that cannot be /. So with out rewrite module, my users cannot use http://portal-host/ to entry my portal.
    I have another issue with OHS, that is my servlet cannot work with OHS. My servlet (used to provide link to download file) work perfectly on managed servers but not on OHS load balancer. I am wondering that it is URL to long, too.
    Please help me

    I am currently running other OHS instance on RHEL 5.5 with the same configurations and have not any error. So, I am wondering about different between Solaris 10 and RHEL. Have you got any idea ?

  • Unable to connect to wifi(URL too long to handle)

    While on holiday in Lanzarote I was unable to connect to the hotel wifi other guests with iPad 2 did not have any connection problems
    The error message appearing was(The URL is too long to handle) thus not getting to the password screen.

    Try this -
    When you device is POWERED ON, remove the battery for a minute, and then reinsert the battery. This make a reboot to your device which minor issues with the BlackBerry device.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • Geeting error when select UoM BOX- entry is too long

    Hi ,
    While creating SC , using F4 Unit of measurement , when selected BOX,
    system gives entry too long error message.
    Please suggest , how we can  rectify this,
    Thank you
    Nilesh

    Did you check the following OSS note...OSS Note 1474124?

  • ERROR-400|ORA-01801:date format is too long for internal buffer on "upload"

    2006-06-23 16:23:39 Thread-2849151920 ERROR upload: Failed to upload file B0000001.xml, ret = -2
    2006-06-23 16:23:39 Thread-2849151920 ERROR upload: 3 Failures in a row for B0000001.xml, we give up
    2006-06-23 16:23:39 Thread-2849151920 ERROR upload: Error in uploadXMLFiles.  Trying again in 900.00 seconds or earlier.Ok, foolish me - I ran Redhat update and got a new kernel, libs etc. and basically got my OS current. But now OEM can't do uploads??
    I get the above errors and NOTHING on OEM has changed. I suspect a timezone issue; emd.properties sets the timezone to "US/Eastern" ... and has been like that ever since.
    Metalink doesn't mention this issue at all?
    I've done a clear-state; but that didn't fix the issue.
    Any ideas?
    Platform: RHES4 - OEM version 10.2.0.1 (straight out of the box).

    From emoms.trc:
    2006-06-23 16:06:59,893 [SeverityLoad https://oem.e-hms.net:3872/emd/main/] ERROR eml.XMLLoader markFileAsError.882
    - Failed to load B0000000001.xml because of errors; moving to errors directory. Error:
    ERROR-400|ORA-01861: literal does not match format string
            at oracle.sysman.emdrep.receiver.FxferRecv.DirectLoad(FxferRecv.java:1046)
            at oracle.sysman.emdrep.receiver.FxferRecv.loadSeverities(FxferRecv.java:1134)
            at oracle.sysman.emdrep.receiver.FxferRecv.receiveFile(FxferRecv.java:1609)
            at oracle.sysman.emdrep.receiver.FxferRecv.doPost(FxferRecv.java:764)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
            at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:336)
            at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
            at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
            at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
            at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
            at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
            at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186
            at java.lang.Thread.run(Thread.java:534)
    Caused by: java.sql.SQLException: ORA-01861: literal does not match format string
            at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:304)
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:271)
            at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:625)
            at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:184)
            at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:632)
            at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1162)
            at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2932)
            at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3004)
            at oracle.sysman.util.jdbc.PreparedStatementWrapper.executeUpdate(PreparedStatementWrapper.java:723)
            at oracle.sysman.emdrep.dbjava.loader.MultiTableInsertHandler.handleRow(MultiTableInsertHandler.java:277)
            at oracle.sysman.emdrep.dbjava.loader.XMLLoaderContext.handleSubDocument(XMLLoaderContext.java:1863)
            at oracle.sysman.emdrep.dbjava.loader.XMLDocumentSplitter.endElement(XMLDocumentSplitter.java:876)
            at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1257)
            at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:314)
            at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:281)
            at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:196)
            at oracle.sysman.emdrep.dbjava.loader.XMLDocumentSplitter.split(XMLDocumentSplitter.java:451)
            at oracle.sysman.emdrep.dbjava.loader.XMLLoaderContext.loadFromStream(XMLLoaderContext.java:1672)

  • Urls too long

    How do I control what appears in my url?

    I was assuming that you were uploading to a server other than MobileMe. Files published to the Apple server are different - in a way.
    When you publish to the Web/Sites folder direct from the iWeb application, the top site in iWeb will be published as a folder with the site name and an external index.html file. If a personal domain name is directed at this index file it will open the Home page of the site and the site name folder should not appear in the URL.
    If you have more than one site on a domain file the subsequent site(s) are published to a folder just the same but, since there is no external index file, the domain name has to be pointed to the index.html file inside the folder and the folder name has to appear in the URL. This info is irrelevant to you really because MobileMe doesn't allow more than on domain forward using Cname!
    Incidentally, you don't need Transmit to upload to the iDisk as it doesn't require FTP. Files can be uploaded by drag and drop. From the Finder Go menu, follow the path iDisk/My iDisk/Web/SItes.

  • Open audio stream url too long

    I found an internet radio that I wanted to import into itunes using open audio stream, but it has 226 characters in the URL and won't allow me to paste the entire thing. Is there any way around this?

    Did not fix, I cleared the cache and cookies.
    The website is picasaweb.google.com
    A partial peice of the url looks like this:
    http://picasaweb.google.com/lh/login?continue=http%3A%2F%2Fpicasaweb.google.com%2Flh%2Flogin%3Fcontinue%3Dhttp%253A%252F%252Fpicasaweb.google.com%252Flh%252Flogin%253Fcontinue%253Dhttp%25253A%25252F%25252Fpicasaweb.google.com%25252Flh%25252Flogin%25253Fcontinue%25253Dhttp%2525253A%2525252F%2525252Fpicasaweb.google.com%2525252Flh%2525252Flogin%2525253Fcontinue%2525253Dhttp%252525253A%252525252F%252525252Fpicasaweb.google.com%252525252Fhome%25252526pli%2525253D1%25252526a

Maybe you are looking for