Forum Moderators: open
What I want to do is automate this entire process into a single "click here"
golly. what a morning this has been.
thanx in advance
But then I noticed that you started a thread in our scripting forum [webmasterworld.com] two hours ago that sounds quite related, so maybe you are looking for some HTML help in addition to the scripting.
At any rate, please clarify.
I can get a user in (bypassing the log-in screen) with direct guest access using
<a href="http://blackboard.xxx.edu/webapps/login?access="guest_login">Log in</a>
Then they need to get to the class which allows guest access. The problem with this is navigating through BB on guest access to find a class ain't exactly intuitive.
I can get right to the class with the following (or approximate) link:
<a href="blackboard.xxx.edu/portal/blahblahblah/classX>Class X</a>.
It's annoying that you cannot use the second link (assuming that guest access for the class is turned on) without first opening a session with the first link. But you do. Hence my dilemma in trying to make this a one-step process.
I'd offer to do it myself but I'm on my way out of town.
If that isn't an option somehow, you could do it using HTML frames and meta refresh. Load the login in the bottom frame with 'please wait' instructions in the top one. Have the top frame meta redirect to the target content page in 5-10 seconds, loading it frameless using target="_top".