|
|
|
|
![]() ![]() |
Apr 22 2006, 12:11 AM
Post
#1
|
|
|
Member [ Level 1 ] Group: Members Posts: 45 Joined: 21-April 06 Member No.: 12,892 |
Do you want to give your visitors a warm welcome?
Then use this script: CODE <script language="JavaScript"> <!-- alert("text goes here") --> </SCRIPT> |
|
|
|
Feb 13 2007, 10:59 PM
Post
#2
|
|
|
Super Member Group: [HOSTED] Posts: 693 Joined: 12-July 06 From: Ontario, Canada Member No.: 14,464 |
I don't think that would be a "warm" welcome. I doubt that anyone would like that actually.
If you are using that anyways, try this instead: CODE <script type="text/javascript"> <!-- alert("A popup warning with this text.") --> </script> It generates a popup box that you can click OK in, may scare your visitors away. |
|
|
|
Apr 22 2007, 09:28 PM
Post
#3
|
|
|
Member [ Level 1 ] Group: Members Posts: 34 Joined: 20-April 07 Member No.: 21,559 |
Thanks, both of you, im sure it will be of good use for me
|
|
|
|
Oct 6 2007, 11:08 AM
Post
#4
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 9 Joined: 22-September 07 Member No.: 25,033 |
<script type="text/javascript">
<!-- alert("A popup warning with this text.") --> </script> <script language="JavaScript"> <!-- alert("text goes here") --> </SCRIPT> can u define the defirence betweeen the both javascripts ................... mshmsh2010 ................... |
|
|
|
Oct 8 2007, 02:40 AM
Post
#5
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 15 Joined: 8-October 07 From: Australia Member No.: 25,383 |
Can i ask what is JavaScirpt? Is it like html where you can make a website with?? or is it like to code layouts or make games with?? because i have the urge to learn it
|
|
|
|
Oct 8 2007, 06:00 AM
Post
#6
|
|
|
Advanced Member Group: Members Posts: 170 Joined: 30-July 07 Member No.: 23,704 |
<script type="text/javascript"> <!-- alert("A popup warning with this text.") --> </script> <script language="JavaScript"> <!-- alert("text goes here") --> </SCRIPT> can u define the defirence betweeen the both javascripts Its the same for the header. But normally people would use CODE <script src="codes.js" type="text/javascript"></script> or CODE <script type="text/javascript"> codes here <script> And here is a startup link to learn about Javascript as requested. Hope this help. Cheers http://www.w3schools.com/js/ |
|
|
|
Oct 8 2007, 05:05 PM
Post
#7
|
|
|
Premium Member Group: Members Posts: 219 Joined: 13-February 07 Member No.: 20,371 |
I am not so sure that this would be much of a warm welcome to visitors....this is usually the kind of thing that comes up on websites that contain viruses and such, plus since the box that comes up looks like a box that would come up in a program many visitors will think that your website may have downloaded something onto their computer, and they will therefore not like your website at all...
|
|
|
|
Oct 8 2007, 09:09 PM
Post
#8
|
|
|
Nenad Bozidarevic Group: [MODERATOR] Posts: 1,013 Joined: 7-November 05 From: Belgrade, Serbia Member No.: 9,500 |
Seconded.
I definitely do not consider a JavaScript popup a warm welcome. Perhaps if it were embeded in the page as a separate window, without a pop-up... |
|
|
|
Oct 9 2007, 05:45 AM
Post
#9
|
|
|
Advanced Member Group: Members Posts: 170 Joined: 30-July 07 Member No.: 23,704 |
QUOTE I am not so sure that this would be much of a warm welcome to visitors....this is usually the kind of thing that comes up on websites that contain viruses and such, plus since the box that comes up looks like a box that would come up in a program many visitors will think that your website may have downloaded something onto their computer, and they will therefore not like your website at all... A warm welcome to visitor may not be wise in a website as what Brian mentioned. However a popup with important notices can useful. A few website that I've visited contain some Javascript popup that contain important notices. Guess if your college website will have those like project dues notices.. But for those welcome message... maybe not. |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 6th October 2008 - 05:45 PM |