PDA

View Full Version : Is this effective in concealing code from the more amateur? - like me


bazz
04-17-2003, 02:30 AM
Was looking thru a site this evening; well, just now actually. They use a nice rollover script so I right clicked to have a peek. It seems that it is being called using the script below but when I put that in my address bar, it takes me to another hotel in their portfolio :confused:

Here's the link to where (I think) the script is kept.

http://www.conradhotels.com/en/ch/hotel_landing.jhtml;jsessionid=STGKSWARFCH41J31AOQMISQ"

Here is the URL of the page it's on.

http://www.conradhotels.com/en/ch/hotels/photo_tour_DUBHCCI.jhtml?ctyhocn=DUBHCCI

Maybe its not right to look into their external files but I ws just curious.

Any ideas guys?

beetle
04-17-2003, 06:42 AM
I'd say the script is here

http://www.conradhotels.com/en/common/common.js

As referenced in the line

<script language="javascript" src="/en/common/common.js"></script>

Just an external JS file. No hiding efforts have been made here.