Wednesday 23 March 2005 1:59:30 am
Hi, On this moment I have a website with static pages. In HTML page I'm using java script. In the head there are some includes of scripts and some standard functions. In the body there are some scripts. Those scripts get content from a partner. The follow line is the most important: document.writeln('<sc'+'ript language=javascript src="http://www.mobilemoney.biz/wizard2.asp?mmpart0_1=content&mmchar0_1='+getparam("mmchar0_1")+'&mmstart0_1='+getparam("mmstart0_1")+'&mmsection0_1='+getparam("mmsection0_1")+'&mmphonetype0_1='+getparam("mmphonetype0_1")+'&mmmoreinfo0_1='+getparam("mmmoreinfo0_1")+'&cat=0&choice1=1&rows=10&cols=2&hidesex=&refname=wmemotion&language=nl§ions=0&phones=&mmcountry0_1=&mmdisplaytype="></sc'+'ript>'); This documentwriteline is for every type of content different. I want to use EZ as my new CMS so I can easy manage new content. I'm looking a way that I can create a class in EZ with a property so I can place in the specific code. The results need to be that, if I select a page the page will be build up with the specific script in it and with the content from my partner. I don't get it work. Is there any one who has experience with this? Thanks a lot, Richard
|