takuhii
10-18-2005, 04:45 PM
Is it possible to create a javascript that replaces the within a HTML document with a regular space.
Basically my problem is this. I have a piece of Java code which spits out a string of options based on how a user navigates to a page, unfortunately for all the white space generated by this code it puts in instead of a space. As i don't own the code that creates the string, I cannot edit it from that end, so I thought I could write a quick JavaScript that would find instances of and replace them with a regular old space.
Any help would be greatly appreciated.
Basically my problem is this. I have a piece of Java code which spits out a string of options based on how a user navigates to a page, unfortunately for all the white space generated by this code it puts in instead of a space. As i don't own the code that creates the string, I cannot edit it from that end, so I thought I could write a quick JavaScript that would find instances of and replace them with a regular old space.
Any help would be greatly appreciated.