Forum Moderators: open
The visitor goes:
webpage A - webpage B - webpage C
The crux is that I want the visitor to get to webpage C, unaware that they have gone through webpage B.
Thus, I want the address in the url locator bar to be for webpage A at the start. Then move to that of webpage C, when the link is clicked. Without displaying the url of webpage B in the interim period.
HOW CAN I DO THIS? HELP!
I realise that there are flaws in the approach - but if someone could just suggest a way that I could stop Page B's url coming up in the locator bar. I would be very, very grateful.
Would be so grateful for any help.
Am currently reading up on iframes like crazy as I don't know much about them. One thing that worries me at this point is that in my system:
Page A - Page B - Page C
If I have Page B as an iframe - I must code for it in Page A.
I have some javascript code on Page B that I want to hide. I don't want the visitor to be aware of the existance of Page B - such that my javascript will be protected (somewhat).
If I must code for Page B on Page A - my javascript is on Page A. Is not protected in the fashion that I am hoping for.
Have I got this wrong?