Link in body

Is there a way to block an incoming message that contains only a link in the body of the message?
We have been receiving a lot of messages from clients where their computer or email account (primarily AOL) have been hacked and they are sending messages to all of their contacts.
I have a filter in place to catch messages with blank subject which would work but that will also catch legitimate messages.                  

Try looking at these...
http://www.regexguru.com/2008/11/detecting-urls-in-a-block-of-text/
If you take the first one:
\b(https?|ftp|file)://[-A-Z0-9+&@#/%?=~_|!:,.;]*[A-Z0-9+&@#/%=~_|]
I'd take off the word boundry at the front, and prepend ^ (beginning of line) and add $ at the end (end of line)...
^(https?|ftp|file)://[-A-Z0-9+&@#/%?=~_|!:,.;]*[A-Z0-9+&@#/%=~_|]$
Ehh, but that's going to catch any URL on a line by itself... (like the second line of this message..)
Maybe this, plus from AOL, plus a blank subject?
Ken

Similar Messages

  • Email with links in body give an error "Connecting to server"

    I think some people have noticed this too. You recieve and email with a link at the bottom but it just just a square  with a red X in it, when you try to foward or reply, the Outlook client gives a Message "Connecting to the Server" and just
    hangs there until you end the task. But when replying or fowarding, delete that box with a red X and the email is sent. I know that Outlook is trying to connect to that link, but it could not. So is there a setting or a way to solve this issue
    since you are not able to connect to that link. Outlook 2010/2013

    I recommend that you post this in the Outlook Forum:  http://social.technet.microsoft.com/Forums/en-US/outlook/threads
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Different links styles in body and footer?

    Hello,
    I want to set different links style for hyperlinks in footer than they are in body of the site.  Is this even posible?
    The problem is that body background is white, and footer background is dark brown. So there is no way that I can use the same links styles.
    I know that there is "workaround" with linking text frames, but this is not what I want.
    THANKS!
    Matjaz

    Please refer to the Link Styles FAQ thread and apply different styles to your links in body and footer.
    http://forums.adobe.com/thread/982968
    Thanks,
    Vinayak

  • Unable to open local file using af:goLink and anchor link in JSF page.

    Hi,
    I want to open a file at a perticular location on client machine. I am using af:goLink to openg the file. But when i tried to click on the link it is not opening the file. If i give any other value like name of other site, it opens the link. It is not giving any exception also. I tried by puting notmal HTML anchor link. That is also not working. But if i put this anchor link in normal HTML page, it works.
    Following is the JSPX page that i have created. Here c:\dmmsi.log is a temp file on my local system.
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <af:document title="File Upload">
    <af:form usesUpload="true">
    File Uploader Test
    <af:inputFile label="Input File" autoSubmit="true"/>
    <af:spacer height="20" width="50"/>
    <af:goLink targetFrame="_new" destination="file:///c:/dmmsi.log" text="Test"/>
    <af:spacer height="20" width="50"/>
    <!--a id="you" href="c:\dmmsi.log" target="_new">Open File</a-->
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    HTML Page i tried using anchor link
    <html>
    <body>
    <form>
    Please specify a file from your local machine</b>
    <input name="file" type="file" onblur="document.forms[0].hello.value = document.forms[0].file.value; document.getElementById('you').innerHTML =document.forms[0].file.value; document.getElementById('you').href = 'file://'+document.forms[0].file.value;">
    <br><br>
    <input type="text" name="hello" value="">
    <br><br>
    <!-- a id="you" href="c:\dmmsi.log" target="_new">Click Me to Open file< / a -->
    </form>
    </body>
    </html>
    (Note: Please remove the comments that i have added in creating anchor link. I was facing some issue in putting my code in this editor. It was creating the HTML link when i see the preview.)
    I hope you will be able to reproduce my problem.
    Sujay

    What version of IE are you using? IIRC, IE 7 is supposed to prompt you. ("The web site is attempting to open a page in your Trusted Zone. This can let hax0rs pwnz0r you. Continue?" or something to that effect.)
    If you use the verbatim tags, do you get an actual error message? That might help diagnose the problem.

  • How can I send the contents of a link's destination to a div?

    I am wanting to get the innerHTML of a local page to display in a target div. Here' the relevant code:
    <div class="sidebar1" >
      <ul id="MenuBar1" class="MenuBarVertical" >
           <li><a class="MenuBarItemSubmenu" href="#">Item 1</a>
             <ul>
               <li><a href="#" onclick="display("topics/Heat_Sources.htm");">Item 1.1</a></li>
               <li><a href="#">Item 1.2</a></li>
               <li><a href="#">Item 1.3</a></li>
             </ul>
           </li>
           <li><a href="#">Item 2</a></li>
           <li><a class="MenuBarItemSubmenu" href="#">Item 3</a>
             <ul>
               <li><a class="MenuBarItemSubmenu" href="#">Item 3.1</a>
                 <ul>
                   <li><a href="#">Item 3.1.1</a></li>
                   <li><a href="#">Item 3.1.2</a></li>
                 </ul>
               </li>
               <li><a href="#">Item 3.2</a></li>
               <li><a href="#">Item 3.3</a></li>
             </ul>
           </li>
           <li><a href="#">Item 4</a></li>
      </ul>
      <!-- end .sidebar1 --></div>
    <div class="fltrt content" id="help_content" >
          </div>
    <div class="footer">
          <p>This .footer contains the declaration position:relative; to give Internet Explorer 6 hasLayout for the .footer and cause it to clear correctly. If you're not required to support IE6, you may remove it.</p>
          <!-- end .footer --></div>
    <!-- end .container -->
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    <script language="Javascript" type="text/javascript">
    function display(link){
                var helpcont = document.getElementById("help_content");
                helpcont.innerHTML(link);
    </script>
    </body>
    </html>
    Thanks in advance for the help!
    jf

    Look at named anchors.
    Click a link, page scrolls  to the named anchor point.
    http://alt-web.com/TEST/ScrollTo.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • How to send an URL with arguments in a mailto: link ?

    Hello,
    I need to build simple mailto links to send urls in the body of the message.
    Unfortunately there are arguments in this url : like http://host/SearchServlet?toSearch=foo";
    When I click on the link the body is truncated before the ?
    even when I replace ? with %3F or &#63; !!!
    How can I pass this URL ?
    Regards
    PS : Below is sample javascript
    <html>
    <body>
    <script language="javascript">
    function mailpage()
    mail_str = "mailto:?";
    mail_str += "body= Link to http://host/SearchServlet?toSearch=foo";
    mail_str += "&subject=Search";
    location.href = mail_str;
    </script>
    <A HREF = "javascript:mailpage()">E-mail This Page</A> E-mail This Page
    </body>
    </html>

    Try to replace the ? and the =.
    Somewhat like:
    function mailpage() {
      mail_str = "mailto:?";
      mail_str += "body=Link to http://host/SearchServletQuestionMarktoSearchEqualsfoo";
      mail_str += "&subject=Search";
      location.href = mail_str;
    }Happy Coding! :-)

  • PDF output not including links

    I've searched these forums and read posts that the problem with links not working in PDF output should have been fixed in version 6. I'm using RoboHelp HTML 8 (with all suggested patches), but when I create a PDF output it has no links in body text or in the Related Topics list at the end of each topic. I went into the PDF settings dialog box and checked for the PDF to include links, but it's not working.
    I'm developing in Windows XP creating WebHelpPro.
    What must I do to get links to work in a PDF (other than on the Bookmarks tab)?
    Thank you.
    Sylvia

    Hi Sylvia
    Out of curiosity, what do the links point to?
    My thought is perhaps it is a type of link that isn't really capable of being transferred to PDF.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • How to insert a link of file in the form and view it at any time i need

    Hi
    I'm using developer 2000/Form designer form version 4.5
    how i can insert a link of any file Word, Excel, PDF, JPG in the form run time
    and open it from the form at any time i need
    example
    i have employ table which contain details of the employ and i want to attach a link of his photo which i already saved it in local drive
    so when i have a new employ i enter his details and brows of his photo and when i select the link of the photo will be with his other details
    and when i need to view the details of the employ just enter the emp_no and i will get details including the photo link and when i want to open the photo just double click the link
    any body can help me on this
    regards

    Hi,
    I think you should investigate in how to upload the information into the database. If the employee keeps the photo on the local drive then this isn't realy for everyone to use
    Your options are : Upload to the database as ImageItem
    Frank
    Ps.: Forms 4.5 is desupported

  • How can i add url link in an application.

    Hi,i want to add link in an application mean i want to add url link in JFrame.thanks

    add a JLabel to the frame like
    String link = "<html><body><a hreff=put your link here>click here</a></body></html>"
    JLabel myLable = new JLabel( link );enjoy ;-)

  • Ho do you remove Border on Image Map Links in Safari

    Hi,
    I am having a problem with Safari 5.1 with an image map. I designed an Image Map for my Website in Fireworks with three hotspots.
    When you click on the hotspot in Safari to link to the page a border appears around the hotspot. It doesn't happen in any other browser.
    Anyone have an idea how to get around this?
    Web address is: http://79.170.44.76/agrisearch-site.org/

    Well I found out!  Here yer go!  Paste the code in bold in the same area as the example and any Dreamweaver CS5.5  Hot Spots you create, this will get rid of the Blue Border when the links are clicked on in Safari.  You would think either Apple or Adobe would sort this?  Make life alot easier? 
    <html>
    <head>
    <title>&quot;Trailer  Music&quot;</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <style type="text/css">
    body {
              margin-left: 10px;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 0px;
    *:focus
    outline: none;
    outline-width: 0;
    </style>
    </style>
    </head>
    <body bgcolor="#FFFFFF">
    <!-- Save for Web Slices (Untitled-1 - Slices: 01, 02, 03, 04) -->
    <table id="Table_01" width="742" height="578" border="0" cellpadding="0" cellspacing="0">
              <tr>
                        <td>
                                  <img src="http://www.donhughes-music.com/mailtrailers/images/index_01.jpg" alt="image1" width="361" height="298" border="0"></td>
                        <td><img src="http://www.donhughes-music.com/mailtrailers/images/index_02.jpg" alt="dhm link" width="381" height="298" border="0" usemap="#click"></td>
              </tr>
              <tr>
                        <td>
                                  <img src="http://www.donhughes-music.com/mailtrailers/images/index_03.jpg" alt="" width="361" height="280" border="0" usemap="#Map"></td>
                        <td><a href="http://trailers.donhughes-music.com"><img src="http://www.donhughes-music.com/mailtrailers/images/index_04.jpg" alt="image4" width="381" height="280" border="0"></a></td>
              </tr>
    </table>
    <!-- End Save for Web Slices -->
    <map name="click">
      <area shape="rect" coords="51,135,260,185" href="http://trailers.donhughes-music.com" target="_blank" usemap="#click" border="0">
    </map>
    <map name="Map">
      <area shape="rect" coords="12,140,276,198" href="http://www.donhughes-music.com" target="_self" alt="DHM Link">
    </map>
    </body>
    </html>

  • Version 3.0.04 (04.34) Quick Outline not displaying for Package Body

    All,
    I am using the latest release of SQL Developer (Version 3.0.04 Build MAIN-04.34)
    When I try and do a quick outline on one of the packages the package body node + sign disappears and the quick outline is empty apart from the package body name.
    I have checked I have no < or > in text or anonymous pl/sql blocks within procedures as per previous posts.
    The package body is over 6000 lines long but a package body which is 8000 lines displays the outline correctly.
    Has anyone else experienced this behaviour ?
    The package body has not changed and the quick outline worked in v2 versions of SQL Developer.
    Any ideas ?
    Cheers
    Chris

    Hi, I can confirm I am having the same problem as ChrisR, I have the same SQL Developer version.
    I found out that the parser have probably problems with declared functions and procedures at the beginning of the package body...
    Anyway, when I was searching what's going on, I found somewhere on the internet that this bug was reported long time ago in version 2.xx and it should be fixed in version 3.
    Here is the link
    Package Body Tree not always showing
    So I went here:
    http://www.oracleimg.com/technetwork/developer-tools/sql-developer/sqldev30-bugsfixed-349809.html
    to check if the bug is really fixed and the only similar issue I found was this bug:
    10082343      SQL Developer not displaying package body for another user
    I visited the "Known issues" site here
    http://www.oracleimg.com/technetwork/developer-tools/sql-developer/sqldev30-knownissues-349810.html
    to check if it's not listed there and...nothing
    So I searched SQL Developer forum and found this topic...
    Come on... when this is known problem, why it is not listed in Known issues section???
    This way you make users search all the developer settings, all over the internet and spend hours before they find this is know problem long time...

  • Editable region in the body

    I am trying to make customizable body IDs so that I can do
    anchors for "you are here" visited links on my website. Here is the
    code that I'm following:
    Here are three elements of the "you are here link":
    The body ID: <body id="about">
    The link: <a href="about.html" id="aboutLink">::
    About</a>
    And the CSS:
    body#about a#aboutLink {
    background-color: #fff;
    color: #900;
    Now, I know that it works because I've done this many times
    with pages that are done outside of Dreamweaver. HOWEVER, because I
    am using templates and nested templates, I cannot define the id
    while using this feature because Dreamweaver does not allow me to
    create an EDITABLE region before the <body> element in the
    HTML code.
    So far, my work around solution was to edit the .html and
    .dwt (template) files in notepad and sneak in my <body
    id="#">. However, this solution proved to be ephemeral because
    as soon as you edit the template files within Dreamweaver again, it
    overwrites anything that was done outside of Dreamweaver.
    I need to create "you are here" links, but can't think of any
    other way to do them. Thank you for your feedback.
    Webpage in
    question

    Nicely put, Michael.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "E Michael Brandt" <[email protected]> wrote
    in message
    news:[email protected]...
    > It is good to know that you have succeeded in your goal.
    >
    > But just for others who might be reading, I'd like to
    suggest that
    > spending a few dollars on an Extension can save you FAR
    more in time and
    > money than you, and perhaps your client, have just spent
    on this.
    >
    > I too have been loathe to spend money to do something I
    can do myself, but
    > have been learning slowly that in the long run it is
    well worth it. I
    > think if we poll the power users here, we'll see they
    all buy Extensions
    > to speed their work.
    >
    > Just for your edification, and perhaps bemusement, take
    a look at this
    > video which runs about 4 minutes, and you'll see that
    you could have added
    > you-are-here highlighting to your entire site in less
    time than the video
    > runs!
    >
    >
    http://www.divahtml.com/products/videos/divaGPS_2_22/divaGPS_2_22.html
    >
    > I know this is also self-serving, but honestly, it is a
    more general call
    > to folks to consider using DW Extensions to save time,
    frustration, and
    > money. Whether they are my Extensions or those of
    others. It is part of
    > the real power of Dreamweaver that you can purchase the
    many hours of
    > hopefully skilled coding and debugging that come wrapped
    in Extension
    > packages.
    >
    > Just my 2 cents.
    >
    > --
    >
    > E. Michael Brandt
    >
    > www.divaHTML.com
    > divaGPS | divaFAQ
    >
    > www.valleywebdesigns.com
    > JustSo PictureWindow
    >
    > --
    >
    >
    > rausch_g wrote:
    >> I followed up and made the attributes editable. I
    also found out that
    >> what I could also do as a way to make "your are
    here" links or special
    >> things happen on specific pages was to "link" a CSS
    style-sheet to the
    >> exact page that I wanted to have changes made seeing
    as how the header is
    >> always editable no matter how nested a page becomes.
    >>
    >> The only drawback to the "editable attribute"
    function is that it won't
    >> let you edit the <body> beyond the second
    nested template. That was
    >> particularly bothersome for me because I had special
    attributes on all
    >> levels.
    >>
    >> I was using templates instead of PHP includes to
    accomodate my client
    >> and it proved to be "doable," but rather cumbersome.
    >>

  • Including Link in Email Process Activity

    How to include link in body of the Email Process Activity ?
    Please help.

    Hi
    I tried including html in the email body
    like
    <html>
    <head>
    </head>
    <body>
    anchor link
    Link
    </body>
    </html>
    and am getting compilation errors.
    The message below the email body says we can include plain text or html into the body but i get errors if i include the above code.
    Can you please explain how to add an assign/copy statement directly into the email body.
    Thanks

  • Problem with CSS in ADF 11g application

    Hi,
    I have added a CSS code for my login page(login.html), The issue i am facing is When ever i am opening the page the complete CSS is not coming for each time one CSS component is coming that's means if there are 4 CSS components as shown below i need to login and logout the page 4times. 5th time i am getting the complete page.
    .ESPS_login_body{
    background-color:#eef1f8;
    margin:0px;
    padding:0px;
    }.ESPS_login_body *{
    margin:0px;
    padding:0px;
    font-family: Tahoma, Verdana, sans-serif;
    .ESPS_login_top_bar{
    background-image: url(../skin_images/login_top_bar.png);
    background-repeat: repeat-x;
    background-position: left top;
    height:30px;
    I am running the application on firefox3.5.3 version.
    Please suggest me
    Thanks,

    Hi,
    Thanks for your quick reply.
    MY CSS File:
    .ESPS_login_body{
    background-color:#eef1f8;
    margin:0px;
    padding:0px;
    }.ESPS_login_body *{
    margin:0px;
    padding:0px;
    font-family: Tahoma, Verdana, sans-serif;
    .ESPS_login_top_bar{
    background-image: url(../skin_images/login_top_bar.png);
    background-repeat: repeat-x;
    background-position: left top;
    height:30px;
    .ESPS_login_bottom_bar{
    background-image: url(../skin_images/login_bottom_bar.png);
    background-repeat: repeat-x;
    background-position: left top;
    height:46px;
    color:#eeeeee;
    text-align:center;
    padding-top:9px;
    font-size:small;
    .ESPS_login_bg{
    background-image: url(../skin_images/login_bg_gradient.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color:#6882cc;
    height:594px;
    overflow:hidden;
    .ESPS_login_content{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../skin_images/login_bg_main.png) no-repeat scroll center top;
    color:#4269b6;
    height:594px;
    overflow:hidden;
    .ESPS_login_content_left{
    height:594px;
    .ESPS_login_content_main{
    height:594px;
    width:650px;
    margin:0px auto;
    padding:20px;
    .ESPS_login_content_main h1{
    margin-top:230px;
    margin-left:125px;
    color:#4269b6;
    .ESPS_login_content_main > h1{
    margin-top:210px;
    div.ESPS_login_from{
    margin-top:20px;
    margin-left:245px;
    .ESPS_login_input{
    background:transparent url( '../skin_images/login_input.png' ) no-repeat scroll center top;
    border:none;
    margin:0px;
    padding-top:4px;
    padding-left:7px;
    width: 193px;
    height: 25px;
    .ESPS_login_submit{
    display:-moz-inline-box;
    display:inline-block;
    cursor:pointer;
    border:none;
    font-size:0;
    line-height:0;
    text-decoration:none;
    font-style:normal;
    vertical-align:middle;
    background: transparent url("../skin_images/login_go_button_i.png") no-repeat top left;
    border: none;
    width: 48px;
    height: 25px;
    margin:0px;
    margin-bottom:17px;
    div > a.ESPS_login_submit{
    margin-bottom:0px;
    .ESPS_login_submit:hover{
    background: transparent url("../skin_images/login_go_button_highlighted_i.png") no-repeat top left;
    .ESPS_login_submit:active{
    background: transparent url("../skin_images/login_go_button_pressed_i.png") no-repeat top left;
    label.ESPS_label{
    display:-moz-inline-box;
    display:inline-block;
    font-weight:bold;
    padding-bottom:8px;
    width:110px;
    margin-bottom:2px;
    div > label.ESPS_label{
    padding-bottom:3px;
    margin-bottom:2px;
    Login Page:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <title>ESPS Login</title>
    <link href="/skins/css/mySkin.css" rel="stylesheet" type="text/css"></link>
    </head>
    <body class="ESPS_login_body">
    <div class="ESPS_login_top_bar">
    </div>
    <div class="ESPS_login_bg">
    <div class="ESPS_login_content">
    <div class="ESPS_login_content_main">
    <h1>External </h1>
    <form name="ESPS_login_form" method="POST" action="j_security_check">
    <div class="ESPS_login_from">
    <label class="ESPS_label">User Name:</label><input type="text" name="j_username" class="ESPS_login_input" onclick="this.value='';"/>
    <label class="ESPS_label">Password: </label><input type="password" name="j_password" class="ESPS_login_input" onclick="this.value='';"/>
    <a id="submit" href="#" class="ESPS_login_submit" onclick="document.ESPS_login_form.submit(); return false;">
    <span> </span></a>
    </div>
    </form>
    </div>
    </div>
    </div>
    <div class="ESPS_login_bottom_bar">&copy;Copyright 2009, DISH Network L.L.C., all rights reserved.
    </div>
    </body>
    </html>
    Please help me

  • Publish

    hi!
    I always have this problem when I try to publish an animated
    gif. As my clients don´t want swf to send by mail because they
    say not everyone has the plugin, I have to do a gif.
    But of course it has a less possibilities: it´s a bigger
    file, less quality. Two problems:
    1- now the text disappears althoght I use character
    embedding.
    2- although I put 1 repetition (not loop) and put a STOP
    inside the flash file, it´s played without stopping!
    What can I do? which i the best configuration? for ex.
    transparent: opaque. dither: none??? I have to solve it in 2
    days!!!
    Here are the links:
    http://personales.ciudad.com.ar/isadoradesign/tarjeta_fiestas_2006.gif
    http://personales.ciudad.com.ar/isadoradesign/tarjeta_fiestas_2006.swf
    As this is to send to clients, which is the best way? to put
    a link in body of the mail so that clients go to a page in the site
    and open it from there????????
    thanks a lot.
    Isa

    Hi! Have you considered publishing your file as a Windows
    Projector (in your Publish settings) (Everyone in the windoz world
    should have this) I am sending out an Xmas card in this format for
    my PC clients and I can make anything - png and jpegs etc - music
    Good luck!

Maybe you are looking for

  • Smart Playlists Not Syncing Correct CONTENT With iPhone 3G

    Hi, I apologize about the length of this description, but I believe all or most of it may be relevant. I have been having trouble synchronizing ANY of my smart playlists. I first noticed it in the playlists I had created which entailed "Most Recently

  • My downloads are not appearing in the download folder

    (using mac) My download window--I can click on items that are there and "show in finder" and then they appear in the finder...but otherwise, my downloads folder has no new items in it and even if I search with the right file name, it will not appear.

  • How do i know if i'm using my home wifi or my prepaid account?

    I've connected my ipad2 to the WiFi at home and recently purchased an optus prepaid for when i'm out and about. Can anyone tell me how to tell that when i'm home, i'm automatically connected to wifi? or do i need to turn on/off anything?? Please help

  • Home videotape to PE for editing

    I am currently running an old PE version (3) but have PE8 that I will be replacing it with as soon as I've finished my current movie. Then I want to start my next mission:  to get home video footage from videotapes onto PE for re-editing and burning

  • Search help in web dynpro for a individual element of structure

    Hi ALL, I'm a screen where i have imported the structure from DDIC into the context of the view. The issue I'm facing is how to attach a search help for a particular element of structure. Example: Z_structure:                       name