send post variable

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Ahmadno
Forum Newbie
Posts: 4
Joined: Fri Mar 28, 2014 10:49 am

send post variable

Post by Ahmadno »

i have this site http://www.foxmoviestv.com/arabic/schedule/weekly/ when i open it the time zone is Saudi Arabia i want to change it to GMT time zone by post variable :banghead: :banghead:
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: send post variable

Post by requinix »

Okay. What have you done so far and what problems are you having with it?
Ahmadno
Forum Newbie
Posts: 4
Joined: Fri Mar 28, 2014 10:49 am

Re: send post variable

Post by Ahmadno »

I want to open this site and send post variable to select the time zone to GMT not manually :dubious: :drunk:
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: send post variable

Post by requinix »

Actually my earlier questions, though still unanswered, are secondary.

1. Is that your site?
2. What POST variable do you need to send?
3. What is your obsession with POST?
Ahmadno
Forum Newbie
Posts: 4
Joined: Fri Mar 28, 2014 10:49 am

Re: send post variable

Post by Ahmadno »

1- No it is not my site .
2- I search about POST variable to make the choice of time zone change :banghead:
User avatar
twinedev
Forum Regular
Posts: 984
Joined: Tue Sep 28, 2010 11:41 am
Location: Columbus, Ohio

Re: send post variable

Post by twinedev »

I take it you are wanting this so you can somehow bookmark this page, but have it auto be in the timezone you want when you visit.

The easiest way would be to create a local web page on your machine that emulates the form that is being submitted on their site, and then an ONLOAD event that submit the form. Then when you follow the bookmark it will go to your local .html file, and then auto submit to their site.

However, in looking deeper, they are using ASP Forms, which if I remember right, every page call generates a new "form state" to let the server know the state of it's "application". If that is the case, the formstate values may not be valid after a certain period of time, so even if you do that, after a couple of days it may no longer work.
Ahmadno
Forum Newbie
Posts: 4
Joined: Fri Mar 28, 2014 10:49 am

Re: send post variable

Post by Ahmadno »

Thanks
Post Reply