<%@LANGUAGE=JAVASCRIPT%> <% //Response.Write( "Form: " + Request.Form() ) var BucketID = new String( Request("BucketID" ) ) var SolutionID = new String( Request("SolutionID" ) ) var SolutionType = new String( Request("SolutionType" ) ) //Response.Write("BucketID: " + BucketID ) //function LinkSolutionToBucket( SolutionID, BucketID, iBucket, BucketType ) if ( BucketID != "undefined" ) { //LinkSolutionToBucket( solutionID, BucketID, iBucket(not really used), SolutionType ) LinkSolutionToBucket( SolutionID, BucketID, 0, SolutionType ) } %>

Linking Selected Buckets to Solution

Linking bucket

to solution id

Solution Type

Please wait while linking is in progress . . .do not navigate away from this page until linking is completed.