GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Trying to link a button to open an ICQ window...help. (https://gfy.com/showthread.php?t=726679)

[ Nate ] 04-22-2007 08:19 PM

Trying to link a button to open an ICQ window...help.
 
I'm trying to make a graphic button open an ICQ browser so someone can send a message straight through, without having to go and put my info into their ICQ. Any suggestions would be greatly appreciated, I'm beating my brains out!!!!

WWC 04-22-2007 09:51 PM

icq browser? i dont get it but here is a bump for help i guess....

madawgz 04-22-2007 10:07 PM

you mean how something like mailto: opens your email?

you want that for icq?

SmokeyTheBear 04-22-2007 10:09 PM

http://www.icq.com/panels/webpanel/

this form will create the code for you

SmokeyTheBear 04-22-2007 10:20 PM

for just a simple form do this

Code:

<form action="http://wwp.icq.com/scripts/WWPMsg.dll" method="post" name="frmPager">
<INPUT TYPE="TEXT" NAME="from" VALUE="Your Name" SIZE="15" MAXLENGTH="40" >
<input type="text" name="fromemail" value="Your Email" size="15" maxlength="40" >



<INPUT TYPE="hidden" NAME="subject" VALUE="From WebPager Panel">
<input name="body" type="text" size="32" maxlength="400" value="Type your message here">



<input type="hidden" name="to" value="365854376">
<input type=submit value=Send Message">
</form>


stickyfingerz 04-22-2007 10:27 PM

For a button or image link

Code:

<img src="http://yourdomain/icq.jpg" width="141" height="17" /><br />
                                                <img src="http://status.icq.com/online.gif?icq=147269413&img=5" width="18" height="18" align="left"><a class="textwhitesmall" href="http://web.icq.com/whitepages/message_me?uin=ICQNUMBERHERE&amp;action=message"><b>ICQ#&nbsp;
                                                  ICQNUMBERHERE</b></a>


WWC 04-22-2007 10:29 PM

Quote:

Originally Posted by SmokeyTheBear (Post 12296750)
http://www.icq.com/panels/webpanel/

this form will create the code for you

I like your Geo Targeted sig :-)

wyldworx 04-22-2007 10:57 PM

Smokey, you are one talented son of a mama bear.

[ Nate ] 04-23-2007 12:27 AM

Thanks for the help fellas! Got it!


All times are GMT -7. The time now is 09:25 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123