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
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