mirror of
				https://github.com/MontFerret/ferret.git
				synced 2025-10-30 23:37:40 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			175 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			175 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| LET doc = DOCUMENT("https://www.yandex.com/search/?text=foobar", true)
 | |
| LET input = ELEMENT(doc, 'input[type="search"]')
 | |
| 
 | |
| RETURN input.value ? input.value : 'value not defined' |