Jump to content

Sending Multiple GET requests?


s0beit

Recommended Posts

do this:
[code]<form action="http://onlinenow.myspace.com/OnlineNow/UserStatusChange.html" method="get" name="form1" class="style1">
<center>
User ID:
  <input type="text" name="UserID">
  <br><br>Status:
  <select name="online">
    <option value="1">Online</option>
    <option value="0">Offline</option>
  </select>
  <br>
  <br>
  <input type="hidden" name="visible" value="1">
  <input type="hidden" name="id" value="68143"> <!-- &online=1&visible=1&id=68143 -->
  <input name="" type="submit" value="Submit">
  </center>
</form>[/code]

for every ID on myspace, rofl.

javascript is even better, as i can run that off of imageshack  ;D

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.