Hello.
I current want to-do this.
Now the value of the option is
<Site function="loadMe()" />
The only problem is.. it's surrounded by quotes already.. I know I can use single quotes instead of double quotes, but then my html will not be valid, how can I keep double quotes for both?
I current want to-do this.
Code:
<option value="<Site function="loadMe()" />">Load Component</option>
Now the value of the option is
<Site function="loadMe()" />
The only problem is.. it's surrounded by quotes already.. I know I can use single quotes instead of double quotes, but then my html will not be valid, how can I keep double quotes for both?