hello, could you help me please solve this problem?
I need to make a form with just one text field, but javascript will save that typed string into that text field as a variable 'X'. After clicking a form button, it should open the google search page with searching the following "Alino is watching 'X' haha"
So if user has typed "blablabla" it should open the google search with this query in it "Alino is watching blablabla haha".
I need to make a form with just one text field, but javascript will save that typed string into that text field as a variable 'X'. After clicking a form button, it should open the google search page with searching the following "Alino is watching 'X' haha"
So if user has typed "blablabla" it should open the google search with this query in it "Alino is watching blablabla haha".
Comment