|
Post by enchant on Jun 14, 2005 11:31:21 GMT -5
How do I make the profile button work on this code? I have all the other buttons working but this one. I was told to Use action=viewprofile instead...but I dont know where to put it....
<AREA SHAPE=RECT COORDS="267,52,323,65" HREF="#" ALT="" OnMouseOut="window.status=''; document.getElementById('FBC').src='http://img.photobucket.com/albums/v197/Pheonixfeather/FantasyButtonscopy.gif';" OnMouseOver="window.status=''; document.getElementById('FBC').src='http://img.photobucket.com/albums/v197/Pheonixfeather/FantasyButtonscopy-profile.gif ';" onclick="location.href = 'index.cgi?action=profile&username=' + document.cookie.match(/user=(\w+)/i)[1]">
|
|
|
Post by Bradley on Jun 14, 2005 12:58:40 GMT -5
It's much easier in verion 4 to link to your own profile. This should do it:
<area shape="rect" coords="267,52,323,65" href="index.cgi?action=viewprofile" OnMouseOut="document.getElementById('FBC').src='http://img.photobucket.com/albums/v197/Pheonixfeather/FantasyButtonscopy.gif';" OnMouseOver="document.getElementById('FBC').src='http://img.photobucket.com/albums/v197/Pheonixfeather/FantasyButtonscopy-profile.gif';">
|
|
|
Post by enchant on Jun 14, 2005 14:15:58 GMT -5
It's much easier in verion 4 to link to your own profile. This should do it: <area shape="rect" coords="267,52,323,65" href="index.cgi?action=viewprofile" OnMouseOut="document.getElementById('FBC').src='http://img.photobucket.com/albums/v197/Pheonixfeather/FantasyButtonscopy.gif';" OnMouseOver="document.getElementById('FBC').src='http://img.photobucket.com/albums/v197/Pheonixfeather/FantasyButtonscopy-profile.gif';">I tried that and it took out my whole nav bar....
|
|
|
Post by Bradley on Jun 14, 2005 14:41:50 GMT -5
Hmmmm...
<AREA SHAPE=RECT COORDS="267,52,323,65" HREF="#" ALT="" OnMouseOut="window.status=''; document.getElementById('FBC').src='http://img.photobucket.com/albums/v197/Pheonixfeather/FantasyButtonscopy.gif';" OnMouseOver="window.status=''; document.getElementById('FBC').src='http://img.photobucket.com/albums/v197/Pheonixfeather/FantasyButtonscopy-profile.gif ';" onclick="location.href = 'index.cgi?action=viewprofile'">
|
|
|
Post by enchant on Jun 14, 2005 15:10:26 GMT -5
Hmmmm... <AREA SHAPE=RECT COORDS="267,52,323,65" HREF="#" ALT="" OnMouseOut="window.status=''; document.getElementById('FBC').src='http://img.photobucket.com/albums/v197/Pheonixfeather/FantasyButtonscopy.gif';" OnMouseOver="window.status=''; document.getElementById('FBC').src='http://img.photobucket.com/albums/v197/Pheonixfeather/FantasyButtonscopy-profile.gif ';" onclick="location.href = 'index.cgi?action=viewprofile'">Yhat did it I think...w00t w00t.....*many huggles* Now..I never changed the V4 changes to the buttons that you so sweetly coded.....did you? or does it need to be completely redone
|
|