ENC28J60 webserver string with """"
Posted: Fri Jun 21, 2019 4:56 pm
Hi Ben
I have a small program to control my hardware with the computer and with a ENC28J60.
It's very fast and working nice
just to add this line to a string is not working. Maybe to many " " " " .Is there a way to put it in a string?
<input type="button" onclick="location.href='http://192.168.30.207/page2';" value="Go to page2" />
regards
Stefan
I have a small program to control my hardware with the computer and with a ENC28J60.
It's very fast and working nice
just to add this line to a string is not working. Maybe to many " " " " .Is there a way to put it in a string?
<input type="button" onclick="location.href='http://192.168.30.207/page2';" value="Go to page2" />
Code: Select all
link2page2_strg ="<input type="button" onclick="location.href='http://192.168.30.207/page2';" value="Go to page2" />"
Stefan