Forum Moderators: open

Message Too Old, No Replies

Identical Pages! Script Problem!

         

chocobogo

8:04 am on Jul 1, 2002 (gmt 0)

10+ Year Member



My main site is at
[example.co.uk...]

and the sites load and run perfectly.

We have another domain
[another-example.co.uk...]
And the menu script doesnt load! even thought the page points directly at the above working page!

I am baffled to why this is happening!!
Any ideas would be gratefully appreciated

[edited by: tedster at 11:48 am (utc) on July 1, 2002]
[edit reason] edit specific urls [/edit]

rewboss

7:46 pm on Jul 1, 2002 (gmt 0)

10+ Year Member



Well, since an admin found your post before anyone else, we're reduced to guesswork...

Let's see... what kind of script is this? Client-side or server-side?

Off the top of my head, I'm wondering if your second domain uses "cloaking". Touted as some kind of mega-fantastic virtue which can only benefit you and your visitors, it is in fact nothing more than a frameset with one frame, its src attribute set to the URL of your actual website. That might affect some JavaScripts.

chocobogo

8:48 pm on Jul 1, 2002 (gmt 0)

10+ Year Member



yes it uses frams

e.g.

Frame cols 100.*
<frame src="mysite.html">

rewboss

8:33 am on Jul 2, 2002 (gmt 0)

10+ Year Member



OK, let me make sure I understood you correctly: your second domain uses URL cloaking, i.e. a frameset. So when you go to your second domain, what happens is that a frameset is loaded, and your real site is loaded into that frameset.

If that is so, then I would suggest turning cloaking off and seeing what happens.

If that's not the case, then how are visitors being directed to your actual site?