The problem is that I have 1000's of links that are already broken (due to a problem with the HTML widget they were using).
So there is no way to get the full url, including after the # from a TCL page? Tracy -----Original Message----- From: AOLserver Discussion [mailto:[EMAIL PROTECTED] On Behalf Of Dave Bauer Sent: Saturday, August 07, 2004 7:46 AM To: [EMAIL PROTECTED] Subject: Re: [AOLSERVER] ad_conn url cuts off after th # You need to urlencode the # in the query parameters. THe browser is interpreting everything after the # as a fragment identifier. Dave Tracy Adams wrote: >And in my case, the # stays in the URL: > >Here is my URL: > >http://learning.coachville.com/dotlrn/clubs/coachingfundamentalsbacktobasic s >/coachingfundamentalsbacktobasics2/file-storage/view/class_3001:_fundamenta l >_coaching_proficiency_#1:_crafts_collaborative_relationships/Overview?file_ i >d=4317 > > >Note the #1. > >Tracy > >-----Original Message----- >From: Tracy Adams [mailto:[EMAIL PROTECTED] >Sent: Saturday, August 07, 2004 1:59 AM >To: 'AOLserver Discussion' >Subject: RE: [AOLSERVER] ad_conn url cuts off after th # > >Interesting clue. > >When I got to a non-aolserver site, the # remains. For example, go to >http://list.auctions.shopping.yahoo.com/[EMAIL PROTECTED] >amd the # remains. So I don't think the browser just cuts it off. > >But when I go to an AOLServer site, the # does disappear. > >So perhaps AOLServer is doing something - a redirect? > >Tracy > >-----Original Message----- >From: AOLserver Discussion [mailto:[EMAIL PROTECTED] On Behalf Of >Wojciech Kocjan >Sent: Saturday, August 07, 2004 1:31 AM >To: [EMAIL PROTECTED] >Subject: Re: [AOLSERVER] ad_conn url cuts off after th # > >Tracy Adams wrote: > > >>Any idea how to reference the COMPLETE URL? >> >> > >The # is cut by the browser. > >[EMAIL PROTECTED]:~$ netcat -l -p 8080 195.82.181.6 >GET /test/a HTTP/1.1 >Host: dq.pl:8080 >User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.5) >Gecko/20031007 MultiZilla/1.6.3.0d >Accept: >text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q = >0.8,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1 >Accept-Language: pl,en;q=0.5 >Accept-Encoding: gzip,deflate >Accept-Charset: ISO-8859-2,utf-8;q=0.7,*;q=0.7 >Keep-Alive: 300 >Connection: keep-alive > >This is the url I entered in the browser. >http://dq.pl:8080/test/a#b > >-- >WK > > >-- >AOLserver - http://www.aolserver.com/ > >To Remove yourself from this list, simply send an email to ><[EMAIL PROTECTED]> with the >body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: >field of your email blank. > > >-- >AOLserver - http://www.aolserver.com/ > >To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the >body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank. > > -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank. -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
