8 May
2003
8 May
'03
6:30 p.m.
Hello, I was wondering how to pass a page anchor in a python script... My script: ---------- import string import types form=context.REQUEST.form # do some processing, etc... # return the birds page at the anchor (how???) joint = container['birds'] return joint() birds html file: ---------------- <HTML> <BODY> ..... <A NAME="birdsong">Bird song</A> blah blah blah.... ..... </HTML> I want to have the page center at the "birdsong" in the file... any ideas how to do this? Please include me in the reply, as I am not on this list. Thanks in advance, Daniel