Lgtestforum
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Who is online?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

[ View the whole list ]


Most users ever online was 37 on Fri Sep 17, 2021 8:43 pm
Statistics
We have 15 registered users
The newest registered user is bilde

Our users have posted a total of 271 messages in 27 subjects
deleted after updated

HTML page for ad

2 posters

Go down

HTML page for ad Empty HTML page for ad

Post by Rideem3 Tue Apr 17, 2012 10:56 am

Here's the code:
Code:
<body style="overflow:visible; border:0px; padding:0; margin:0;">Your ad script here</body>

Rideem3

Posts : 4
Points : 8
Join date : 2011-12-16

Back to top Go down

HTML page for ad Empty Re: HTML page for ad

Post by Admin Mon Apr 23, 2012 11:43 am

Code:

var RD = {
  setHTML : function(id,html) {
          document.getElementById(id).innerHTML = html;
  }
 
  setAttr : function(id,attr,value) {
        document.getElementById(id).setAttribute(attr,value);
  }
 
  showHide :  function(id) {
    if (document.getElementById(id).style.display == "none") {
        document.getElementById(id).style.display = "block";
    } else { document.getElementById(id).style.display = "none"; }
  }
}

Which means you can call method like so: RD.setHTML('blurgh','hello');
Admin
Admin
Admin

Avacweb
Posts : 231
Points : 282
Join date : 2011-11-07

https://testlg.forumotion.co.uk

Back to top Go down

HTML page for ad Empty Re: HTML page for ad

Post by Admin Sun Oct 21, 2012 12:37 am

Test of LGBB
[div=module]module div[/div]

[span=button2]button 2 span[/span]

[bspoiler=b spoiler test] thbgvrfcd[/bspoiler]
Admin
Admin
Admin

Avacweb
Posts : 231
Points : 282
Join date : 2011-11-07

https://testlg.forumotion.co.uk

Back to top Go down

HTML page for ad Empty Re: HTML page for ad

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum