kgibbs1 0 Newbie Poster

Can JavaScript capture menu or page navigation selections and use this to pull matching data from a remote server and insert it inside a div tag on the next page?

I’m working with a 3rd-party catalog system that only allows adding one user descriptive header div block (i.e. the same unchanging pre uploaded user code) for all item categories. I’d like to show a matching header for each item category if possible. I’ve talked with the 3rd-party catalog service about this and they said this feature won’t be available for a year or more. They recommended using JavaScript to do this for now. I have root level access and can even write to the doc header for css and scripting. There just isn’t a way to upload a different block of code that the ColdFusion catalog system can use to add above each item category at this time.

Thanks to any help offered.