HTML variables getting defined

mikedantonivy

New Member
I am creating a webpage dynamically.In that page everything is static, that is I just read a html page and create the new page with the Read data + I will add some dymanic values to the page.in that I have a function which is read from the static page\[code\]function test(){var x1={Name: $Name", Place: $Place};}\[/code\]so, How I assign the values, that is how can I write data to the HTML page such that when the page is read in the Browser it will understand that $Name and $place should be read from the file in a different location.I am using Javascript/Jquery in this html page.
 
Back
Top