C3 double anchor problem

When inserting a link to an anchor on a page, users are able
to browse to the part of the page they want using a link which
already points to the anchor e.g. <a
href="anypage.htm#anchor1">First link to anchored
text</a>. If they do that the newly created link is instantly
uneditable and cannot be deleted even while still in editing mode
in Contribute 3. It has to be removed by someone with Dreamweaver.
I know this is the wrong way to select a page anchor and user
training covers this but users still get it wrong. Is this a bug
and is there a way for this problem to be resolved by the user ?
Thanks to anyone who can help.
Code is from Contribute created page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN"
http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<title>2xAnchorTest2</title>
</head>
<body>
<a href="anypage.htm#anchor1#anchor1">Can't delete or
edit this link</a>
</body>
</html>

For device slowing down you can take the following actions-
1. Clear the browser cache.
2. Move the content from the phone memory to the memory card.
3. Take a backup of all the messages using Nokia suite & delete the excess so that you can free up some memory. In future do not let the message count to go beyond 500 so the phone functions remain smooth. Please note that depending on the number of messages the backup & delete may take even hours.
4. Try using a theme that is smaller in size. The larger the theme size the slower the device becomes.
5. If still the problem persists you can reinstall the current firmware using Nokia Suite. But do take a complete back up of the phone or else you will lose all your data. Also if you've set a password on the memory card & do not remember it then do take a back up of card content also as after firmware reinstallation you will not be able to unlock the card without formatting it.
Please mark the post as solution if it solves your problem.
Current Device - Nokia Lumia 1020/920

Similar Messages

  • Double submission problem in J2EE application under Weblogic 8.1 SP2 server

    Hi,
    We are facing double submission problem in our J2EE application which is running under Weblogic 8.1 SP2 and for the same we already implemented or added the below preventive solutions.
    1. We disable the SUBMIT button once the user clicks it.
    2. We preventated pressing 'F5' button and clicking 'Refresh' button in the browser.
    3. Also we tried to prevent by declaring the idempotent is 'true' under weblogic-ejb-jar.xml as below.
    <stateless-bean-methods-are-idempotent>true</stateless-bean-methods-are-idempotent>
    So please somebody help us on this issue like how to prevent in some other way.
    Regards,
    Dinesh.

    I have no idea why you would think changing your EJB configuration would have anything to do with preventing double submission at your servlet layer.
    One technique I've seen for preventing double submission was first used in the Struts framework several years ago. When a page is "prepared" for display, a token value is created and stored in the session. The page is displayed with a hidden field containing that value. When the page is submitted, the value of the hidden field is compared with the value stored in the session. If they're not equal, the submission is ignored.

  • Cross-Reference using Text Anchor problems

    I am having problems with creating "New Cross-Reference" using a "Text Anchor" in CS4 Indesign.
    I can mimic what I want using a "Link to Paragraph", selecting the paragraph style and link, and then using the "Partial paragraph and Page Number" options.
    I would prefer doing this using a Text Anchor.
    I've tried creating a text hyperlink, but in whatever I am doing, I never get any "Text Anchor" OPTIONS in the New Cross-Reference menu.
    Adobe should also change the Text Anchor menu item, since there are "Text Anchor" options in InDesign that appear to have nothing to do with Cross-Referencing.
    The other problem I am having is that in defining the open-quote and closed-quotes around the Paragraph Text variable, I wish to have typesetter's quotes instead of the default vertical quotes. If I use the Splat button to choose ^{^} options, then I get funky "G"'s in my reference instead of typesetters quotes -- even if I choose a "Character Sytle for Cross Reference" and force it to my current font choice. What's going on here?
    SC

    Hi, Seir:
    I agree that it's confusing. Here's how I do it:
    To create a text anchor at the insertion point location:
    * Open the Hyperlinks/Cross-References panel's menu (also called "flyout menu." It's the small icon at the upper-right of the panel, below the double-arrow (>>) icon that collapses the panel.
    * Choose New Hyperlink Destination. THIS SHOULD BE NAMED NEW TEXT ANCHOR!!!
    * Choose Type: Text Anchor
    * Name the anchor as you like Click OK.
    To create a cross-reference to a text anchor:
    * Place the insertion point where you want it.
    * Click the Create new Cross-Reference button on the bottom of the Hyperlinks/Cross-Reference panel.
    * Choose Link To: Text Anchor
    * Choose the target document
    * Choose the text anchor
    * Choose the Cross-Reference format
    * Choose Appearance properties
    * Click OK
    I'm not sure what could cause the straight/curly quotes problem other than perhaps the font doesn't have curly quotes. Have you tried other fonts?
    HTH
    Regards,
    Peter Gold
    KnowHow ProServices

  • AVL Double click Problem

    Dear Experts,
    I hv created an ALV report. when in double click on the record it take me to the required tcode (FB03).
    But the problem is ,it always display last record of internal table if I clicked on first record,
    Can any one suggest me something.
    Regards,
    Maverick

    Thanks for ur reply.
    I m using normal ALV. go through the following
    form display_all_item_alv.
    w_repid = sy-repid.
    perform update_catalog.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
       I_CALLBACK_PROGRAM                = w_repid
       I_CALLBACK_USER_COMMAND           = 'USER_COMMAND'
    *   I_CALLBACK_TOP_OF_PAGE            = 'TOP-OF-PAGE'
       IT_FIELDCAT                       = I_FCAT[]
       I_SAVE                             = 'X'
    * IMPORTING
    *   E_EXIT_CAUSED_BY_CALLER           =
    *   ES_EXIT_CAUSED_BY_USER            =
      TABLES
        T_OUTTAB                          = i_faglflexa_all
    * EXCEPTIONS
    *   PROGRAM_ERROR                     = 1
    *   OTHERS                            = 2
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    endform.
    *       FORM USER_COMMAND                                          *
    *       --> R_UCOMM                                                *
    *       --> RS_SELFIELD                                            *
    form user_command using r_ucomm like sy-ucomm
                      rs_selfield TYPE slis_selfield.
      w_gjahr = p_gjahr.
      case r_ucomm.
         when '&IC1'.
            if r_open = 'X'.
              set parameter id 'BLN' field i_faglflexa_open-belnr.
            elseif r_clear = 'X'.
              set parameter id 'BLN' field i_faglflexa_clear-belnr.
            else.
              set parameter id 'BLN' field i_faglflexa_clear-belnr.
            endif.
          set parameter id 'BUK' field p_bukrs.
          set parameter id 'GJR' field w_gjahr.   "i_faglflexa_clear-gjahr.
          call transaction 'FB03' and skip first screen.
      endcase.
    endform.                    "user_command
    Regards,
    Maverick

  • Urgent : double precision problem

    This problem is reported on the forum lots of times by lots of people.
    consider situation :
    if ((2.9 - 1.1) == 1.8)
    do something
    else
    do otherthings;
    Its expected to do something on evaluation of condition in if statement .. instead it enters else part.
    secondly, if somewhere in the code,
    The BigDecimal can solve the problem in most of the situations but even it has some problems.. sometimes we need to format the contents of BigDecimal before displaying them.. formatting solves display problem but the value stored internally is not proper..
    e.g.
    formatting to 2 decimal places might display 12.35 for 12.349999 but the value stored in the variable is still 12.349999.
    Please let me know if anybody has inputs on this.
    Thanks in advance,

    Here is some code that may help you and others who are having a problem with double values. I created this class specifically to be used when using percentages. You can use it to round off values, I have yet to complete the code to round up or truncate values. Once you set the value you can then call the roundOff() method specifying how many decimal places you want to round off (i.e. 2 for percentages). You can then retrieve the value as a double or string or int or float.
    I hope that you find this useful.
    import java.lang.*;
    public class MyDouble extends Number {
         private double value;
    * MyDouble constructor comment.
    public MyDouble() {
         super();
    * MyDouble constructor comment.
    public MyDouble(double newValue) {
         super();
         this.setValue(newValue);
    * Insert the method's description here.
    * Creation date: (2001-01-04 1:24:18 PM)
    * @return double
    public MyDouble(String inputString) {
         super();
         this.setValue(inputString);     
    * Insert the method's description here.
    * Creation date: (2000-12-28 8:08:54 AM)
    * @return double
    public double doubleValue() {
         return (double)this.getValue();
    * This method will accept a value to use as decimal positions required.
    * It uses the exponent function "e", to move the required decimal positions
    * over.
    * Creation date: (2001-01-03 3:02:26 PM)
    public void exponent(int decimalPositions) {
         String text = getValue() + "e" + (decimalPositions);
         setValue(Double.valueOf(text).doubleValue());
    * Insert the method's description here.
    * Creation date: (2000-12-28 8:08:54 AM)
    * @return double
    public float floatValue() {
         return (float)this.getValue();
    * Insert the method's description here.
    * Creation date: (2000-12-28 8:20:08 AM)
    * @return java.lang.Double
    public double getValue() {
         return value;
    * Insert the method's description here.
    * Creation date: (2000-12-28 8:08:54 AM)
    * @return double
    public int intValue() {
         return (int)this.getValue();
    * Insert the method's description here.
    * Creation date: (2000-12-28 8:08:54 AM)
    * @return double
    public long longValue() {
         return (long)this.getValue();
    * Counts the number of numbers that are after the decimal position.
    * Creation date: (2000-12-29 8:36:10 AM)
    * @return int
    public int numberOfNumbersAfterDecimalPosition() {
         String text = getValue() + "";
         int decimalCount = 0;
         for (int i = 0; i < text.length(); i++) {
              String characterText = text.valueOf(text.charAt(i));
              if (characterText.equals(".")) {
                   decimalCount = text.length() - 1 - i;
         return decimalCount;
    * Insert the method's description here.
    * Creation date: (2000-12-28 8:33:55 AM)
    * @return java.lang.Double
    public Double returnDouble() {
         return new Double(this.getValue());
    * Insert the method's description here.
    * Creation date: (2000-12-28 8:33:55 AM)
    * @return java.lang.Double
    public Integer returnInteger() {
         return new Integer(this.intValue());
    * Insert the method's description here.
    * Creation date: (2000-12-28 8:33:55 AM)
    * @return java.lang.Double
    public String returnString() {
         return ""+getValue();
    * This method will round off itself to the specified decimal places.
    * There is a maximum size of 7 decimal positions,
    * if a bigger number is entered unpredictable results will be returned.
    * Creation date: (2000-12-20 3:35:07 PM)
    public void roundOff(int decimalPositions) {
         /* Check the number of decimal postions to determine if the user is requesting an
         unneeded rounding. */
         if (decimalPositions < this.numberOfNumbersAfterDecimalPosition()) {
              int size;
              int intValue = 0;
              int comparisonInt = 0;
              String comparisonString;
              Integer comparisonValue;
              /* Will create an exponent in string format so that the decimal place can moved
              over the requested decimal positions to the right and adds one to the
              decimal position so that the value after the cut off position can be evaluated
              for rounding purposes. */
              String text = "";
              if (getValue() > 0.001) {
                   text = getValue() + "e" + (decimalPositions + 1);
              } else {
                   text = "" + getValue();
              comparisonInt = Double.valueOf(text).intValue();
              text = "" + comparisonInt;
              // Determine size of string     
              size = text.length();
              /* Checks the value in the last position of string */
              comparisonString = text.valueOf(text.charAt(size-1));
              // Converts the value to be compared from a string to an Integer
              comparisonValue = Integer.valueOf(comparisonString);
              // Creates the actual exponent string to be used
              if (getValue() > 0.001) {
                   text = getValue() + "e" + decimalPositions;
              } else {
                   text = "" + getValue();
              /* Compares to see if the value should be rounded up. The exponent string is
              passed to the valueOf method of a Double and then the int value is determined.
              if the value is to be rounded up then 1 is added to the int value.
              if (comparisonValue.intValue() >= 5) {
                   intValue = Double.valueOf(text).intValue() + 1;
              else {
                   intValue = Double.valueOf(text).intValue();
              /* Creates an exponent sting so that the decimal positions can be moved over the
              specified decimals places to the left. */
              text = intValue + "e-" + decimalPositions;
              // The double value of the exponent string is stored in value field
              setValue(Double.valueOf(text).doubleValue());
    * Insert the method's description here.
    * Creation date: (2000-12-20 3:35:35 PM)
    * @return double
    public double roundUp() {
         return 0;
    * Insert the method's description here.
    * Creation date: (2000-12-28 8:20:08 AM)
    * @param newValue java.lang.Double
    private void setValue(double newValue) {
         value = newValue;
    * Insert the method's description here.
    * Creation date: (2001-01-04 1:28:14 PM)
    private void setValue(String newValue) {
         value = Double.valueOf(newValue).doubleValue();
    * Insert the method's description here.
    * Creation date: (2001-01-03 2:53:55 PM)
    * @return double
    public double truncate() {
         return 0;
    Robert

  • Printing double-sided problem, Leopard, Laserjet P2055dn and Quark XPress

    I've also asked about this in Quark's forum.
    Printing a Quark file double-sided to the Laserjet using Leopard - first third of the sheet (A4 landscape) is blank on both sides).
    This does not happen on Tiger, same file, printer and version of Quark.
    Printing from any other (text) app (Acrobat pdf, Word, TextEdit, InDesign) whether on Tiger or Leopard is correct.
    Any suggestions, please?

    Possible solution for p2055dn and other printers using Leopard
    See this reply from deving 280 post re open source drivers
    http://h30434.www3.hp.com/t5/Mac-printing-and-scanning/HP-Color-Laser-Jet-3600dn -unresponsive-in-Snow-Leopard/td-p/115982/page/2
    Tried this open source driver idea and eventually got the P2055dn working properly with Leopard.
    NB - Follow the instructions and then use the open-source driver instead of the HP one.
    Will report back if any problems arise.

  • WLC (Foreign-Anchor), problem with the external web auth -- ISE

    hello guys
    I am currently designing a platform for a guest network, which must be isolated from the local network, the following equipment:
    ISE 1.2 (Cisco SNS- 3415-K9)
    WLC 7.0.230.0 (Cisco controller 5508)---> wlc Foreign
    WLC 7.0.230.0 (Cisco controller 5508)---> wlc Anchor.
    The EoIP tunnel between wlc is performed successfully.
    The wireless client gets IP address of the anchor wlc (DHCP server).
    Test 1:
    I configure the WLC ANCHOR with local web authentication (internal), the wireless client is authenticated by WLC and navigate successfully.
    Test 2:
    Configure the WLC to anchor external web authentication (ISE). configure a user in ISE guest portal.
    The wireless client gets IP address of the anchor wlc (DHCP server), attempting to navigate not display the guest portal.
    Debug a wireless client trying to connect to the guest network is attached.

    Thanks for your help Scott...
    Now I presents another problem with the guest portal page. The wireless client obtains IP address and managed to reach the guest portal page, then enter the username and password page tells me it was successful. When I try to browse again brings me to the portal visitor page and asks me to enter user name and password.
    test 1:
    the username and password created for away was verified.
    Scoot will have some implementation details with the same scenario I am developing? I think I'm missing some details in the ISE does not allow me to navigate the entrance for visitors to be successful.

  • IFRAME scroll to anchor problem

    I am having difficulty using IFRAME and anchors. When I place
    an anchor within the IFRAME and then click to go to that anchor,
    the parent page scrolls to the IFRAME's location on the screen and
    the IFRAME scrolls to that anchor. How do I make the IFRAME, and
    only the IFRAME, scroll to the anchor?
    We have a User Acceptance Test site located at
    uat.itclarity.co.uk/our_services2.html where you can see our
    problem by clicking on the 'more' link.
    Any help would be gratefully received.

    There is nothing wrong with what you have shown us, hence the problem lies elsewhere.
    For us to help you without having to guess what you have done, it is important that you give us the whole picture such as giving us a URL to the site.
    However, very little can go wrong with the script and we can limit our guessing game to a few points, namely
    have you included the jQuery library?
    did you set the correct ID to the top reference?
    The following is what a correct version of the page will look like
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    </head>
    <body>
    <div id="top">This is the top. Please scroll down to the 'Back to Top' link.</div>
    <div style="height: 1200px"></div>
    <a href="#top" class="anchorLink">Back to Top</a>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
    <script>
    $(document).ready(function(){
      $(".anchorLink").click(function(e){
        e.preventDefault();
        var id    = $(this).attr("href");
        var offset = $(id).offset();
        $("html, body").animate({
          scrollTop: offset.top
        }, 100);
    </script>
    </body>
    </html>

  • Javascript anchor problem

    I am having a problem with one of my pages. When a user goes
    to a page I wish to have a hidden div be open based on the URL that
    they come in as (they have #anchors). I tried using the
    (location.hash) but could not get it to work.
    For example if the url is www.mysite.com/bob.php#section1, I
    would like the section 1 div to be open when they arrive. The pages
    typically have dozens of anchors and hidden stuff.
    Here is the javascript I am using to show and hide the div
    sections:
    function toggleMe(a){
    var e=document.getElementById(a);
    if(!e)return true;
    if(e.style.display=="none"){
    e.style.display="block"
    } else {
    e.style.display="none"
    return true;
    and what is typically on the page:
    <a href="javascript:void(0)" onClick="return
    toggleMe('section1')">section1</a>
    <table id="section1" style="display: none;" border="0"
    cellpadding="0" cellspacing="0">
    <tbody><tr>
    <td>text text text </td>
    </tr></tbody></table>
    Any help would be greatly appreciated

    I am having a problem with one of my pages. When a user goes
    to a page I wish to have a hidden div be open based on the URL that
    they come in as (they have #anchors). I tried using the
    (location.hash) but could not get it to work.
    For example if the url is www.mysite.com/bob.php#section1, I
    would like the section 1 div to be open when they arrive. The pages
    typically have dozens of anchors and hidden stuff.
    Here is the javascript I am using to show and hide the div
    sections:
    function toggleMe(a){
    var e=document.getElementById(a);
    if(!e)return true;
    if(e.style.display=="none"){
    e.style.display="block"
    } else {
    e.style.display="none"
    return true;
    and what is typically on the page:
    <a href="javascript:void(0)" onClick="return
    toggleMe('section1')">section1</a>
    <table id="section1" style="display: none;" border="0"
    cellpadding="0" cellspacing="0">
    <tbody><tr>
    <td>text text text </td>
    </tr></tbody></table>
    Any help would be greatly appreciated

  • ITunes double click problem (query bug)

    With the recent iTunes update 7.7.1(11), I noticed that when switching between iTunes (esp. when it is in the compact mode) and other apps, a single mouse click in iTunes is often interpreted as a double click. This leads to distress when I try to pause the current track as the double click action pauses the track then plays it.
    To relieve this symptom, I need to minimize iTunes and maximize it again.
    Anyone else out there with the same problem?
    (sorry about the double post - first time @ the discussion pages)

    i'm having this same problem, but the "auto" double-clicking happens in mac mail. i've checked mouse settings, i've rebooted, but nothing seems to help. whenever i switch into mail, my first click is always treated as a double-click. (very annoying, since it usually opens a message into an unwanted window.)
    another mouse-related problem: sometimes my mac seems to be swallowing mouse clicks. (not in mail, though! maybe that's where all those lost clicks are going! <g>) my mac acts as if i am clicking on a dead zone (that is, a region that doesn't accept clicks). i can click on the region all day (e.g. a tab in safari) and nothing will happen. if i, however, click on something else (even, say, just the background of a web page), the go back to the area that was dead moments before (that tab, e.g.), suddenly it accepts the click.
    any ideas?

  • IDVD 7.0.4 Double Layer Problem

    Hey!
    I've got a problem! i created a DVD with a video and a diashow. The full DVD has a size of 8,1GB. The Double Layer Disc I use has 8,5GB space.
    The iDVD programm by default has only 7,7 GB for a double layer disc, so I always get a massage, that the size is too large for the disc!
    How could I get my DVD on this disc?!
    Thanks for helping me!

    iDVD says the film length would be 151 minutes.
    The size of the blank DVD should be rather 240 minutes....!
    PS: Danke, ich finde es auch schön endlich bei Apple angekommen zu sein!

  • Named Anchor Problem

    Hi folks.
    The problem I have is that after a few years of running my
    band's website (basic HTML using Dreamweaver) we decided to get a
    'pro' to build us a new one. Well they did and now it's impossible
    for me to do anything with it apart from very basic text updates
    etc.
    The first problem is that the site is PHP?? and also all the
    page layouts are determined by CSS and any page content is a basic
    file that loads into the pages, if you see what I mean.
    I am ok with basic editing, updating the news adding shop
    items etc but I have now hit a brick wall and the 'pro' is now
    unavailable!
    What I am trying to do is put a link in the main menu on the
    left of the front page that jumps to a named anchor on the shop
    page to take you directly to the 'Downloads' section at the bottom.
    I can get it to either just jump to the shop page (but at the top)
    as normal, or to jump to the anchor as I want, but with the shop
    page outside the page/frame it sits in.
    How do I do this?
    Troublesome Site

    http://www.midcoast.com.au/~christo2/byf_site/teachers_amanda.html
    The links are from the teacher names in the right hand column. The named anchor sits between the masthead image and the navigation menu.

  • Open Dialog double-clicking problems.

    Here's a head-scratcher...
    Recently in almost any Open Dialog box, when I double-click a folder on my server it will turn the arrow down and list the contents rather than opening that directory. Then when I save, it doesn't save it in the intended directory. Strange. I can't seem to figure out why.
    The real strange part is that it happens in all my non-Apple applications only (e.g. illustrator, bbedit, Word), but Apple apps behave normally (e.g. Preview, Safari). Also, it ONLY occurs when I try to access folders on my server (Linux using Clark Connect) where my HD and external HD behave perfectly fine.
    The other strange thing is I've tried this on another mac on the network and my PowerBook, but, surprise, it all works fine on those machines -- so it's just my G5. I tried trashing finder pref but no joy.
    I can work around this by doing a lot of command-downarrow's in those dialog boxes, but I'd prefer to have it the way it was
    Can anyone shed some light on this strange phenomenon? I can't find any threads anywhere that has this same problem. Thanks in advance.
    G5 Tower Dual 2.5   Mac OS X (10.4.8)  

    Huh.
    I've recently started having the same mysterious annoyance. Except the afflicted folders are on an external (firewire) drive, not a server...
    Similarly, it's not occurring with Apple apps, as far as I know.
    What's perhaps oddest of all, some folders on this volume are functioning normally, while others aren't.
    I had been using Default Folder X, but this happens even when that's disabled, erased, freshly installed, etc. In certain apps, clicking on the current folder name in the open/save dialog initiates a crash (seems related to the interface itself).
    I've repaired the disk, permissions, trashed all related preferences, etc. Everything checked out okay.
    One final clue, perhaps related or not: I've been finding duplicated folder names nested in the 'Volumes' path subordinate to my primary disk. These are probably supposed to be hidden. But I haven't deleted or otherwise tinkered with them. They do not contain the identical items of the 'real' volume (much fewer folders, documents, etc.) but there they are, acting somewhat like imposters.
    Like ookla says, a head-scratcher. I'm gonna upgrade to latest flava of OS and see if it helps; I'll let y'all know.
    Good luck!
    G4 Powerbook, G4 Tower   Mac OS X (10.4.3)  

  • Pattern Matching find double quate problem

    Hi all,
    I have below coding:
                Boolean isFind = false;
                Pattern pQuate = Pattern.compile("^{[\"]}");
                Matcher mQuate = pQuate.matcher(groupTwo);
                if (mQuate.find())
                  System.out.println("Find Double Quate");
                  isFind=true;;
                }The groupTwo contain value either start with character or ", the groupTwo actually get from another pattern matching group(2) which convert for example {filename="apple"} or {filename=apple}.
    I need to check whether the string value is start with double quate or not.
    but my coding got error! How to solve this?
    rgds,
    bryan

    Hi i have a problem in regex find method ...
    when i hardcode the value everything works fine but when i take it form a file
    the regex fails.. plz let me what is the problem
    thanks in advance
    private int locRegExp(String regExpStr){ //check current with previous section whether feature changed
         // RtfSection section=null;
         int j=currentsect;
         try{
         // private static String regExpStr=regExpStr1;
         // String regExpStr=".+@.+\\.[a-z]+";
         for(;j<data.size();j++){
              Pattern pat1;
              pat1 = Pattern.compile((String)regExpStr);
              // System.out.println("reg exp "+regExpStr);
         //     pat = Pattern.compile(regExpStr.toLowerCase().trim());
         String content=((RtfSection)data.get(j)).content;
         if(content==null||content.trim().equals(""))
              continue;
         // System.out.println(content);
         Matcher matcher = pat1.matcher(content);
         //System.out.println(content);
         // matcher.reset(content);
         boolean result=matcher.find();
         //System.out.println("regex see "+result);
         if(result){
         System.out.println("Found the match "+matcher.group());
              break;
         }}catch(Exception e){
              System.out.println("am at regex "+e);
         return j;
         }

  • Named anchor problem in Firefox

    I have some links that go to named anchors. The links are in a library item that is placed in a page template.
    The html links look like this: ../mypage_topic.html#anchor, ../mypage_topic2.html#anchor, ../mypage_topic3.html#anchor
    The anchor takes you to a section in the page so the viewer doesn't always see the masthead then has to scroll down.
    If have just noticed that the anchors don't work in Firefox on a Mac, a solution has been suggested to remove the # from the anchor link.
    I don't know if that will work being that I would end up with a html link looking like this: ../mypage_topic.htmlanchor
    I'm looking for a fix/workaround to this problem.
    Christo

    http://www.midcoast.com.au/~christo2/byf_site/teachers_amanda.html
    The links are from the teacher names in the right hand column. The named anchor sits between the masthead image and the navigation menu.

Maybe you are looking for