| Added: July/06/2006 at 11:16am | IP Logged
|
|
|
All I can say about shared/common borders are they are one of those newbie features of Frontpage that nobody who is into Server Side code like ASP should be using. I have read a ton of articles where shared borders and other frontpage only features cause big problems when using other server side code.
I use frontpage myself to manage and edit my sites, but there are about a zillion crappy/gay features in it I stay away from too.
If your into using Server Side code you really want to do various things by hand. Such as making your own css files and using server side includes instead of frontpage extension stuff. (Themes beingh another evil frontpage feature) Most importantly understanding html tags enough to easily edit any page in text mode when necessary.
http://www.d2stuff.com/frontpage/weenie_features.htm http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=29
Aside from all that..
Personally I would test your code out on some simple ".asp" pages before you go trying to figure out why it does not work in a page using the shared borders stuff.
Make a simple example page to log into. Make a simple example page to test for the login.
I would also test for this..
If Session("PasswordAccess") = "Yes" Then ' show whatever End If
Then if that does not work we'll continue this thread..
__________________
Best Regards,
Christopher Williams
www.CJWSoft.com
|