Roy766 Posted May 16, 2008 Share Posted May 16, 2008 How would I make it so that on a specific event, JS writes text to the page that doesn't go away when the user navigates away and can be viewed by other people? document.write goes away when the user navigates to a different page and can't be seen by other people. Quote Link to comment Share on other sites More sharing options...
rhodesa Posted May 16, 2008 Share Posted May 16, 2008 JavaScript is client side. You will need to use something server side (like PHP) to keep it from page to page and to share among several clients. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.