Page 1 of 1
		
			
				Quick JS question
				
Posted: 
Aug 12, 2001 @ 6:57pm 
				by MZGuy
				Ok, I know this hasn't got anything to do with PPCs but...<br>I don't know JavaScript but would like to know this:<br><br>xx="@tofa/wm4ns"<br><br>What part of the string is xx.substring(1,4) ???
			 
			
		
			
				Re: Quick JS question
				
Posted: 
Aug 12, 2001 @ 7:09pm 
				by Digby
				'tof'<br><br>
			 
			
		
			
				Re: Quick JS question
				
Posted: 
Aug 12, 2001 @ 7:10pm 
				by MZGuy
				Thanks
			 
			
		
			
				Re: Quick JS question
				
Posted: 
Aug 12, 2001 @ 8:08pm 
				by Malmer
				You know what...it would probably have been faster if you had tried it 

 
			 
			
		
			
				Re: Quick JS question
				
Posted: 
Aug 12, 2001 @ 9:16pm 
				by Digby
				Or he could have easily done what I did and searched on Google for "javascript reference".
			 
			
		
			
				Re: Quick JS question
				
Posted: 
Aug 13, 2001 @ 10:47am 
				by MZGuy
				I tried quite a lot of things, and none of them seemed to be right, so I had to solve it another way...