Archived
1
0
This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
winamp/Src/Plugins/Library/ml_webdev/resources/pages/bookmarkApi.htm
2024-09-24 14:54:57 +02:00

17 lines
640 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>JSAPI2::Bookmarks Api</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<script type="text/javascript" src="api2.js"></script>
</head>
<body style="FONT-FAMILY: MS Shell Dlg 2;">
<h2>Bookmarks API</h2>
<h3>Methods:</h3>
<input type="button" value="Add Bookmark" onclick="BMarkAddClicked();">
<br>
&nbsp;&nbsp;&nbsp;&nbsp;URL:<input type="text" size="20" id="bmark_t_AddURL_in">
<br>
&nbsp;&nbsp;&nbsp;&nbsp;Title:<input type="text" size="20" id="bmark_t_AddTitle_in">
</body>
</html>