Zooomr BB Code Generator

By Jaap Kramer Last update Aug 3, 2006 — Installed 422 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 2 posts, 2 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Marcus Scriptwright

To make it work with Zooomr Mark III (there is no longer a textfield containing the image URL) change the code to this:

//allInputs = document.evaluate("//input[@name='textfield']", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
//inputArea = allInputs.snapshotItem(0);
//imageLink = inputArea.getAttribute("value");
imageLink = textAreaValue.substring(textAreaValue.indexOf('img src="')+9, textAreaValue.indexOf('.jpg')+4)

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel