Get the description

Is it possible to catch just the description on a Web site. I can't understand how to even to try to do. All sites Web is different, has nothing to go to.

I've seen other sites do, but I have no idea how they do it. Someone at - it ideas?

Any help is appreciated.

Hello

Make a operation on a url and pass it the result of this udf.

http://CFLib.org/UDF/GetMetaHeaders

and come back you to turn the site meta description...

HTH

Tags: ColdFusion

Similar Questions

  • Satellite C660 - where can I get the description of detail on the BIOS update?

    Where can I get the description of detail on new changes to the bios, updated as of 02/14/12, version 1.50 - VICTORY for Satellite C660 PSC1NE?

    Hello

    Unfortunately this information is not available for EMEA laptops. Toshiba WE sometimes I found this info, but for the moment, there is no cell phone similar with this version of the BIOS update.

    Anyway, if all is K with your laptop don't change anything.

  • Get the description of a serial port with bundles of Visa

    Hi all

    How can I get the description of a serial port? for example. Communication port (COM14)

    I use currently Instrument VISA, but there is a large top of the head to the liberation, 65 MB on head.

    I wish to all the port available for the user to select the list.

    Thank you

    Shakeel

    You can find useful resources in the present code published by Martin some time ago. Original code only returns the port number, but running it step by step, you can find the point where the description of the device is found and use it.

  • How to get the 'description' of a control property if the control is a part of the cluster?

    Hi, dear all

    LV offers the possibility to work with the property 'description' of the individual control of the VI. The use of knots of property: reference VI > front propert > control [] property > Description.

    Unfortunately, I found a way to set or get the description of a control if it's a part of the cluster =)

    Could someone suggest the idea?

    Thanks in advance,

    Max

    interesting problem, I tried, take a look.

    your

    RZM

  • How to get the description of text box with some HTML < P > tag

    Hi friends,

    I created two point, an element of box P1_RICH_TEXT_FIELD rich text field and a text item field area P1_TEXT_AREA. I created the calculation process to copy the value of P1_RICH_TEXT_FIELD in P1_TEXT_AREA. Calculation works well but contect copy in P1_TEXT_AREA are

    < p >

    Test Test description description < /p >

    < p >

    Test DescritionTest DescritionTest description < /p >

    < p >

    Test DescritionTest DescritionTest description Test Test DescritionTest Test Test Test Descritionhkjhkh < /p > description description description description


    I need to copy with the tag < p >.


    How to get the description of text box with the HTML < P > tag



    Thank you

    Hi Alex,

    Thank you very much. You want very criticle problem for me. Thank you very much.

    Now, there are several tags in the rich text field

    "span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, big, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, b, u, I, Center, dl, dt, dd, ol, ul, li, label, table, caption, tbody, tfoot, thead, tr, th, td" etc.

    How can I move all these in REGEXP_REPLACE (: P1_RICH_TEXT_FIELD, ')

    |

    (", 1, 0, im ') code.

    Thank you

  • NLS_CHARSET - how to get the description

    My question is how do I get the description as

    • Cyrillic Windows 1251
    • Eastern European Windows 1250
    • Eastern European ISO-8859-2
    • Unicode UTF-8

    of NLS_CHARSET_ID?

    You can find a list of the descriptions of charest here: http://www.adp-gmbh.ch/ora/misc/globalization.html

    I need to add the following query description column, but I do not know how:

    SELECT nls_charset_id(value) id, value ORA_CHARSET, utl_i18n.map_charset(value) IANA_CHARSET
    FROM v$nls_valid_values
    WHERE parameter = 'CHARACTERSET';
    

    There is no view to map the value characterset description/comment.

    You can map the Oracle database Globalization Support Guide

    http://docs.Oracle.com/CD/E11882_01/server.112/e10729.PDF

    Table A-4/5/6/7

    Thank you

  • How to get the description of COM port

    I have a USB to UART, do someone knowes how to get com port description, as seen in deveice managerment. ?

    You should be able to get this assessed with VISA:

    #include static ViSession sessH;
    static ViSession visaH;
    static ViChar descr[512];
    
    viOpenDefaultRM (&sessH);
    viOpen (sessH, "ASRL1::INSTR", VI_NULL, VI_NULL, &visaH);
    viGetAttribute (visaH, VI_ATTR_INTF_INST_NAME, descr);
    viClose (visaH);
    viClose (sessH);
    
  • Trying to export DXF for use 'Robo Master Pro', get the description of invalid data.

    Try to export a "DXF" file for use in the 'Robo Master Pro' software, tells me "invalid Data".

    How can I fix it?

    The error happens all by making export, or while trying to import?

    As test try to delete some items, and save it as a copy until it works, yo can have a placed image or a certain type of object at the root of this. If you simply draw a rectangle on a new page in Illustrator, will this work?

  • Keeping the description of the table on the evolution and not displaying only not NULL values

    I have the table grouped by MPV and then showing by Fund. I can't get the description section appears for the first Fund and then when he changes nothing only shows funds. When the year changes once again it appears so.
    ex.
    MPV: 2005: 0100AXXXXD
    but when changes in Fund 0100AXXXXD... nothing appears.

    Also, I wanted to not include any funds/years that have the value null. I had the following code in, but it does not prevent null values.
    <? If: SEC_ZERO_INDICATOR! = 0 ? >

    Thanks for any help.

    Need to see your xml data structure. Can you send me the xml and the RTF file to [email protected]? I'll take a look.

    Thank you
    Bipuser

  • How to set vm-description/notes and get the name of the data store, where the virtual machine

    Hello guys,.
    I have vCenter Orchestrator 4.1.1 build 733 installed and it works fine, but I need your help for the following two issues:
    (1) I want to put the description/notes of a virtual machine using a workflow. But I have not found any API useful to create this workflow (I don't want custom attributes, see attachment for details).

    (2) how can I get the name of the data store, where the virtual machine? I need this name for a workflow.
    I need your help.
    Thanks in advance!

    With regard to the notes of the VM, the following code (see enclosed package) can do this:

    var oldNotes = vm.summary.config.annotation;
    If (oldNotes == null) {oldNotes = ' ' ;}}
    System.log ("Notes of VM current:" + oldNotes);
    Now put the new notes:
    Start by creating a context
    Context of var = new VcVirtualMachineConfigSpec();
    Update the annotation with the new value property
    configSpec.annotation = notes;
    launch the task to reconfigure the virtual machine with the new context
    NOTE: This is sure to apply with a virtual machine under tension
    var task = vm.reconfigVM_Task (configSpec);

    And, in what concerns the VM information, take a look at the workflow of the library: \Library\vCenter\Virtual Machine management\Others\Extract virtual machine information

  • Errors running SQLIOSim - Simulator/o SQL - error: 0x8007045D error text: the request could not be performed because of an i/o device error. Description: failed to get the info from cache drive to C:\

    When we execute SQLIOSim on a Server Windows 2003 VM hosted on an ESX 3.01 or 3.5 server, you get the following messages:

    Error: 0x8007045D

    Text of the error: the request could not be performed because of an i/o device error.

    Description: Failed to get the info from cache drive to C:\

    Anyone know what is the cause or how to solve the problem (if it is a question)?

    Thank you

    Had the same error and found this blog:

    http://blogs.msdn.com/psssql/archive/2008/01/14/SQLIOSim-error-request-could-not-be-performed-unable-to-get-disk-cache-info.aspx

    It will be useful.

  • Cannot get the text in the field description flex

    Hi all

    I try checking if a field flex text value contains anything or not. IE, this flex field is a mandatory field and I need to check when running.
    But I can't get the text value of the descriptive flex field written by the user at run time.

    OADescriptiveFlexBean oadescriptiveflexbean1 = (OADescriptiveFlexBean) webBean.findIndexedChildRecursive ("PerfRatingFlex");
    If (oadescriptiveflexbean1! = null & & oadescriptiveflexbean1.isRendered ())
    {
    String revision = (String) oadescriptiveflexbean1.getAttributeValue ("ATTRIBUTE12");
    }

    I can't retrieve any value of variable revizeNedeni. I tried a few combinations of such use, and I searched the forum for this problem and I tried these suggestions. But I failed.
    Could someone give me some examples of specific code for this?

    Hello

    PerfRatingFlex9__xc_ is not FDF Id field, your identifier is PerfRatingFlex9, just try it with this, you will get the data

    in the page source view, PerfRatingFlex9__xc_ and PerfRatingFlex9, both displayed against the identification sticker, if you search with "PerfRatingFlex9" you will find the same thing against "id =" tag after the prompt of the FDF field.

    thanx

    Pratap

  • Query to get the flex field values description.

    Hello

    Entering invoices-> all the Distributions screen 'Special Mentions for the India' is here. Here we enter the value for the field TDS - tax. I want to get the list of values for TDS - tax in a query.

    Can you please help me.

    Thank you

    Nanga.

    where 'jtc.tax_type =' TDS

    and jtc.section_type = 'TDS_SECTION. '

    and org_id =: inv_sum_folder.org_id

    and jtc.section_code in

    (

    Select section_code

    of jai_ap_tds_th_vsite_v

    where vendor_id =: inv_sum_folder.vendor_id

    and vendor_site_id =: inv_sum_folder.vendor_site_id

    )

    order of jtc.tax_id

  • Get the subtitles appear

    Hooray!  Podcasts Connect has accepted my podcasts.  Unfortunately there are no subtitles.  In addition, my episodes on August 27 and 28 do not appear.  I have four episodes starting August 25.

    QUESTION 1: What do I do in order to get a subtitle to appear?

    Second QUESTION: Is there still a gap of two days in time?  If this is not the case, what I could do to ensure that my episodes are posted in a timely?

    It comes to my XML file.  http://www.nudge.online/protest/podcasts/hungerstriker_itunes.XML

    The episodes appear when you subscribe. It is quite normal that there are within 1 to 2 days before appear it episodes in the store.

    You have not; "melodies: subtitle ' tags that could fill in the"Description"column: iTunes and the store have used the content of the"itunes:summary"tag instead. The Description of the overall podcast in the store page comes from the 'itunes:summary' tag that once again you have. So it's not really important that the tag 'itunes:subtitle' is missing, unless you care to add it with some content you want.

  • Get the cycle prohibited. Cannot access the e-mail. "The proxy settings?

    I'm unable to access my Yahoo mail and get the following message: "Cycle prohibited".
    Description: Could not process your request for the document, because that would create a cycle of HTTP proxy. Please check the URL and your browser proxy settings. »

    Thank you

    Thomas Burchfield

    No response. I have "new bookmark" e-mail page and that seems to work.

Maybe you are looking for