I am trying to use a Flash Button in a html table to open a document or URL. Nothing seems to work.
I have tried OnFocus event, OnClick Event with the getURL() but nothing seems to be working
I also tried to change the flash button to a regular button and still doesn't work. I thought maybe i was putting the link wrong, but i just insert a hyperlink object with the same url as the flash button. The link works and the button doesn't
here the piece of code
<td><input name="myButton" type="button" onfocus="getURL("myDir/myDoc.ext", "_blank")" Value="Download" />
i am using adobe dreamweaver cs3 Version 9 build 3453
I have tried OnFocus event, OnClick Event with the getURL() but nothing seems to be working
I also tried to change the flash button to a regular button and still doesn't work. I thought maybe i was putting the link wrong, but i just insert a hyperlink object with the same url as the flash button. The link works and the button doesn't
here the piece of code
<td><input name="myButton" type="button" onfocus="getURL("myDir/myDoc.ext", "_blank")" Value="Download" />
i am using adobe dreamweaver cs3 Version 9 build 3453