Ok, I need a little help with this...
I am trying to setup a page that automatically submits a VOTE to another website anytime someone visits my page.
Here is a breakdown of what I am tryingto do:
Users of SITE A are logged on, and have a cookie that "remembers them"...
They click a link to go to my page, and my page submits a vote to SITE A from them.
I have this working, however I want to HIDE IT, so i tried to put it into a hidden IFRAME, but then the "remember me" cookie is not working due to IE blocking it. So, my iframe just gets the "you need to be logged in to vote" message instead of logging a vote for that user.
Any ideas of a workaround? If I do it out of the iframe it works, but then the user gets the "Thanks for voting" page and they will know what I have done.
Sorry if it is an easy answer...I am just a worselss asshat...but I am learning.
I am trying to setup a page that automatically submits a VOTE to another website anytime someone visits my page.
Here is a breakdown of what I am tryingto do:
Users of SITE A are logged on, and have a cookie that "remembers them"...
They click a link to go to my page, and my page submits a vote to SITE A from them.
I have this working, however I want to HIDE IT, so i tried to put it into a hidden IFRAME, but then the "remember me" cookie is not working due to IE blocking it. So, my iframe just gets the "you need to be logged in to vote" message instead of logging a vote for that user.
Any ideas of a workaround? If I do it out of the iframe it works, but then the user gets the "Thanks for voting" page and they will know what I have done.
Sorry if it is an easy answer...I am just a worselss asshat...but I am learning.