i have four files
*try.html
*index.php // mysql data to json format conversion
*in.html //d3 design
*data.json // json for d3
try.html
i want to do two actions in one button click (one after another)
first index.php should load and write json into the data.json file
second the json file should be used in the in.html
index.php
in.html
in try.html file i tried to do two actions at a time,but onlu the index.php file runs and get the result into data.json..
no action in in.html file..
can anyone tell me where it goes wrong???