Formula suggestions

Hello all,Whats wrong in this formula.

I am calling the agent through url command passing the BOM_Id and prodnum. prodnum is passing the values properly and BOM_Id value is not passing.

BOM_Id will be entered by the user in that form

which is a text field.

here is the formula

path := @LowerCase(“/”+@ReplaceSubstring(@Subset(@DbName;-1);“\”;“/”));

"[

<TD WIDTH="300"><TD WIDTH="300">

<font face="Verdana" size="2">Prod No : “+prodnum+”
Part No

  : "+"</B>" + PartNo + "<BR><B>Manufacturer

  : "+"</B>" + WebManufacturer + "<BR> <B>Supplier :" +"</B>" + WebSupplier+"</font><BR>  <INPUT TYPE=button onClick=   \" window.open('" + path + "/addtocart?openagent&BOM_Id="+BOM_Id+"&prodnum="+ prodnum+ "','_self')\" VALUE=\"Add to Cart\">  <BR></TD></TR> </TABLE><HR>]";

thanking you

regards

Sanjay

Subject: RE: Formula suggestions

If this is still an issue, you need to explain more how you’re using this formula. Formula agents are not usable in a web environment.