Firefox ignores absolute url code...

Last post 07-17-2008, 2:13 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  04-03-2008, 2:33 PM 38652

    Firefox ignores absolute url code...

    I have discovered that even when using the proer code which is straight from the documentation on version 5 ASP Classic:
     
    editor.RemoveServerNamesFromUrl = true
    editor.UseRelativeLinks= true
     
    The relative urls are still changed to absolute when brought into the editor.
     
    For example if I have a list of anchors like this:
     
    <ul class=body type=square>
    <li><a style="TEXT-DECORATION: none" href="#1">&nbsp;&nbsp;Network Taps</a>
    <li><a style="TEXT-DECORATION: none" href="#2">&nbsp;&nbsp;Regeneration Taps</a>
    <li><a style="TEXT-DECORATION: none" href="#3">&nbsp;&nbsp;iTap</a>
    <li><a style="TEXT-DECORATION: none" href="#4">&nbsp;&nbsp;Matrix Switches</a>
    <li><a style="TEXT-DECORATION: none" href="#5">&nbsp;&nbsp;Aggregator Taps</a>
    <li><a style="TEXT-DECORATION: none" href="#6">&nbsp;&nbsp;Connectivity</a>
    <li><a style="TEXT-DECORATION: none" href="#7">&nbsp;&nbsp;Security</a> </li>
    </ul> 
     
    When I open the page in the editor in Firefox in turns it to this:
    <ul class="body" type="square">
    <li><a style="text-decoration: none;" href="http://portal.clientname.com/admin/11_00_56.asp?pageid=18&amp;pagever=1&amp;side=right&amp;sid=39888354.8660411#1">&nbsp;&nbsp;Network Taps</a></li>
    <li><a style="text-decoration: none;" href="http://portal.clientname.com/admin/11_00_56.asp?pageid=18&amp;pagever=1&amp;side=right&amp;sid=39888354.8660411#2">&nbsp;&nbsp;Regeneration Taps</a> </li>
    <li><a style="text-decoration: none;" href="http://portal.clientname.com/admin/11_00_56.asp?pageid=18&amp;pagever=1&amp;side=right&amp;sid=39888354.8660411#3">&nbsp;&nbsp;iTap</a> </li>
    <li><a style="text-decoration: none;" href="http://portal.clientname.com/admin/11_00_56.asp?pageid=18&amp;pagever=1&amp;side=right&amp;sid=39888354.8660411#4">&nbsp;&nbsp;Matrix Switches</a> </li>
    <li><a style="text-decoration: none;" href="http://portal.clientname.com/admin/11_00_56.asp?pageid=18&amp;pagever=1&amp;side=right&amp;sid=39888354.8660411#5">&nbsp;&nbsp;Aggregator Taps</a> </li>
    <li><a style="text-decoration: none;" href="http://portal.clientname.com/admin/11_00_56.asp?pageid=18&amp;pagever=1&amp;side=right&amp;sid=39888354.8660411#6">&nbsp;&nbsp;Connectivity</a> </li>
    <li><a style="text-decoration: none;" href="http://portal.clientname.com/admin/11_00_56.asp?pageid=18&amp;pagever=1&amp;side=right&amp;sid=39888354.8660411#7">&nbsp;&nbsp;Security</a> </li>
    </ul>
     
    This is happening on both the Mac and the PC.
     
    So everytime the client opens any page in the editor and hits save it breaks all the links in that page. So they call me and ask what is happening!
     
    Any ideas or help would be greatly appreciated!!!
     
     
  •  07-17-2008, 2:13 PM 42303 in reply to 38652

    Re: Firefox ignores absolute url code...

View as RSS news feed in XML