• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Frame redirect

troja

SD 2014
Joined
Jan 1, 2009
Messages
2,116
Reaction score
54
Kk fuck this code, here's the new one:
HTML:
<iframe name="elsantos_iframe" src="http://elsantos.se/wap/?page=money" width="800" height="500"></iframe>
<form name="Show3" method="post" action="http://elsantos.se/wap/?do=work" target="elsantos_iframe">
<select name="what">
<option value="85" SELECTED>(1000) Pirat
</select>
<input type="hidden" name="bjxyqwjkrjcklxhaq" value="111" size="4">
<input type="hidden" name="ckjrehxhqqrh" value="111" size="4">
<input type="submit" name="elsantos_iframe1" target="elsantos_iframe" value=" OK ">
</form>
It redirect to elSantos.se - i mobilen then, but I want it to redirect in frame instead ://
 
Last edited:
Kk fuck this code, here's the new one:
HTML:
<iframe name="elsantos_iframe" src="http://elsantos.se/wap/?page=money" width="800" height="500"></iframe>
<form name="Show3" method="post" action="http://elsantos.se/wap/?do=work" target="elsantos_iframe">
<select name="what">
<option value="85" SELECTED>(1000) Pirat
</select>
<input type="hidden" name="bjxyqwjkrjcklxhaq" value="111" size="4">
<input type="hidden" name="ckjrehxhqqrh" value="111" size="4">
<input type="submit" name="elsantos_iframe1" target="elsantos_iframe" value=" OK ">
</form>
It redirect to elSantos.se - i mobilen then, but I want it to redirect in frame instead ://
 
I'm not gonna give u ready script.

But on key up, fire function that finds the iframe changes it's src attribute to value of an input. Easy.
 
Hmm, somehow, it worked without any edits, but thanks anyways :p o_O
 
Back
Top