|
Willst du eine Auswahl-Liste deiner "Top Freunde" erstellen? Das ist einfach mit den Tutorials auf dieser Seite getan. - Stattdessen kannst du aber den folgenden Code benutzen. Der clou ist: du wählst den Namen eines "Freundes" aus, klickst dann auf "GO!" Button und es bringt dich zum gewählten Profil. |
Would you like to create a drop down list of your "Top Friends"? This is simply done with the Tutorials on this site. - However, instead of it, you can use the following code. The clou is: you choose a "friend's name", and then click the "GO!" button; it takes you to that person’s profile. |
|
°code°
<style type="text/css"> .KhAk {Drop Down Of Friends List} select.KhAkFL { width:150px; background-color:brown; color:beige; font-weight: bold; } input.KhAkFL { width:50px; background-color:beige; color:brown; font-weight:bold; } </style> <form action="http://profile.myspace.com/index.cfm" method="GET"> <input type="hidden" name="fuseaction" value="user.viewprofile"> <select name="friendid" class="KhAkFL"> <option>My Top Friends</option> <option value="KhAk’sID"> KhAk </option> <option value="FriendID"> Friend II </option> <option value="FriendID"> Friend III </option> <option value="FriendID"> Friend IV </option> <option value="FriendID"> Friend V </option> <option value="FriendID"> Etc., etc. </option> </select> <input type="submit" value="GO!" class="KhAkFL"></form> |
☼)- Format The "Friends List".
☼)- Format The "GO! Botton". ☼)- Insert Your "Top Friends Names".
☼)- Insert Their's "FriendID". ↓
- Each profile has a different number.