Ontopic:
Is it possible to collect the data that people have entered on a javascript pop up box.
~I Will Not Post The Source Because I Need Permission~
Source Code From "http://www.w3schools.com/" I give credits to the person who made.
Results 1 to 7 of 7
Thread: Possible?
- 21 Jan. 2010 12:08am #1
Possible?
- 21 Jan. 2010 03:57am #2
<script type="text/javascript">
var name = prompt("What is your name?", "Bob");
alert("Your name is " + name);
</script>
Credit not needed.
If you mean a window.open() box, then I'm not too sure. If it's anything like frames, you can only do it if the window you opened is on the same domain/subdomain. Thus if you popup a box to PayPal, you can't get their username/password. Because browser makers aren't stupid.
- 21 Jan. 2010 04:06am #3
Don't FLWs work that way?
If it were possible then FLW phished accounts would be accessible to anyone.
- 21 Jan. 2010 04:20am #4
- 21 Jan. 2010 04:32am #5
You have access to the mothertrucking UG, USE IT.
http://forum.logicalgamers.com/under...lw-source.htmlI used to be Essence, but then I got Plobby to change it for me.....Cause he's cool like that.
- 21 Jan. 2010 04:54am #6
- 21 Jan. 2010 05:26am #7
FLWs are not made with JavaScript. They're made with PHP. If you want to request an FLW, do it in the proper section. That section is not here.
You can record shit in JavaScript the way I showed you above. If you want to use JavaScript for scamming, you're shit out of luck, because most sites (including Gaia) don't allow their users to execute JavaScript on their server.