seems like there's a bit more security on that site when you submit the logon form it goes to..
http://fantasy-fashions.co
so you would probably need to include the right zenid (and acton) in the page request.
Main Topics
Browse All TopicsHi,
I have the following code that I'm using to login to a site. It works fine on my other sites, but for some reason it just won't login into one specific site. I've made like 10 times sure the username and password is correct. Just don't know why it will not log in. The website is :
www.fantasy-fashions.co.uk
The login page is : http://fantasy-fashions.co
I've gathered from the source of the page the textbox names are : login-email-address and login-password. Just can't figure why its not logging in.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
seems like there's a bit more security on that site when you submit the logon form it goes to..
http://fantasy-fashions.co
so you would probably need to include the right zenid (and acton) in the page request.
Thank you. I've tried the action=process a few times as well before I posted this.
Also, when I first open the link http://fantasy-fashions.co
What I did was,
1. I went to http://fantasy-fashions.co
2. I got the zenid from the source
3. I parsed it to with my email address and password
zenid=ee43b7b89505603c4ee0
4. Then I ran my function as above again...
Still not logging it...
Hi,
Thanx, but I've already tried those as well... I've tried the following variations :
login-email-address=" sEmailAddress "&password=" &sPassword
login-email-address=" sEmailAddress "&login-password=" &sPassword
email-address=" sEmailAddress "&password=" &sPassword
email-address=" sEmailAddress "&login-password=" &sPassword
Business Accounts
Answer for Membership
by: whythetormentPosted on 2009-10-19 at 04:08:30ID: 25604101
sEmailAddress and sPassword is just a string with my login credentials to the site.
Also, the declarations are as follows :
Select allOpen in new window