codeBlock('window.location = "'.$url.'"'); ?>
My Links > Settings > Import Bookmarks from Browser
Import your bookmarks from to Draggo.
How to import your old bookmarks
Step 1 : Export your old bookmarks to a file.
Choose "Organize Bookmarks" from the Bookmarks menu.
Choose "Export..." from the file menu.
Choose a location for your file (such as your desktop) and click Save.
Step 2 : Find the bookmark file you just exported.
Click "browse" and select the file you exported in step 1.
'; $mozilla1 = 'Step 3 : Import the file to Draggo.
Click the "Import Bookmarks" button below. Imported bookmarks appear in your Inbox!
'; $ie8 = ' Step 1 : Export your old bookmarks to a file.
Choose "view" from the menu options and make sure "Menu Bar" is checked under "Toolbars".
Choose "Import and Export.." from the file menu.
Select the "Export to file" option and click next.
Choose which folder you would like to export and click next (The top one will export all of them.)
Choose a location for your file (such as your desktop) and click "Export". Continue to step 2.
Step 2 : Find the bookmark file you just exported.
Click browse and select the file you exported in step 1.
'; $ie9 = ' Step 1 : Export your old bookmarks to a file.
Click Alt + C on your keyboard and select the "Add to favorites" menu at top of sidebar.
Choose "Import and Export.." from the drop menu.
Select the "Export to file" option and click next.
Choose which folder you would like to export and click next (The top one will export all of them.) Choose a location for your file (such as your desktop) and click "Export". Continue to step 2
Step 2 : Find the bookmark file you just exported.
Click browse and select the file you exported in step 1.
'; $otherBrowser = 'Step 1 : Export your old bookmarks to a file.
Export your bookmarks from your current web browser.
Step 2 : Find the bookmark file you just exported.
Click browse and select the file you exported in step 1.
'; $safari = ' Step 1 : Export your old bookmarks to a file.
Verify that the "Show Menu Bar" option is selected under your browser tool options.
Choose "Export bookmarks" from the file menu.
Choose a location for your file (such as your desktop) and click Save.
Step 2 : Find the bookmark file you just exported.
Click "browse" and select the file you exported in step 1.
'; $chrome = ' Step 1 : Export your old bookmarks to a file.
Click the wrench icon on the browser toolbar. (Mac users, if you don\'t see it, go to the menu bar and click "Chrome")
Select the "Bookmark manager".
Click the "Organize" menu in the manager.
Select "Export bookmarks".
Choose a location where you want your exported file to be saved, and click "Save".
Step 2 : Find the bookmark file you just exported.
Click "browse" and select the file you exported in step 1.
'; echo '
'; if ($browserType == 'Mozilla Firefox'){ echo $mozilla; } elseif ($browserType == 'Internet Explorer 8'){ echo $ie8 ; } elseif ($browserType == 'Internet Explorer 9'){ echo $ie9 ; } elseif ($browserType == 'Safari') { echo $safari; } elseif ($browserType == 'Chrome') { echo $chrome; } elseif ($browserType == 'Opera') { echo $opera ; } else { echo $otherBrowser; } echo '
'; ?>
create('User',array('class'=>'form','name'=>'form','action' =>'importBrowserData' )); ?>

(maximum file size 2 MB)

'; echo $mozilla1; echo '
'; ?>

end(); ?>