How to use external link in simple form?

Using simple form, the field I am trying to link is the vendorCompanyWebsite and should link to an external website.
I have tried sc_link in onLoad event, which resulted in “Parse error: syntax error, unexpected ‘.’ in C:\Program Files\NetMake”
Here is my code: sc_link(vendorappCompanyWebsiteAddress, {vendorappCompanyWebsite, ,“hint”, “_blank”);
Also have tried from example: sc_link (vendorappCompanyWebsite, http://www.scriptcase.com, ,“hint of the link”);
And resulted in the same error.
The field data is a website like: http://website.com

Into SC the Data type for your field is Special - URL

I tried that in the beginning. The URL sends the user to an internal link like this: 15.01.2.74:8090/scriptcase/app/REMCBids/VendorApp_Form/www.etriarco.com
Is there a way make that link ignore the local path?

i am not sure But, i think you must set http:// or www at beginning.

Thanks! I am not sure why it is working now. But, before it was trying to follow the local path first and now it works as long as http:// is in the path.
Have a great night!

Ok. Thanks you. :wink: