Ok heres a good one, how can I modify content that comes from an external source via an iframe src=mysite.com/content.htm?
The mysite.com/content.htm page contains a js that loads from the external source, from aweber.com (mailing list management) and is in this form... [script type="text/javascript" src="http://forms.aweber.com/form/99/split_nnnnnnnn.htm"][/script] And that htm has another js that does a document.write("[html] etc etc etc [/html]") In the middle of that html is the actual text I want to add class=Normal to: [center][div align=\"left\"]my text is here (etc)
Any ideas on how I can change that to be: [center][div align=\"left\" class="Normal"]
I tried a simple replace rule, but it did not have any effect.
The whole reason for this is that the other site (aweber.com) does not let you add class="Normal" to the displayed text..
OM (I had to edit this post several times to get the html and js to show ) :) |