Print Page | Close Window

Problems with ~

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Rich Text Editor (RTE)
Forum Description: Support forum for the Web Wiz Rich Text Editor (RTE).
URL: https://forums.webwiz.net/forum_posts.asp?TID=21299
Printed Date: 28 March 2026 at 11:06pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Problems with ~
Posted By: jonas
Subject: Problems with ~
Date Posted: 15 September 2006 at 12:26pm
I have a problem when I try to insert a hyperlink in the editor. It change ~ to %7E. When I click on the link it dont work because it dont find the the right address. Is there anything I can do to avoid the changing.

/Jonas



Replies:
Posted By: WebWiz-Bruce
Date Posted: 15 September 2006 at 1:22pm
Your web browser will automatically convert things like ~ to URL encoding which should work in all browsers as they should convert it back to a ~ when used as a link.

If not you could always add in some processing on the page that the form is submitted to, and replace %7E with ~ using ASP eg:-

strForm = Replace(strForm, "%7E", "~")


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: jonas
Date Posted: 15 September 2006 at 1:40pm
Thank you for the answer. I never think about that. Now it working for me.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net