Referencing footnotes in an index

What is the standard manner for referencing footnotes when I create an index in InDesign?  In books of old I have seen "27 (fn 12)," pus others, and in modern works "27N12."  Any thoughts and how would I go about doing this in InDesign?
Cordially,
A. Wayne Webb

Basically, you are doing it the right way.
If you are sure that there are no overlapping column values, you can modify the query of the detail report to something like
select . . .
where (pcn = :p1_pcn
  or   sthn = :p1_pcn
  or   uic = :p1_pcn
)

Similar Messages

  • Does InDesign CC XML support Footnotes/Endnotes and Index Markers?

    Hi,
    Does InDesign CC XML support Footnotes/Endnotes and Index Markers already?
    Can anyone give me the list of limitations in XML to InDesign.
    Thanks in advance.

    Hello MW,
    First of all thanks for your reply. Yes I can create an XSLT to change the XML stream ready for import into InDesign template that we have. I have also downloaded the Refoot.js and UnFoot.js. For the footnotes I have already workaround for that, but how about the index-markers and cross-references do you have any idea on how to deal with it?
    Actually I have already XSLT script that will convert XML to InDesign Tagged Text. But our client want us to use the XML embedded in InDesign so they can just export the InDesign back to XML easily. I know that there are limitations in XML to InDesign, but we need to proved to them that using XML is not good to use in this workflow because of those limitations. So I'm looking for the list so I can send to them to tell them that what they want is not doable since there are a lot of things that XML in InDesign can't do.
    We have existing XML to InDesign round tripping workflow; 1) first we have the XSLT that will convert XML to InDesign Tagged text including footnotes, endnotes cros-refeneces and index-markers; 2) once the layout is final will export the InDesign document to HTML; 3) use XSLT script to convert exported HTML to XML. But it seems this workflow is not efficient to them. Can anyone suggest what other workflow for round tripping XML to InDesign.
    Again thank you very much for your quick reply.
    Regards,
    Elmer

  • Numbering of Footnotes in Pages 5.0.1

    I have 4 footnotes (data sources) in a one page document in Pages 5.0.1.  I have about 20 lines of text, mostly in bullet form.  Is there any way to reference the 4 footnotes in some cases repeatedly and not in sequential order.
    For example,  Text line one referencing footnotes 1,2.  Text line two referencing footnotes 1,2. Line 5 referencing footnote 3,4.  Lines 8-14 each referencing footnotes 1,2 or just 1 or 2. Line 18 referencing footnote 1,3.
    Thanks for any help.

    Unfortunately, no.  The latest vesion of Pages is seriously crippled.  Note, however, that if you had the previous (1.7.2) version of Pages for iOS, then you can reinstall that on your iPad.
    1. Delete Pages 2 from your iPad
    2. Pluf in you iPad to your mac and fire up itunes
    3. navigate to your iPad in the sidebar and click "Apps" (the second page)
    4. locate the icon for Pages 1.7.2 and click install. 
    You can then share documents between your Mac and your iPad (after you export any documents you may have created with the new versions back to PAges 09 format. You can also export them to Word format and then open them with the previous versions of Pages.) That is what I have done.

  • How to get descending index definition ?

    Let's say you create an ASCENDING index on the table "COMPANY", on the field "COMPANY_NAME". You name this index "INDEX_COMPANY_NAME".
    Oracle creates a record in the USER_INDEXES table (referencing "INDEX_COMPANY_NAME" as an index of the "COMPANY" table), and another one in the USER_IND_COLUMNS table (referencing "NAME" as a field of the "INDEX_COMPANY_NAME" index). In this case of ascending index, it is easy to get the field names of the index.
    If you creat now the same index as a DESCENDING one, USER_IND_COLUMNS table will not give "NAME" as a COLUMN_NAME of the "INDEX_COMPANY_NAME". You will get instead a "SYS..." value in USER_IND_COLUMNS.COLUMN_NAME.
    Finally, the question is : how can we get the list of the fields of a DESCENDING index ?

    how can we get the list of the fields of a DESCENDING index ?USER_IND_EXPRESSIONS.
    TEST@db102 SQL> create index newemp_sal_desc on newemp(sal desc);
    Index created.
    TEST@db102 SQL> select * from user_ind_columns where index_name='NEWEMP_SAL_DESC';
    INDEX_NAME                     TABLE_NAME
    COLUMN_NAME
    COLUMN_POSITION COLUMN_LENGTH CHAR_LENGTH DESC
    NEWEMP_SAL_DESC                NEWEMP
    SYS_NC00009$
                  1            34           0 DESC
    TEST@db102 SQL> select * from USER_IND_EXPRESSIONS;
    INDEX_NAME                     TABLE_NAME
    COLUMN_EXPRESSION                                                                COLUMN_POSITION
    NEWEMP_SAL_DESC                NEWEMP
    "SAL"                                                                                          1
    TEST@db102 SQL> create index newemp_upper on newemp(upper(ename), upper(job));
    Index created.
    TEST@db102 SQL> select * from user_ind_expressions where index_name='NEWEMP_UPPER';
    INDEX_NAME                     TABLE_NAME
    COLUMN_EXPRESSION                                                                COLUMN_POSITION
    NEWEMP_UPPER                   NEWEMP
    UPPER("ENAME")                                                                                 1
    NEWEMP_UPPER                   NEWEMP
    UPPER("JOB")                                                                                   2
    TEST@db102 SQL>                                                                                      

  • Imported loops are missing in the loop browser

    I have been having this problem ever since I purchased my mac last September. I tried upgrading to iLife '05 and Garageband 2 to try and fix the problem to no avail. I have checked (and doublechecked) the loop indexes for Garageband. There are three of them. The first is for the original loops included in Garageband. Then there is the single loops folder. Finally, there is the loop index of my Soundtrack Loop library that I am trying to import. I should note, here as well that it HAS successfully indexed the entire Soundtrack Loop library. Even the loops that don't show up in the loop browser are accounted for in the loop index. Also, I have confirmed that all of the actual files are where they are supposed to be, referenced to by the index. I have tried reinstalling Garageband 2 twice, and found no change. Any other advice in this realm would be hot.
    Thanx,
    Ben

    That's correct, 2 semitones. And of course you don't turn off the keyword browsing with this checkbox, you can still browse the loops by keywords. You turn off the "filter for better results" that doesn't show you the loops that are more than those 2 semitones away from the key that you set for your song. What you can't turn off is that the loop browser only shows you loops that match the measure of your song - so you get very few when you use an exotic measure.

  • Different results for decimal values between SQL and B1 RecordSet

    Hi Experts,
    This is really a strange one. I have the query below:
    SELECT Amount, TaxPrcnt FROM [@Table] WHERE ORDER# = '20246' AND ItemCode = '112488'
    The same query gives me 0.085 for TaxPrcnt if I run it in SQL Management Studio, but gives me 8.5 if I run it in B1 Query Generator, and the same if I use RecordSet object in DI. The actual value in the table is 0.085. Anyone know why B1 is multiplying the value by 100?

    Hi Ronnie,
    sp_prepexec is a system stored procedure used to generate  to prepare and execute a parameterized SQL statement. Have a look at:
    http://jtds.sourceforge.net/apiCursors.html#_sp_prepexec
    Basically, it's another way of passing a query to SQL rather than using a stored procedure. This command shouldn't be converting the data in any way, unless there's a specific cast or calculation in the query itself.
    Can you give simple details of the SQL table you created and I'll see if I can replicate the issue.
    Kind Regards,
    Owen
    P.S. Sorry about the query, I wrote that down this morning before all my brain cells were awake Referencing a field by index only works when grouping and sorting.

  • Using javadoc ant task to generate Javadocs

    Hi all
    this may confuse you (probably because i'm fairly confused)
    i was asked to write a script that in a project that could be ran to generate javadocs using ant libraries (org.apache.tools.ant.taskdefs.Javadoc)
    Does anybody have any experience in doing this?
    I know most ide s will generate them auomatically but that isnt what is need - and can some1 explain where the build.xml ant file comes in?
    Thanks

    thanks both for your pointers.
    I got the build.xml files to generate the javadoc - but is it possibly to get the javadocs of multiple source folders to be created in the place i.e
    the current webapp is seperated into 4 project folders each with their own source code, their is a[b] masterbuild.xml which calls each individual build.xml. Current all this file contains is a 'build.all' target and a 'clean' target.
    Is it possible to generate the javadocs for the whole webapp from here into the same docs folder with each java file being referenced from the same index.html?

  • Map IDs to Destinations in PDF output - Possible?

    I've searched for whether this can be done from Robohelp but all my queries are matching the FM Named Destinations to PDF, which I know how to use, but is not the particular goal.  It seems there should be a way to convert MapIDs in RH to Destinations in PDF but I have not found anything that indicate the Printed Doc Single Source workflow supports this. I'm probably missing something obvious. :/
    Robohelp 10
    Acrobat X Pro
    Doable?
    Diana

    You can set up tags so that the build only includes say TagX. http://www.grainge.org/pages/authoring/build_expressions/expressions.htm
    The other way is to build a TOC that only has the topics you want and an index that only references them etc, then use the Exclude Unreferenced Topics option. Any topic not referenced in the TOC, Index, links etc will be excluded.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Related files not showing in CS5

    In Dreamweaver CS4, files related to the source file (for example, source file: index.php, related file referenced in source file: index.css) are shown just below the source file name in the toolbar above code/design view, but related files are not shown in CS5. In CS5, clicking in the main menu "View" -> "Related Files" shows "(No Related Files)." but index.css is a related file. Was this an intended change in CS5 or am I not understanding what a related file is?

    Hi David,
    I've completely lost my Related Files toolbar. 
    And when I edit my stylesheet and click ENTER, I get the following error message: 
    "An unexpected error occurred while trying to read style-sheet information." 
    Please advise.

  • Oracle Spatial Conceptual Diagram

    Hii All..
    Do you guys have any document OR where can I get a document that
    shows conceptual design/diagram for Spatial.
    I want to know how all the table related to each other (Basically, I need the
    ER diagram.
    Thanks!
    Hope somebody can help me on this.
    Best Regards,
    Desmond.

    Hi Desmond,
    Within ORACLE-Spatial two Methodes of storing Data is described. First the Relational Method.
    Every GEOCLASS you are modelling will be represented by 4 tables:
    <CLASSNAME> = main Attributes (referenced by a GID-Pointer) for a single Object
    <CLASSNAME>SDOGEOM = Koordinate-List-Element referencing by SDOGID for Single Object and SDO_SEQ for ranking of elements within geometrie.
    <CLASSNAME>_SDODIM = declaration of dimensions (axis) with lower- and upper boundry, tolerance and name (2 dimensions => 2 Entities within that table)
    <CLASSNAME>_SDOLAYER = Hirarchical indexing-Master-Table ( Quad-Tree ) for every dimension
    <CLASSNAME>_SDOINDEX = Quad-Tree-Tiling and referencing of elements (Area-Index)
    The first two tables of this modell are carriing the data, the rest is for administrative use and indexing.
    Second the Object relational modell:
    Every Object (i.e. a Building) is described within 1 Entity in a table. So the Object is described by a reference-Number,
    all declarative Attributes (behaviors) and finaly the Object-Type SDO_GEOM.
    <CLASSNAME>.ID = reference-Row
    <CLASSNAME>.att1 = first attribute (i.e. ownership of a Building)
    <CLASSNAME>.geom = mdsys.sdo_geometry = entire description of the geometry
    Where sdo_geometry has serveral subtypes:
    SQL> desc mdsys.sdo_geometry
    Name Null? Typ
    SDO_GTYPE NUMBER
    SDO_SRID NUMBER
    SDO_POINT SDO_POINT_TYPE
    SDO_ELEM_INFO SDO_ELEM_INFO_ARRAY
    SDO_ORDINATES SDO_ORDINATE_ARRAY
    SQL> desc mdsys.sdo_point_type
    Name Null? Typ
    X NUMBER
    Y NUMBER
    Z NUMBER
    SQL> desc mdsys.sdo_elem_info_array
    mdsys.sdo_elem_info_array VARRAY(1048576) OF NUMBER
    SQL> desc mdsys.SDO_ORDINATE_ARRAY
    mdsys.SDO_ORDINATE_ARRAY VARRAY(1048576) OF NUMBER
    Thus selecting of koordinates is a bit difficult. But can be done upon knowing how to do.
    i.e. SQL*PLUS:
    col koordinate format a24 word_wrap
    select b.geom.sdo_ordinates koordinate from building b where att1='Government';
    Koordinate
    xxxxxxxxx yyyyyyyyyy
    xxxxxxxxx yyyyyyyyyy
    and so on.
    CU
    Stefan

  • Accessing custom device FIFO array element by name

    Hi,
    Some of my custom devices have a large number if I/Os. Because the FIFOs are arrays, my custom device RT driver VI has been referencing them by indexing the arrays. Is there a recommended method to reference FIFO I/Os by name, and preferably the same name as the channel names that are created by the initialization VI? Referencing array elements by index can get very confusing and not very flexible if I need to add or remove custom device I/Os. Thanks.

    You could use an enum diagram constant to wire to the index terminal of index array. Make the item name correspond to the element name.
    LabVIEW Champion . Do more with less code and in less time .

  • Is there any performance difference in the order of columns referencing index?

    I wish to find out if there is any performance difference or efficiency in specifying those columns referencing index(es) first in the WHERE clause of SQL statements. That is, whether the order of columns referencing the index is important???.
    E.g. id is the column that is indexed
    SELECT * FROM a where a.id='1' and a.name='John';
    SELECT * FROM a where a.name='John' and a.id='1';
    Is there any differences in terms of efficiency of the 2 statements??
    Please advise. Thanks.

    There is no difference between the two statements under either the RBO or the CBO.
    sql>create table a as select * from all_objects;
    Table created.
    sql>create index a_index on a(object_id);
    Index created.
    sql>analyze table a compute statistics;
    Table analyzed.
    sql>select count(*)
      2    from a
      3   where object_id = 1
      4     and object_name = 'x';
    COUNT(*)
            0
    1 row selected.
    Execution Plan
       0      SELECT STATEMENT Optimizer=CHOOSE (Cost=1 Card=1 Bytes=29)
       1    0   SORT (AGGREGATE)
       2    1     TABLE ACCESS (BY INDEX ROWID) OF 'A' (Cost=1 Card=1 Bytes=29)
       3    2       INDEX (RANGE SCAN) OF 'A_INDEX' (NON-UNIQUE) (Cost=1 Card=1)
    sql>select count(*)
      2    from a
      3   where object_name = 'x'   
      4     and object_id = 1;
    COUNT(*)
            0
    1 row selected.
    Execution Plan
       0      SELECT STATEMENT Optimizer=CHOOSE (Cost=1 Card=1 Bytes=29)
       1    0   SORT (AGGREGATE)
       2    1     TABLE ACCESS (BY INDEX ROWID) OF 'A' (Cost=1 Card=1 Bytes=29)
       3    2       INDEX (RANGE SCAN) OF 'A_INDEX' (NON-UNIQUE) (Cost=1 Card=1)

  • SOAP Error When Referencing Indexed Picklist Fields

    You may receive the following error, or something similar, when trying to access the "Indexed Picklist" fields via webservices.
    <siebelf:errormsg>Method 'SetFieldValue' of business component 'Opportunity Copy No Sales Process' (integration component 'Opportunity') for record with search specification '[Name] = "Hay man"' returned the following error:"The value entered in field Indexed Pick 1 of buscomp Opportunity Copy No Sales Process does not match any value in the bounded pick list Occam Indexed Custom Opty 1.(SBL-DAT-00225)"(SBL-EAI-04375)</siebelf:errormsg>
    This error can be caused by searching for a picklist value that doesn't exist. In many cases, the picklist values are valid, but the developer is accessing the wrong picklist. This is a common mistake because the user interface, and WSDL files are a little different. Indexed Picklist 1 in the user interface is really IndexedPick0 in the WSDL definition file, not IndexedPick1 like many people would think.
    Indexed Picklist 1 = IndexedPick0
    Indexed Picklist 2 = IndexedPick1
    Indexed Picklist 3 = IndexedPick2
    Indexed Picklist 4 = IndexedPick3
    Indexed Picklist 5 = IndexedPick4
    Indexed Picklist 6 = IndexedPick5
    Below are the tests I ran when testing this issue, both SOAP requests and responses.
    ==========================================================================================================================================
    The value "Will" is a valid value for the indexed picklist 1 in the admin screen.... I receive the error because I should be looking in IndexedPick0, not IndexedPick1.
    <?xml version="1.0" encoding="UTF-8" standalone="no"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body>
    <OpportunityWS_OpportunityUpdate_Input xmlns="urn:crmondemand/ws/opportunity/10/2004">
    <ListOfOpportunity>
    <Opportunity>
    <OpportunityName>Hay man</OpportunityName>
    <IndexedPick1>Will</IndexedPick1>
    </Opportunity>
    </ListOfOpportunity>
    </OpportunityWS_OpportunityUpdate_Input>
    </soap:Body>
    </soap:Envelope>
    <?xml version="1.0" encoding="UTF-8" ?>
    - <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    - <SOAP-ENV:Body>
    - <SOAP-ENV:Fault>
    <faultcode>SOAP-ENV:Server</faultcode>
    <faultstring>Method 'SetFieldValue' of business component 'Opportunity Copy No Sales Process' (integration component 'Opportunity') for record with search specification '[Name] = "Hay man"' returned the following error:"The value entered in field Indexed Pick 1 of buscomp Opportunity Copy No Sales Process does not match any value in the bounded pick list Occam Indexed Custom Opty 1.(SBL-DAT-00225)"(SBL-EAI-04375)</faultstring>
    - <detail>
    - <siebelf:errorstack xmlns:siebelf="http://www.siebel.com/ws/fault">
    - <siebelf:error>
    <siebelf:errorsymbol />
    <siebelf:errormsg>Method 'SetFieldValue' of business component 'Opportunity Copy No Sales Process' (integration component 'Opportunity') for record with search specification '[Name] = "Hay man"' returned the following error:"The value entered in field Indexed Pick 1 of buscomp Opportunity Copy No Sales Process does not match any value in the bounded pick list Occam Indexed Custom Opty 1.(SBL-DAT-00225)"(SBL-EAI-04375)</siebelf:errormsg>
    </siebelf:error>
    </siebelf:errorstack>
    </detail>
    </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    ==========================================================================================================================================
    Correct example and good response.
    <?xml version="1.0" encoding="UTF-8" standalone="no"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body>
    <OpportunityWS_OpportunityUpdate_Input xmlns="urn:crmondemand/ws/opportunity/10/2004">
    <ListOfOpportunity>
    <Opportunity>
    <OpportunityName>Hay man</OpportunityName>
    <IndexedPick0>Will</IndexedPick0>
    </Opportunity>
    </ListOfOpportunity>
    </OpportunityWS_OpportunityUpdate_Input>
    </soap:Body>
    </soap:Envelope>
    <?xml version="1.0" encoding="UTF-8" ?>
    - <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    - <SOAP-ENV:Body>
    - <ns:OpportunityWS_OpportunityUpdate_Output xmlns:ns="urn:crmondemand/ws/opportunity/10/2004">
    - <ListOfOpportunity xmlns="urn:/crmondemand/xml/opportunity">
    - <Opportunity>
    <OpportunityId>1-UVW382</OpportunityId>
    <AccountId>1-SILNWP</AccountId>
    <CreatedDate>12/07/2006 08:58:52</CreatedDate>
    <CreatedBy>Will Braithwaite, 12/07/2006 08:58:52</CreatedBy>
    <ExternalSystemId />
    <IntegrationId>1-UVW382</IntegrationId>
    <ModifiedDate>07/13/2007 09:45:56</ModifiedDate>
    <ModifiedById>1-S79WT5</ModifiedById>
    <ModifiedBy>Will Braithwaite, 07/13/2007 09:45:56</ModifiedBy>
    <CreatedById>1-S79WT5</CreatedById>
    </Opportunity>
    </ListOfOpportunity>
    </ns:OpportunityWS_OpportunityUpdate_Output>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>

    Post Author: ayla1209
    CA Forum: Data Connectivity and SQL
    I'm having the same error - did you ever get a solution?

  • Get referenced pages of every pageReference in Index

    Hi there!
    I'm working on a script that attempts to review all page references on each topic of an index in order to remove duplicates and build page ranges...
    So far I get the referenceType for each pageReference, but it only returns the 'referenceType' and not the current page as the Indesign 8 Object Model says:
    PageReferenceType.CURRENT_PAGE  (Read Only)
    Data Type: number , Value: 1668444263
    Adobe InDesign CS6 (8.0) Object Model
    The page on which the index entry is located.
    The followin script write in console each topic's name and its references (as 1668444263 if is of type CURRENT_PAGE), and I would like to get the real current page number...
    Any help really appreciated!!
    var index = app.documents[0].indexes[0];
    for (i = 0; i < index.topics.length ; i++)
        $.write("Topic: " + index.topics[i].name + "\n");
            for (t = 0; t < index.topics[i].pageReferences.length ; t++)
                var pRef = index.topics[i].pageReferences[t].pageReferenceType;
                $.write(pRef + "\n");

    Well... The script I'm trying to build kinda do the same of Kahrel's but in ID's own index, not the one generated. Mostly because I'm editing the index constantly for revision and at the same time editing the body text and it feels creepy to 'clean' those entries in that generated script and keep ID's index 'dirty'.
    The really weird thing I'm facing right now is that ID's 'book' option is not clear enough, and so far I've found that every document in a book has it's own index and somehow ID shares its topics and entries so that you can view the total index while working in any document of the book [although it takes its time to refresh…]. In a scripting point of view... you cannot get all entries across all book's documents, and that make entries processing a tough job... scriptingly speaking...
    For now I'm trying to assign key-labels so that the topics and their entries are easily retrieved and processed avoiding as many loops as possible…
    If u've found of know about any other way for working with indexes on books, please share and spare my head hitting the wall at nights…

  • Object indexes / referencing question

    I have a row of input boxes which are all named the same (MonthlyRate). There are 10 of these so the names are MonthlyRate[0], MonthlyRate[1], MonthlyRate[2], etc. All I want to do is populate the next item in the row when the previous is filled. For example, when the first value is entered, I want that value to be filled in the next box. My syntax is as follows:
    (On change event for MonthlyRate[1])
    MonthlyRate[2].rawValue = this.rawValue;
    When I try to run this, it says that MonthlyRate[2] has no properties. Is there a different way to access object names by index other than this?

    This is just because of a restriction in syntax between javascript and FormCalc. Javascript cannot use the [] to access collections. The objects in the XFA object model are collections not Arrays. Form Calc can understand you are trying to access the collection, so you can write it directly instead of using resolveNode or throught the all collection.

Maybe you are looking for

  • Message Pool Problem

    I have a program that it functions perfectly in the environment of Development, but when I carry to Quality, the messages of the Message Pool do not appear more. Just the "Message Key" appears instead of the "Message Text".

  • E-Commerce for ERP and CUA

    We are installing the E-Commerce module for ERP and we are running into an issue with the User Management peice.  We are unable to create new users.  The error we are getting is: 1.- You do not have authorization to maintain users in the central syst

  • Folder does not appear to point to site

    Since the update (2014.2 or so) I get this alert: Folder "/ccc" does not appear to point to site "www.fastertrack.com". [Ignore]    [Fix]* Aside from being a slight nuisance there appears to be no effect on the resulting uploaded site. I tried with b

  • Ipod mini from ebay. not showing up on usb, no default disc plz help!

    hi there, i recently bought an ipod mini from ebay.com. The ipod is in good running condition and works great with the songs i have on it that i got from my friends computer. The only problem is that i cannot get songs from my computer to my ipod min

  • Javascript to call hidden link

    Hi all, I wanted to use a jenia popup frame with the t:jscookmenu. I tried multiple ways to imbed the popup link inside the menu but none of them worked. Therefore, I decided the best way to go about it would be to add a hidden popup link and use the