Forum Moderators: open

Message Too Old, No Replies

Blocking part of Content in One Shot

         

Smalldude

6:49 am on Feb 7, 2007 (gmt 0)

10+ Year Member



I have a website which provides offers. I have my content on it and then the description of the provider with a tracking link. So same offers are provided by diffrent providers. These providers keep going offline depending on the orders recieved. Please look at my example below. Now I want to block the part of the provider description which goes offline without having to go to each page and deleting them or commenting them. My webmaster tried using the <div> statemnet with unique ids. and blocking part of the providers description with a javascript code. But we have put it in a javascript file and the page loaded executes this file. But if somebody disables javascript then the proividers description who has temporarily closed the offer will be shown and we will be in soup. So is there an easy way to block the part ofdescription on a page in one shot?

My Example

<offer1>

<provider1>

<provider2>

<provider3>

<provider4>

Similarly I have more offers and same providers for it. If the provider who is offering these products goes offline completely then what do i do to change it on all pages in one shot

In case provider one stops his offer i should be able to block that cprovider on all pages in 1 shot.

Any Bright ideas?

daveVk

12:49 pm on Feb 7, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you need a solution that needs to work with javascript disabled then consider a CSS solution, you would then need to edit the css file to disable particular providers.

Smalldude

7:05 am on Feb 8, 2007 (gmt 0)

10+ Year Member



Thanks for the idea...I will implement it.