J
JakeTheSnake
I have a Sharepoint Services website that I am editing with Frontpage. I
have a hyperlink field (assigned in sharepoint) for Server Status. When a
user clicks on this link, it sends them to the URL value that I typed in when
I filled out the Sharepoint form.
By right-clicking in frontpage, I can select Insert List Field and select
the field I want to use through a text dropdown. I am trying to create an
Iframe with the value of that field in it.
For the List Field, frontpage is generating the following code:
<!--webbot bot="ListField" s-Field="Guest_x0020_Server" s-Title="Server
Status:" s-Context="formdisplay" b-ShowTitle="FALSE" clientside startspan
s-List="{104E658E-C984-47C9-9A08-4FAD86E68E47}" --><ows:XML><Field
Name="Guest_x0020_Server"/></ows:XML><!--webbot bot="ListField" endspan
i-checksum="1131" -->
I need to somehow capture this URL and put it into my iframe.
<iframe name="I1" height="100%" width="100%" src="???????????">
Can anyone help me?
have a hyperlink field (assigned in sharepoint) for Server Status. When a
user clicks on this link, it sends them to the URL value that I typed in when
I filled out the Sharepoint form.
By right-clicking in frontpage, I can select Insert List Field and select
the field I want to use through a text dropdown. I am trying to create an
Iframe with the value of that field in it.
For the List Field, frontpage is generating the following code:
<!--webbot bot="ListField" s-Field="Guest_x0020_Server" s-Title="Server
Status:" s-Context="formdisplay" b-ShowTitle="FALSE" clientside startspan
s-List="{104E658E-C984-47C9-9A08-4FAD86E68E47}" --><ows:XML><Field
Name="Guest_x0020_Server"/></ows:XML><!--webbot bot="ListField" endspan
i-checksum="1131" -->
I need to somehow capture this URL and put it into my iframe.
<iframe name="I1" height="100%" width="100%" src="???????????">
Can anyone help me?