Who is online?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest None
Most users ever online was 37 on Fri Sep 17, 2021 8:43 pm
Statistics
We have 15 registered usersThe 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
Page 1 of 1
HTML page for ad
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
Re: HTML page for ad
- 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');
Re: HTML page for ad
Test of LGBB
[div=module]module div[/div]
[span=button2]button 2 span[/span]
[bspoiler=b spoiler test] thbgvrfcd[/bspoiler]
[div=module]module div[/div]
[span=button2]button 2 span[/span]
[bspoiler=b spoiler test] thbgvrfcd[/bspoiler]
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum