Displaying 1 result from an estimated 1 matches for "page_title_on_submit".
2007 Jun 19
1
javascript_tag replacing whitespaces w/ '%20'
...he person hits cancel, all white spaces
in the title get replaced w/ ''%20''.
Here''s the code I was using:
<%=javascript_tag( "function confirmSubmit(){ var page_title_before=
''#{u @page.title}'';
var page_title_on_submit =
escape($(''page_title'').value);
if( page_title_before !=
page_title_on_submit ){
var
agree=confirm(''Changing the title of this page will break any links or
bookmarks that refer to...