Can I use the form confirmation field webbot in a hyperlink?

D

dragonwoman

Hi all,

I have a form with a hidden field which goes something like this:

<input type="hidden" name="NextIdea"
value="http://Evaluation/Idea_Pg2.aspx">


So, I can print "http://Evaluation/Idea_Pg2.aspx" on the confirmation
page by calling:

<!--webbot bot="ConfirmationField" S-Field="NextIdea" -->


What I'd really like to do is make this a link on the confirmation page
and, of course, the following doesn't work:

<a href="<!--webbot bot="ConfirmationField" S-Field="NextIdea"
-->"><!--webbot bot="ConfirmationField" S-Field="NextIdea" --></a>

I have to do this on a SharePoint server which doesn't allow for ASP
pages.

Any suggestions?

Thanks,
Diana
 
D

dragonwoman

No, I didn't because I thought the FrontPage gurus might know how to
put a webbot in a hyperlink regardless of what kind of server it was
running on.

I'll try the SharePoint group, though.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top