|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
using php on bookmark or add to favorite?
anyone can help me on how to write code on making bookmark or adding to favorites on my browser my current page. is there any function regarding this on php? or i should use javascript? if ever this is on java please give me some sample codes. thanks a lot for the help.
|
|
#2
|
|||
|
|||
|
Message Moved
Thread moved from 'PHP Coding' to 'Client Side Things' by kendo.
Reason: Php is server side, You need javascript to add bookmarks. |
|
#3
|
|||
|
|||
|
RE: using php on bookmark or add to favorite?
here is a sample...
<A HREF="javascript:window.external.AddFavorite('http://www.sitetobookmark.com','site name)">Bookmark this Site!</A> |
|
#4
|
|||
|
|||
|
RE: RE: using php on bookmark or add to favorite?
Quote:
thanks for the help. can i ask additional question? what if i want the current page to be add? how to get the current url? HREF="javascript:window.external.AddFavorite('[my current url]','site name)">Bookmark this Site!</A> Thanks again. |
|
#5
|
|||
|
|||
|
RE: using php on bookmark or add to favorite?
window.location.href is the site address
and document.title is the title |
|
#6
|
|||
|
|||
|
RE: using php on bookmark or add to favorite?
thanks austinb for the help. more power
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > using php on bookmark or add to favorite? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|