0

I've got a series of X and Y coordinates and I want to use these coordinates with <canvas> to basically draw small rectangles on the iframe wherever these coordinates happen to be. Is there a way I can edit the inner HTML code of an iframe or be able to draw on it?

Mr Lister
  • 45,515
  • 15
  • 108
  • 150
whale21
  • 51
  • 6

1 Answers1

0

You can access the iframe contents using javascript as shown here. This has nothing to do with php.

Community
  • 1
  • 1
inf1ux
  • 283
  • 1
  • 14