David Lozzi
Guest
|
Posted:
Fri Dec 24, 2004 12:37 am Post subject:
Re: Grab the GUID of display/edit item |
|
|
OK, So i figured it out, kind of.
I am using the following in Frontpage:
<a href="here.aspx?GUID=<ows:GUID />" class="ms-formlabel">Print to PDF</a>
And that works, it send it to the page correctly. WOO HOO! However, any chance of adding a button the to tool bar? and to the toolbar for this specific list, not all custom lists?
Thanks!
--
David Lozzi
Web Applications/Network Specialist
Delphi Technology Solutions, Inc.
dlozzi(remove-this)@delphi-ts.com
"David Lozzi" <dlozzi@(remove-this)delphi-ts.com> wrote in message news:OBiyd%23Q6EHA.2196@TK2MSFTNGP11.phx.gbl...
I am trying to grab the GUID from the item being viewed in dispform.aspx and stick it right into a link to another page. i.e.
<a href="http://server/printout.aspx?GUID=need it here">Print Form</a>
I came cross <ows:GUID /> and <ows:ID /> but I have no idea how to use them in frontpage!
thanks!!
--
David Lozzi
Web Applications/Network Specialist
Delphi Technology Solutions, Inc.
dlozzi(remove-this)@delphi-ts.com |
|