Forum Discussion
MM
12 years agoQrew Member
ok, so i figured it out, and it was pretty simple once i figured out how to figure it out haha.
i went to OMNI's home page and tried to track a package without entering a HAWB number. i was brought to the main search page and i clicked "View Source" from the right-click menu. then i searched through the source code for the fields that need to be populated and entered them into the browser with different characters to try to make multiple fields populate with data.
finally, i realized that i needed to add the & symbol between the search parameter in the web browser and WHAMMO!
"http://www.shiptrax.com/sneak/public/custom_quicktrax.asp?HAWB="&[QBfieldforHAWB]&"&ConsumerCode=OMN..."
just took me a while to figure out what to do with this part:
"http://www.shiptrax.com/sneak/public/custom_quicktrax.asp?A=OMNILOGISTICS"
since i don't know anything about programming i wasn't really sure what the whole .asp?A was supposed to represent.
i went to OMNI's home page and tried to track a package without entering a HAWB number. i was brought to the main search page and i clicked "View Source" from the right-click menu. then i searched through the source code for the fields that need to be populated and entered them into the browser with different characters to try to make multiple fields populate with data.
finally, i realized that i needed to add the & symbol between the search parameter in the web browser and WHAMMO!
"http://www.shiptrax.com/sneak/public/custom_quicktrax.asp?HAWB="&[QBfieldforHAWB]&"&ConsumerCode=OMN..."
just took me a while to figure out what to do with this part:
"http://www.shiptrax.com/sneak/public/custom_quicktrax.asp?A=OMNILOGISTICS"
since i don't know anything about programming i wasn't really sure what the whole .asp?A was supposed to represent.