Using getURL with POST variables

I need to send a variable (zipcode) to a coldfusion script and also load the cf page that displays the results (same script) in the browser window (_self)

is getURL the appropriate choice for this? (never done it this way before).

if so, does using POST in a getURL just grab any variables on the _root? where does it get its variables?

thanks!