Jump to content

Recommended Posts

Posted

Hello, everyone!

 

I'm looking for some advice to embed an off-site ASP into my site. I'm developing a website for the RV dealership I work for. Our inventory is hosted by a company called RVUSA. To embed the inventory I was told to use the following code:

 

<%

Set objXMLHTTP = Server.CreateObject("Microsoft.XMLHTTP")

objXMLHTTP.Open "GET", "http://bourbonrv.rvusa.com/inventory_used.asp", False

objXMLHTTP.Send

strPageText = objXMLHTTP.responseText

Response.Write(strPageText)

Set objXMLHTTP = Nothing

%>

 

However, since ASP isn't an option on TCH, I was wondering if there is a PHP equivalent. Currently, I'm using an IFrame to include the page, but this is causing some strange behavior with my dropdown menu. To see what I'm referring to, please give my site a look. http://www.bourbonrv.com/new_inventory.htm

 

Any suggestions would be appreciated.

 

Thanks.

 

Timothy

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...