Viji
Viji

Reputation: 15

how to get the value from HTML to SVG file

how to get the value from HTML to svg file. (ie) i have to fix on one text box and command button in html then click the button the values on goes to SVG and print that text. My code is here. what type of mistake (or) error in my code.

Upvotes: 0

Views: 169

Answers (1)

Satyam
Satyam

Reputation: 1682

**In html file you add this with url....

<object type="picture/svg+xml" data="menu.svg param=value&param1=value1"></object>**

Upvotes: 1

Related Questions