First of all i would like to thanks for u guys givin me advises. Sorry if i dint make my problem clear there. :)
Actually beside Pg A, all is not my control anymore, they are code reside in other domain, so, what i need to do, is making a bot to send out a request (url), like
get_final_landing_pg(a_url)
Then, their system will based on my 'a_url' to do some processing, then they may have different redirect page based on the validity of my 'a_url',
let me make some explaination for a_url, actually it is a url with some
id pass to their sys. Then their sys will determine what to perform based on my a_url's
id, their sys will redirect to 'b_url' if my
id got no problem, and other then 'b_url' will be 'not_b_url' shows 'Expired'
then, i can perform some comparison coz my sys already know the valid url 'b_url'(predefined in my system), coz i m still taking control in my a.pl.
Eg.
if (my_predefined_url eq get_final_landing_pg(a_url)) {
return "not expired"
} else {
return "expired"
}
There wont be any user interruption for the whole process like
"click A" for redirect to pg_A or
"click B" for redirect to pg_B
Thanks for you guys spending time in reading my question. My broken english really brings up lots of trouble to you guys
:p
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.