forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Weblink with the INFO command?

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
marty
Professional Member
Professional Member


Joined: 10 May 2001
Posts: 789

PostPosted: Wed Aug 20, 2003 12:21 pm    Post subject: Weblink with the INFO command? Reply with quote

Hi,

Maybe it has been said, but I'm wondering if its possible to add a weblink(url) to a message box using the info command or @msgbox?

Like:

info Please go to -->url here <www.vdsworld.com>


With VDS 5 if possible...

Thanks. Wink
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Wed Aug 20, 2003 1:15 pm    Post subject: Reply with quote

Well you can just JavaScript or VBScript to make a message box appear
with a web link. For more compatibility (ex. in Netscape) you should use
JavaScript, but VBScript works with Internet Explorer.

Here's examples:

Code:
<script language="JavaScript">
alert("This is my alert box");
confirm("This is my confirm box");
</script>


Code:
<script language="VBScript">
MsgBox "This is my error box",16,"WARNING!"
</script>


For some good tutorials, check out these links:
http://www.google.com/search?q=javascript+message+box+tutorial
http://www.google.com/search?q=vbscript+message+box+tutorial

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Wed Aug 20, 2003 1:17 pm    Post subject: Reply with quote

Oh darn I misread your post! Embarassed

Well I'll leave the previous one there for people that are interested. You
can do it with a realistic dialog box. Let me get you an example. Smile

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group