bancadobrito.com.br
Open in
urlscan Pro
200.219.229.15
Public Scan
URL:
http://bancadobrito.com.br/
Submission: On October 17 via manual from IT — Scanned from IT
Submission: On October 17 via manual from IT — Scanned from IT
Form analysis
2 forms found in the DOMName: form-search110 — GET /all?cid=0&rid=0&se=1
<form action="/all?cid=0&rid=0&se=1" method="get" name="form-search110" id="form-search110">
<input type="hidden" name="se" value="1">
<input type="hidden" name="task" value="parsesearch">
<div class="search_word djcf_se_row">
<input type="text" id="input_search110" size="12" name="search" class="inputbox first_input" value="" placeholder="Busca">
</div>
<div class="search_regions djcf_se_row">
<div id="se110_after_reg_0"></div>
<script type="text/javascript">
var se110_regs = new Array();
var se110_current = 0;
function se110_new_reg(parent, a_parent, r_path) {
var myRequest = new Request({
url: 'http://bancadobrito.com.br/index.php',
method: 'post',
data: {
'option': 'com_djclassifieds',
'view': 'item',
'task': 'getRegionSelect',
'reg_id': a_parent,
'mod_id': 110
},
onRequest: function() {
document.id('se110_after_reg_' + parent).innerHTML = '<div style="text-align:center;"><img src="/components/com_djclassifieds/assets/images/loading.gif" alt="..." /></div>';
},
onSuccess: function(responseText) {
if (responseText) {
document.id('se110_after_reg_' + parent).innerHTML = responseText;
document.id('se110_reg_' + parent).value = a_parent;
} else {
document.id('se110_after_reg_' + parent).innerHTML = '';
document.id('se110_reg_' + parent).value = a_parent;
}
//support for IE
document.id('se110_reg_' + parent).blur();
if (r_path != 'null') {
if (r_path.length > 0) {
var first_path = r_path[0].split(',');
r_path.shift();
se110_new_reg(first_path[0], first_path[1], r_path);
}
}
},
onFailure: function() {}
});
myRequest.send();
/*if(se110_regs[a_parent]){
//alert(cats[v]);
if(parent==a_parent){
document.id('se110_after_reg_'+parent).innerHTML = '';
}else{
document.id('se110_after_reg_'+parent).innerHTML = se110_regs[a_parent];
}
document.id('se110_reg_'+parent).value=a_parent;
}else{
document.id('se110_after_reg_'+parent).innerHTML = '';
document.id('se110_reg_'+parent).value=a_parent;
}*/
}
function se110_country_iso(reg_id) {
var myRequest = new Request({
url: 'http://bancadobrito.com.br/index.php',
method: 'post',
data: {
'option': 'com_djclassifieds',
'view': 'item',
'task': 'getCountryISO',
'reg_id': reg_id
},
onRequest: function() {},
onSuccess: function(responseText) {
if (responseText) {
djcfmodSearchPlaces110(responseText);
}
},
onFailure: function() {}
});
myRequest.send();
}
</script>
</div>
<div class="search_cats djcf_se_row">
<select class="inputbox" id="se110_cat_0" name="se_cats[]" onchange="se110_new_cat(0,this.value,new Array());se110_getFields(this.value);">
<option value="">Categoria</option>
<option value="1">DC</option>
<option value="3">Marvel</option>
<option value="18">Colecionáveis</option>
<option value="49">Livros</option>
<option value="84">HQs</option>
<option value="325">Revistas</option>
</select>
<div id="se110_after_cat_0"></div>
<script type="text/javascript">
var se110_cats = new Array();
var se_current = 0;
function se110_new_cat(parent, a_parent, c_path) {
var myRequest = new Request({
url: 'http://bancadobrito.com.br/index.php',
method: 'post',
data: {
'option': 'com_djclassifieds',
'view': 'item',
'task': 'getCategorySelect',
'cat_id': a_parent,
'mod_id': 110,
'ord': 'ord'
},
onRequest: function() {
document.id('se110_after_cat_' + parent).innerHTML = '<div style="text-align:center;"><img src="/components/com_djclassifieds/assets/images/loading.gif" alt="..." /></div>';
},
onSuccess: function(responseText) {
if (responseText) {
document.id('se110_after_cat_' + parent).innerHTML = responseText;
document.id('se110_cat_' + parent).value = a_parent;
} else {
document.id('se110_after_cat_' + parent).innerHTML = '';
document.id('se110_cat_' + parent).value = a_parent;
}
var mod_classes = document.id('mod_djcf_search110').className.split(" ");
mod_classes.each(function(mod_class, index) {
if (mod_class.lastIndexOf('cat_lvl') > -1) {
document.id('mod_djcf_search110').removeClass(mod_class);
}
});
var cat_level = document.getElements("#mod_djcf_search110 .search_cats select").length;
if (cat_level > 0) {
document.id('mod_djcf_search110').addClass('cat_lvl' + cat_level);
}
if (c_path != 'null') {
if (c_path.length > 0) {
var first_path = c_path[0].split(',');
c_path.shift();
se110_new_cat(first_path[0], first_path[1], c_path);
}
}
},
onFailure: function() {}
});
myRequest.send();
/*if(se110_cats[a_parent]){
//alert(se_cats[v]);
document.id('se110_after_cat_'+parent).innerHTML = se110_cats[a_parent];
document.id('se110_cat_'+parent).value=a_parent;
}else{
document.id('se110_after_cat_'+parent).innerHTML = '';
document.id('se110_cat_'+parent).value=a_parent;
}*/
}
function se110_getFields(cat_id) {
var el = document.getElementById("search110_ex_fields");
var before = document.getElementById("search110_ex_fields").innerHTML.trim();
//if(cat_id!=0){
el.innerHTML = '<div style="text-align:center"><img src="http://bancadobrito.com.br/components/com_djclassifieds/assets/images/loading.gif" /></div>';
var url = 'http://bancadobrito.com.br/index.php?option=com_djclassifieds&view=item&task=getSearchFields&cat_id=' + cat_id;
var myRequest = new Request({
url: 'http://bancadobrito.com.br/index.php',
method: 'post',
data: {
'option': 'com_djclassifieds',
'view': 'item',
'task': 'getSearchFields',
'cat_id': cat_id
},
onRequest: function() {
//myElement.set('html', '<div style="text-align:center;"><img style="margin-top:10px;" src="http://bancadobrito.com.br/components/com_djclassifieds/images/long_loader.gif" /><br />loading...</div>');
},
onSuccess: function(responseText) {
el.innerHTML = responseText;
if (responseText) {
el.removeClass('no_fields');
} else {
el.addClass('no_fields');
}
var djcals = document.getElements('.djsecal');
if (djcals) {
var startDate = new Date(2008, 8, 7);
djcals.each(function(djcla, index) {
Calendar.setup({
inputField: djcla.id,
ifFormat: "%Y-%m-%d",
button: djcla.id + "button",
date: startDate
});
});
}
var djfields_accordion_o = document.getElements('#search110_ex_fields .djfields_accordion_o');
if (djfields_accordion_o) {
djfields_accordion_o.each(function(djfields_acc_o, index) {
new Fx.Accordion(djfields_acc_o.getElements('.label'), djfields_acc_o.getElements('.se_checkbox'), {
alwaysHide: true,
display: 0,
duration: 100,
onActive: function(toggler, element) {
toggler.addClass('active');
element.addClass('in');
},
onBackground: function(toggler, element) {
toggler.removeClass('active');
element.removeClass('in');
}
});
})
}
var djfields_accordion_c = document.getElements('#search110_ex_fields .djfields_accordion_c');
if (djfields_accordion_c) {
djfields_accordion_c.each(function(djfields_acc_c, index) {
new Fx.Accordion(djfields_acc_c.getElements('.label'), djfields_acc_c.getElements('.se_checkbox'), {
alwaysHide: true,
display: -1,
duration: 100,
onActive: function(toggler, element) {
toggler.addClass('active');
element.addClass('in');
},
onBackground: function(toggler, element) {
toggler.removeClass('active');
element.removeClass('in');
}
});
})
}
},
onFailure: function() {
// myElement.set('html', 'Sorry, your request failed, please contact to ');
}
});
myRequest.send();
/*}else{
el.innerHTML = '';
//el.innerHTML='Categoria';
}*/
return null;
}
</script>
</div>
<div style="clear:both"></div>
<div id="search110_ex_fields" class="search_ex_fields no_fields"></div>
<div style="clear:both"></div>
<div class="search_buttons">
<button type="submit" class="button btn">Pesquisar</button>
</div>
</form>
Name: form-search114 — GET /all?cid=0&rid=0&se=1
<form action="/all?cid=0&rid=0&se=1" method="get" name="form-search114" id="form-search114">
<input type="hidden" name="option" value="com_djclassifieds">
<input type="hidden" name="view" value="profiles">
<input type="hidden" name="Itemid" value="">
<input type="hidden" name="se" value="1">
<div class="search_word djcf_se_row">
<input type="text" id="input_search114" size="12" name="p_search" class="inputbox first_input" value="" placeholder="Busca">
</div>
<div class="search_regions djcf_se_row">
<div id="se114_after_reg_0"></div>
<script type="text/javascript">
var se114_regs = new Array();
var se114_current = 0;
function se114_new_reg(parent, a_parent, r_path) {
var myRequest = new Request({
url: 'http://bancadobrito.com.br/index.php',
method: 'post',
data: {
'option': 'com_djclassifieds',
'view': 'item',
'task': 'getRegionSelect',
'reg_id': a_parent,
'mod_id': 114,
'prefix': 'p_'
},
onRequest: function() {
document.id('se114_after_reg_' + parent).innerHTML = '<div style="text-align:center;"><img src="/components/com_djclassifieds/assets/images/loading.gif" alt="..." /></div>';
},
onSuccess: function(responseText) {
if (responseText) {
document.id('se114_after_reg_' + parent).innerHTML = responseText;
document.id('se114_reg_' + parent).value = a_parent;
} else {
document.id('se114_after_reg_' + parent).innerHTML = '';
document.id('se114_reg_' + parent).value = a_parent;
}
//support for IE
document.id('se114_reg_' + parent).blur();
if (r_path != 'null') {
if (r_path.length > 0) {
var first_path = r_path[0].split(',');
r_path.shift();
se114_new_reg(first_path[0], first_path[1], r_path);
}
}
},
onFailure: function() {}
});
myRequest.send();
}
</script>
</div>
<div class="search_buttons">
<button type="submit" class="button btn">Pesquisar</button>
</div>
</form>
Text Content
* HOME * Classificados * Anúncios * Meus Anúncios * Novo Anúncio * Zap da Banca * Comprar Pontos * Área do Cliente * Entrar * Cadastre-se PROCURAR COLECIONÁVEL CategoriaDCMarvelColecionáveisLivrosHQsRevistas Pesquisar PROCURAR USUÁRIOS Pesquisar CATEGORIAS * DC * Marvel * Colecionáveis * Livros * HQs * Revistas Categorias DC (0) MARVEL (0) COLECIONÁVEIS (0) LIVROS (2) HQS (286) REVISTAS (0) ZAGOR 42 EDITORA VECCHI NÍVEL 4 R$ 20,00 ZAGOR 40 EDITORA VECCHI NÍVEL 5 R$ 20,00 ZAGOR 32 EDITORA VECCHI NÍVEL 5 R$ 20,00 ZAGOR 44 EDITORA VECCHI NÍVEL 5 R$ 20,00 ZAGOR 39 EDITORA VECCHI NÍVEL 5 R$ 20,00 TEX 29 2ª EDIÇÃO ED. VECCHI NÍVEL 5 R$ 25,00 ZAGOR 38 EDITORA VECCHI NÍVEL 4 R$ 15,00 * 1 * 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10 * Próximo * Fim © 2019 Banca do Brito. Todos direitos reservados. Designed By G5SEO * HOME * Classificados * Zap da Banca * Comprar Pontos * Área do Cliente