Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting the following to AA Javascript

Status
Not open for further replies.

mtorbin

Technical User
Nov 5, 2002
369
US
Hey all,

I'd like to convert the following to AA Javascript:

Code:
function processLink(partNumber) {
    var partialURL = "[URL unfurl="true"]http://www.peigenesis.com/pnsearch/pn_next_prev.asp?scroll=0&pn=";[/URL]
    var fullURL = partialURL + partNumber;

    alert("Please be patient.  The search process can take up to a minute to complete.");
    window.location.href= fullURL;
}

Please advise.

- MT
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top