How do i get \r to work in netscape 7 (if possible)?
My error boxes shows something like this
Error: Missing Elements
- Title
- Description
In netscape, it is shown like this:
Error: Missing Elements- Title- Description
| SitePoint Sponsor |



How do i get \r to work in netscape 7 (if possible)?
My error boxes shows something like this
Error: Missing Elements
- Title
- Description
In netscape, it is shown like this:
Error: Missing Elements- Title- Description
maybe this will show my lack of advanced javascript knowledge, but...what do you mean by \r ? in what context ? any examples of code that breaks under NS7 ?Originally posted by GeekSupport
How do i get \r to work in netscape 7 (if possible)?
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
WaSP Accessibility Task Force Member
splintered.co.uk | photographia.co.uk | redux.deviantart.com



it shows a return (crlf) in the popup message boxCode:<A HREF="#" onClick="alert('Missing:\rEnd Date')">End Date</a>
ah, thought so. haven't got NS7 installed (and i'm not planning on installing that b*stard program on my home machine), but...have you tried using \n instead ?
Code:<A HREF="#" onClick="alert('Missing:\nEnd Date')">End Date</a>
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
WaSP Accessibility Task Force Member
splintered.co.uk | photographia.co.uk | redux.deviantart.com



Thanks, that did the trick
Last edited by GeekSupport; Dec 21, 2002 at 20:10.
Bookmarks