14
Jan

like

i want to but it on my myspace and have like options like view my friend, add comment , view comment

is this possible?


Answer:
If MySpace doesn't allow client-side scripting (JavaScript, VBScript) then it's much more difficult but not impossible.

You'll have to create a form in that case.

That should work fine (I hosted the script on a web host I don't use anymore)

If you want to host your own file:

Create an account at phpnet.us (or any other PHP supported web host)

Create a file named links.php (must end in .php)

Paste the following into the document:

header("Location: ".$_POST['links']);

?>

Then save and upload that to your site.

Now simply change

http://zurahn.byethost13.com/redirect.ph…

To the address of links.php ( http://yourname.phpnet.us/links.php ) and it should work.

Just make sure to remove the spaces around http://zurahn.byethost13.com/redirect.ph…

As well as fix the … problem to the full link

Those are only there so Yahoo's autoformating doesn't screw up the example.


Answer:
You can put a dropdown into Myspace code, but it can't have any functionality. Myspace doesn't allow users to insert script into the code.

Book Mark it-> del.icio.us | Reddit | Slashdot | Digg | Facebook | Technorati | Google | StumbleUpon | Window Live | Tailrank | Furl | Netscape | Yahoo | BlinkList

Tags: , , , ,

This entry was posted on Monday, January 14th, 2008 at 10:10 pm and is filed under Programming. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or TrackBack URI from your own site.

Leave a reply

Name (*)
Mail (*)
URI
Comment