Hi All
WebDev 23 - Dynamic Site
I have a home page with various buttons. A user must log on first to access the site. When the user logs on I set a global variable so that I can subsequently reference it to see if a chosen action is allowed.
I have a button on this homepage which I want to use to load another page into a new browser tab. But only if the user has logged on. How can I program this? I seem to be stuck in catch-22 between not being able to access server code or being able to access server code but then not being able to load a dynamic page ...
Any suggestions of how one handles this?
Thanks
[UPDATE] - Sorry, I have obviously made a mistake and have it working (I think) :)
WebDev 23 - Dynamic Site
I have a home page with various buttons. A user must log on first to access the site. When the user logs on I set a global variable so that I can subsequently reference it to see if a chosen action is allowed.
I have a button on this homepage which I want to use to load another page into a new browser tab. But only if the user has logged on. How can I program this? I seem to be stuck in catch-22 between not being able to access server code or being able to access server code but then not being able to load a dynamic page ...
Any suggestions of how one handles this?
Thanks
[UPDATE] - Sorry, I have obviously made a mistake and have it working (I think) :)