Skip to content
Skip to search - Accesskey = s
parentNode.org
The building blocks of a solid frontend.
Pasted
by
Qb_Master
on
2010-03-10 02:19
as
Plain Text
Create New
http://pastebin.parentnode.org/
Links this one
http://pastebin.parentnode.org/103446
Comment
Highslide with html script
<html> <head> <title>Findlinks test</title> <script language="javascript" src="findlinks.js"></script> <script language="javascript" src="highslide-with-html.js"></script> </head> <body> <a href="webpage.html" onclick="return hs.htmlExpand(this, { objectType:iframe, objectWidth: 300, objectHeight: 250, allowSizeReduction: false }">link</a> <div class="highslide-html-content" id="my-content" style="width: 200px"> <a href="#" onclick="return hs.close(this)"> Close </a> <div class="highslide-body"> Remember to include a means of closing the expander. </div> </div> </body> </html>