Culperat
August 6th, 2007, 02:14 PM
I'm not absolutely sure this belongs here, but its what it seems like. I'm having some trouble at my workplace. We're creating a CD from which everything is relative to the CD being able to contain. On one of the html pages of the CD, we want to link the user to our website, which requires username and password. Currently how its done is we link them to the page, but also give them the information they need to log in on an account that has limited access. What we'd like to do is have it skip past the middle step and step right into the sight with limited access.
My thoughts on how to do this was to somehow make the html page POST the limited access username and password to the page. What I can't seem to get around is the need to use a submit button. We want to keep the links as href, so my secondary thought is, could this be done with Javascript? I completely clueless when it comes to javascript and how it works. Everything I've seen that relates to my question doesn't make sense to me as to how they are accomplishing the task.
If someone could please explain how I could POST some variables via html in some form or another, I would greatly appreciate it.
My thoughts on how to do this was to somehow make the html page POST the limited access username and password to the page. What I can't seem to get around is the need to use a submit button. We want to keep the links as href, so my secondary thought is, could this be done with Javascript? I completely clueless when it comes to javascript and how it works. Everything I've seen that relates to my question doesn't make sense to me as to how they are accomplishing the task.
If someone could please explain how I could POST some variables via html in some form or another, I would greatly appreciate it.