English 中文(简体)
• 如何装上像机体和参数(将外部数据输入电池)
原标题:How to load div like iframe with a url with parameters(Load external data to a cell)

I would like to show a status in field but the result data is from an external link which means another sharepoint list. I m using something similar below but not sure if this is the best way to do it.

   <td>
    <iframe src="/sites/showCommsStatus.aspx?id={@ID}&amp;user={$loginUser}" width="20px" height="25px"></iframe>
    </td>

As you can see i m passing the ID and the login users name. How can i do this smarter maybe using jquery and a div? Thanks in Advance

最佳回答

You can make Ajax call using .ajax() and than load the page data in your div using .html() method of the javascript

页: 1 Jquery Ajax呼唤功能

问题回答

暂无回答




相关问题
SharePoint - Approaching Website Storage Limit Email

How can i go about changing the distribution list as well as the email text for the email that goes out to site collection admin when a site collection approaches it s size limit? Thanks for your ...

UI automated testing within SharePoint

I m looking for automated Functional Testing tools that can manipulate SharePoint sites, libraries, and documents thought the web interface. It needs to be extensible enough to handle any custom ...

Enable authorization on sitemap provider

I want to enable Authorization on the Site map provider. We have enabled anonymous access to the site and we want the Site map provider to be visible only to authorized users. I tried ...

SharePoint : web service permission error

I have a sharepoint site, and I am calling a standard sharepoint web service. I create the web service request like this : wsDws.Url = this.SiteAddress + @"/_vti_bin/Dws.asmx"; When I use ...

Sharepoint 2007 Data view Webpart custom parameters

I m sort of new to the custom parameters that can be setup on a DataView Webpart. There are 6 options: - None - Control - Cookie - Form - QueryString - Server Variable I think that None, Cookie and ...

热门标签