trentfred
06-06-2003, 07:43 PM
ok iknow if you put this script (<script language="VBScript"><!--Dim Name
Name=InputBox("Whats your name?")document.write Name-->
</script>) in where you want the name the user inputs in the box to be in that spot but is there a way to have that script in one spott and have their name appear in a different spot, because if you put that script in multiple areas to getthe same name in that area they will have to put their nam in multiple times.
Oh yeah i will give an example of wha dont want :
Hello, <script language="VBScript"><!--Dim Name
Name=InputBox("Whats your name?")document.write Name-->
</script> welcome to my site. My best friend is <script language="VBScript"><!--Dim Name
Name=InputBox("Whats your name?")document.write Name-->
</script>. I know that yor name is: <script language="VBScript"><!--Dim Name
Name=InputBox("Whats your name?")document.write Name-->
</script>
---------------------------------------------------------------------
But then they would have to input their name iin 4 times... i want to have their nam in all those spots without requiring the visitor to write their nam 4 times.
Thanks
Name=InputBox("Whats your name?")document.write Name-->
</script>) in where you want the name the user inputs in the box to be in that spot but is there a way to have that script in one spott and have their name appear in a different spot, because if you put that script in multiple areas to getthe same name in that area they will have to put their nam in multiple times.
Oh yeah i will give an example of wha dont want :
Hello, <script language="VBScript"><!--Dim Name
Name=InputBox("Whats your name?")document.write Name-->
</script> welcome to my site. My best friend is <script language="VBScript"><!--Dim Name
Name=InputBox("Whats your name?")document.write Name-->
</script>. I know that yor name is: <script language="VBScript"><!--Dim Name
Name=InputBox("Whats your name?")document.write Name-->
</script>
---------------------------------------------------------------------
But then they would have to input their name iin 4 times... i want to have their nam in all those spots without requiring the visitor to write their nam 4 times.
Thanks