|
|
|
|
|
Link Exchange
If you have a website related to the food service industry or any other related field, we welcome you to exchange links with us. Once you have added our link below, send us your link information using this submission form and we will post it up. If you have any questions for the webmaster please send them to: contact@jeansrestaurantsupply.com New websites are welcome!
Copy and Paste the following HTML to place on your web page to create the link to our web site. You may also use an equivalent format.
Complete following form and click the 'Submit Link' button.
|
<%
'create the email body from the form. chr(13) acts as a carriage return to move to the next line
EmailBody=EmailBody & "Jean's Restaurant Supply Link Request" & chr(13)
EmailBody=EmailBody & "-------------------------------------" & chr(13) & chr(13)
EmailBody=EmailBody & "URL: " & request.form("url") & chr(13)
EmailBody=EmailBody & "Link Title: " & request.form("url_title") & chr(13)
EmailBody=EmailBody & "Link Description: " & request.form("description") & chr(13)
EmailBody=EmailBody & "Where our link is: " & request.form("link_backurl") & chr(13)
EmailBody=EmailBody & "Contact Email: " & request.form("contact_email") & chr(13)
'set the To, From, and Subject lines
EmailTo="brios@jeansrestaurantsupply.com"
EmailFrom=Request.Form("EmailAddress")
EmailSubject="Resiprocal Link Request"
'create an instance of cdo
Set objCDO = Server.CreateObject("CDONTS.NewMail")
'set parameters
objCDO.From = EmailFrom
objCDO.To = EmailTo
objCDO.Bcc = ""
objCDO.Subject = EmailSubject
objCDO.Body = EmailBody
objCDO.BodyFormat = 1
objCDO.MailFormat = 1
'send email
objCDO.Send
'kill the instance of cdo
set objCDO=Nothing
%>
|
|
Subscribe to our restaurant supply RSS feed!
| |