Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Login on anonymous access

Status
Not open for further replies.

jverhoog

Programmer
May 27, 2005
15
NL
If you have a website with anonymous access and want to log in, you can do it with the javascript function
MSOWebPartPage_SignIn()

So you can use <a href="javascript:MSOWebPartPage_SignIn()">login</a>
 
I discovered one problem: After logging in, I have the correct rights, but not the corresponding links. For example: I am allowed to change site settings, but I don't see the link to site settings. When I type the url to site settings I can change them.

Does anyone know if it's possible to fully login in this way?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top