/    Sign up×
Community /Pin to ProfileBookmark

URL Directing

I have this [url]http://wwwapps.ups.com/WebTracking/processInputRequest?HTMLVersion=5.0&tracknums_displayed=5&TypeOfInquiryNumber=T&loc=en_US&InquiryNumber1=1ZR2197V1267040011&InquiryNumber2=&InquiryNumber3=&InquiryNumber4=&InquiryNumber5=&AgreeToTermsAndConditions=yes&track.x=20&track.y=1[/url]

And where it says 1ZR2197V1267040011 I need a form that puts the user value in there.

I just need a form that where the 1ZR2197V1267040011 is I need the value in the form to go there.

Thanks!

to post a comment
JavaScript

3 Comments(s)

Copy linkTweet thisAlerts:
@PineSolPirateAug 18.2006 — That is a beast of a link, maybe this'll help.
[code=html]<script type="text/javascript">
function changeID (elem) {
var upsID = elem.value;
document.getElementById('upsLink').href = "http://wwwapps.ups.com/WebTracking/processInputRequest?HTMLVersion=5.0&tracknums_displayed=5&TypeOfInquiryNumber=T&loc=en_US&InquiryNumber1="+upsID+"&InquiryNumber2=&InquiryNumber3=&InquiryNumber4=&InquiryNumber5=&AgreeToTermsAndConditions=yes&track.x=20&track.y=1";
}
</script>
<a id="upsLink">Link!</a><br/>
Put in the tracking number here and hit enter:
<input type="text" value="" onchange="changeID(this);" />[/code]
Copy linkTweet thisAlerts:
@CharlesAug 18.2006 — [code=html]<form action="http://wwwapps.ups.com/WebTracking/processInputRequest">
<div>
<input type="hidden" name="HTMLVersion" value="5.0">
<input type="hidden" name="tracknums_displayed" value="5">
<input type="hidden" name="TypeOfInquiryNumber" value="T">
<input type="hidden" name="loc" value="en_US">
<input type="hidden" name="InquiryNumber1" value="1ZR2197V1267040011">
<input type="hidden" name="InquiryNumber2" value="">
<input type="hidden" name="InquiryNumber3" value="">
<input type="hidden" name="InquiryNumber4" value="">
<input type="hidden" name="InquiryNumber5" value="">
<input type="hidden" name="AgreeToTermsAndConditions" value="yes">
<button type="submit">Submit</button>
</div>
</form>[/code]
And your package is due on the 21st.
Copy linkTweet thisAlerts:
@PineSolPirateAug 18.2006 — Crazy samurai....
×

Success!

Help @AltF4 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 7.27,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ,
analytics: Fullres
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @qewfun,
tipped: live stream
amount: 5000 SATS,

tipper: @qewfun,
tipped: live stream
amount: 5000 SATS,

tipper: @qewfun,
tipped: live stream
amount: 5000 SATS,
)...