Jim Nagel <[email protected]> wrote: > a link to "More options" fails to appear in the dialogue at > www.btexchanges.com (the online phonebook). > > XP Firefox shows this link to the right of the Search button, just below > "View on a map".
The "More options" link is produced by this file: http://www.btexchanges.com/jscript-v1.291.js i.e. it's Javascript. When you get a situation like that, just view the source and then search for the text of the link you are missing (assuming a textual link and not an image). If it's there, is it in a piece of embedded script? If so, that's your answer. If it *isn't* there, search for the word script, and you might find something that looks similar to (taken from the above page): <script type="text/javascript" src="/jscript-v1.291.js"> In such cases, that's almost certainly the explanation - though if you want to, you can download the file and find the piece of script that actually generates the link, as I did, just to be certain. -- Vince M Hudd: http://misc.vinceh.com Soft Rock: http://www.softrock.co.uk http://www.riscository.com/2011/sophie-wilson-at-the-risc-os-south-west-show-2011/
