I'm trying to create a link to my sharepoint site which will be
populated with a querystring like this:
http://sharepoint/sites/entry.aspx?info=abc
in the entry.aspx page, there will be a content editor webpart which
will be pointing to a separate report website which is not a
sharepoint site:
http://bricfi/default.aspx
which will take the info in the querystring value from the entry.aspx
link (info=abc) and present the appropriate information pertaining to
what is in the querystring.
Any ideas?