Hide or Mask URL
-
I have a site and want to mask the URL of rentcentric. They gave me the code needed to hide the URL but I only want to do it when the clients click the reservations page…If I put it in the head the reservation page becomes the home page…I don’t want that. How do I put it in the head of the reservation page only?
<FRAMESET ROWS=”0%,100%” border=”0″ framespacing=”0″ frameborder=”NO” >
<FRAME SRC=”https://www.exoticrentalsmiami.com/reservations” scrolling=No NORESIZE>
<FRAME SRC=”https://www2.rentcentric.com/Client5310/webcustomer/webcustomer.aspx” NORESIZE>
<NOFRAMES>
Your browser does not support frames.
</NOFRAMES>
</FRAMESET>
- The topic ‘Hide or Mask URL’ is closed to new replies.