Hi,there!
Following is a html file for importing bookmarks from client side with javascritp function ImportExportFavorites() to perform client side job.Is there anybody being able to give some hints for using php to do server side job?
<head><title>Grab URL Index Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<script language="JavaScript">
<!--
function sendData() {
window.external.ImportExportFavorites(false,"./maw/new_internet/add_user_prefs_url/grab_bookmark.php")
document.form1.submit();
}
//-->
</SCRIPT>
<body bgcolor="#f1f1f1" >
<form method=post name=form1 action="/maw/new_internet/add_user_prefs_url/grabed_url.php">
<center>
<table border=0 cellpadding=5 cellspacing=5>
<tr><td align=center><font size=+1 color=blue><b>Please click the button below to upload your <br>bookmarks and help us build the new Internet. </b></font>
<tr><td align=center><br><br><input type="button" value="Upload your bookmarks" name="Submit" ONClick='sendData()'>
</table>
</center>
</FORM>
</body>