---
title: "ICQ-komponent"
type: "forum-thread"
url: "https://www.webforum.nu/amne/asp/9015-icq-komponent"
topic: "ASP"
topic_url: "https://www.webforum.nu/amne/asp"
author: "SPiN"
published: "2001-04-14T17:45:00.000Z"
updated: "2001-04-14T19:29:00.000Z"
replies: 1
views: 262
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/asp/9015-icq-komponent"
---

# ICQ-komponent

## #1 — SPiN, 2001-04-14T17:45Z

Någon som vet om det finns någon färdigbyggd komponent som man kan skicka ICQ-mess från en ASP-sida?

Permalänk: https://www.webforum.nu/p/9015

## #2 — aleborg, 2001-04-14T19:29Z

```
<a href="javascript:winopen('icq.asp?UIN=<%=rs("Icq")%>')"><img src="http://online.mirabilis.com/scripts/online.dll?icq=<%=rs("Icq")%>&img=5" width=18 height=18 alt="UIN: <%=rs("Icq")%>"
border=0></a>
```

icq.asp

```
<form action="http://wwp.mirabilis.com/scripts/WWPMsg.dll" method="post">
<input type="hidden" name="subject" value="-=Data-Doktorn.nu=-"><input type="hidden"
name="to" value="<%=Session("icq")%>">

  <table width=100% border=1 cellpadding=2 cellspacing=0 bordercolor="#F3F3F3">
    <tr><Td class="ie">
Avsändare:
</td><td class="ie">
<input type="text" name="from" value size="15" maxlength="40" onfocus="this.select()" class="boxreg1">
</td></tr><tr>
      <td class="ie"> Avsändar E-Mail: </td>
      <td class="ie">
<input type="text" name="fromemail" value size="15" maxlength="40" onfocus="this.select()" class="boxreg1">
</td></tr><tr><td colspan=2 class="ie">
<br>Meddelande:
<br>
        <textarea name="body" rows="4" cols="60" wrap="Virtual" class="boxreg1"></textarea>
</td></tr></table>
<br>
  <input type="submit" name="Send" value="Skicka" class="knapp">
</form>
```

Ingen komponent, men ett sätt att göra det på!

OBS!
byt ut \<%=rs("Icq")%\> till ICQ-nummer

Permalänk: https://www.webforum.nu/p/263214

---

Tråden på webben: https://www.webforum.nu/amne/asp/9015-icq-komponent
