Hi there,
thank you for your help but i think i cannot use this.
My Scripts are not in HTML. I use VBScript pure to manage thze functions in a programm called RUMBA.
This means that i cannot use VBScript with HTML like you did. In my case the same Code would just be like this (without all HTML Tags):
Code:
Option Explicit
Dim lngStory
Announcement
lngStory = 13245768
MsgBox CStr(Magic(lngStory)), vbOKOnly, cstrHead
So the Magicroutine is not known here.
Or do i understand everythging in a wrong way?
Thank you !!!