yes, sorry i figured it out some time ago, i was expecting something more complicated.
but its not solving my problem (a different one), please look here:
http://www.asiansexeden.com/includes...jE,0, 0,0,498
tgpx adding to every of my gallery "japanese.html" and "I1" name. its open iframe on top of gallery but if you clicked on it you probably seen gallery height is pre-defined (1400px atm) if ill use 100% of height it will open gallery with size of screen.. now think what if surfer would click on sponsor - it will open sponsor on 1400px height and no more...
this is code im using at the moment and im trying to fix it but i dont know how i was hope to make somehow iframe like from babelogger and add it to tgpx, i made iframe like from babelogger 2hours ago but still i cant fit it into tgpx. its builded on frameset and my "japanese.html" don't work inside frameset and since im complete nab if it comes to java i can't change it. now here's my japanese.html, pls look at it and think what could be done so it will open gallery in proper size and if surfer will choose sponsor, than sponsor will open also in full size.
japanese.html:
<table><tr><td width=8></td>
<td width=700 align=center><font size=4 color=green>Tired of photos? Try Live Cams: </font><a href="http://nats.interdollars.com/track/MjIyOjc6NA/" class=blue>Cams 2 Chat</a></td><td width=2></td></tr><tr><td height=2></td></tr></table>
<iframe name=I1 src=about
:blank width=100% height=1400 scrolling=no frameborder=0></iframe>
<script type=text/javascript>
function getQval(n, m) {
/* n=name, m=searchString(optional) */
if(!arguments[0]||typeof n!='string')
return null;
var r=new RegExp('[?&;]'+n+'=([^&;#]*)'), m=arguments[1]?m:location.search;
return (m=r.exec(m))? unescape(m[1]) : null;
}
if(getQval('I1'))
window.frames['I1'].location=getQval('I1')
</script>