//open in a new window
getURL("http://www.mywebsite.com/mypdf.pdf","_blank");
//open in the same window
getURL("http://www.mywebsite.com/mypdf.pdf","_top");
//open in a frame
getURL("http://www.mywebsite.com/mypdf.pdf","_frameName");
learning through interaction
//open in a new window
getURL("http://www.mywebsite.com/mypdf.pdf","_blank");
//open in the same window
getURL("http://www.mywebsite.com/mypdf.pdf","_top");
//open in a frame
getURL("http://www.mywebsite.com/mypdf.pdf","_frameName");
Posted in Flash Bits.
3 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
What if the PDFs arent on the internet?
Do you mean a CD?
I am interested on linking to a PDF on a CD as well.