> I would like to make a few extra pages (screens) whith mostly html
> code. I would like to add urls to items and departments. I need the
> sission id to be a part of the link, so I must  make the urls in php
> code.
> 
> How do I write it?
<P>
        <B><A HREF="<? print(ScreenURL("my_screen")); ?>">My link</A>

Remember, the ScreenURL function automatically appends the sid as
necessary.  If you need to append other information, look at the
documentation for the ScreenURL function.  Try:

        <B><A HREF="<? print(ScreenURL("item", FALSE, array("item"=>6))); ?>"
                >My Link</A>

-jj

-- 
Shannon -jj Behrens  *  Web Engineer  *  CLEAR INK�
      Imagination is the only real medium(sm)


------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to